updateEvents(events)

Use this method to update future scheduled events. A recurring schedule generates multiple events.

Use of this method requires:

  • traverse permission for the ancestors of the target object associated with the event.

  • That the caller has the canUseSchedulingPriority capability.

    This allows them to change the task priority.

  • That the caller meet one of the following conditions:

    • The calller has the canUseMonitorActivityTool capability.

      This allows administrators to prioritize scheduled tasks initiated by other users.

    • The caller's passport ID matches the account associated with the task.

      This allows users to prioritize their own scheduled tasks.

    • The caller's account matches the account credential used to schedule the task.

      This allows users to prioritize previously scheduled tasks.

Signatures

Java and Apache Axis
 
public  void  updateEvents( 
com.cognos.developer.schemas.bibus._3.EventRecord[]  events) 
C# .NET
 
public  void  updateEvents(eventRecord[]  events) 

References

Part of the following method sets:
Implemented by the following services:

The services that implement the updateEvents method, along with the associated SOAP actions, are listed in the following table.

Table 1. Services implementing the updateEvents method.

Service

SOAP Action

eventManagementService

http://www.ibm.com/xmlns/prod/cognos/eventManagementService/201404/

What's new

New in Version 8.3 — Schedule Priority

This method was added.

New in Version 10.1.0 — Administration Capabilities for Background Job Queue Maintenance

This method now requires the caller to have the canUseMonitorActivityTool value capability instead of the canUseAdministrationPortal value capability when a capability check is required.

Input parameters

Use the following parameters when calling this method.

events

Specifies the requested events that the service will update.

This argument

  • is an array of type bibus » eventRecord

    is encoded as type tns:eventRecordArray

Return values

None.