WebCenter Interaction API  
 

IPTSchedule Members

IPTSchedule overview

Public Instance Methods

public methodCalculateNextRuntime Computes the next time of execution based on a given date
public methodCalculateNextRuntimeForSuspendedJob Computes the next time to suspend this operation
public methodGetRecurrenceInterval 
public methodGetScheduleType Retrieves the schedule type of this schedule The schedule type indicates whether it is recurring or a one time launch
public methodGetSettingsAsInt Queries values for PT_SCHEDULE_SETTINGS
public methodGetSettingsAsString Returns the value for a PT_SCHEDULE_SETTINGS in a String format
public methodGetStartTimestamp Returns Start Timestamp. The timestamp is rounded to the nearest minute.
public methodGetUntilTimestamp Returns final date after which job should not run
public methodIsTimeToSaveCheckpoint A utility method used by the server to poll for checkpoint requests.
public methodIsTimeToSuspend A utility method used by the server to poll for suspension requests.
public methodSetRecurrenceInterval 
public methodSetScheduleType Sets the schedule type of this schedule The schedule type indicates whether it is recurring or a one time launch
public methodSetSettingsOverloaded. Sets the value for a PT_SCHEDULE_SETTINGS for interval or suspension mode.
public methodSetStartTimestamp Sets Start Timestamp. The timestamp is rounded to the nearest minute.
public methodSetUntilTimestamp Sets final date after which job should not run

See Also

IPTSchedule Interface | com.plumtree.server Namespace