Schedule Management
This release improves the functionality related to the visibility and administration of scheduled and executing tasks.
The bibus » history class now contains additional information that facilitates improved reporting on scheduled tasks.
System performance has improved by maintaining information about a scheduled task that will run in the eventManagementService service store, information about running tasks in the monitorService service store, or information about completed tasks in the content store.
The eventManagementService service and monitorService service now support additional methods to retrieve information on tasks stored in these services.
This change affects:
- asynch » runSpecification(specification, parameterValues, options) method
- asynch » runSpecification(specification, parameterValues, options) method
- paging » currentPage(conversation, parameterValues, options) method
- paging » currentPage(conversation, parameterValues, options) method
- paging » firstPage(conversation, parameterValues, options) method
- paging » firstPage(conversation, parameterValues, options) method
- paging » lastPage(conversation, parameterValues, options) method
- paging » lastPage(conversation, parameterValues, options) method
- paging » nextPage(conversation, parameterValues, options) method
- paging » nextPage(conversation, parameterValues, options) method
- paging » previousPage(conversation, parameterValues, options) method
- paging » previousPage(conversation, parameterValues, options) method
- bibus » asynchDetailEventRecord class
- bibus » eventManagementServiceSpecification class
- bibus » monitorServiceSpecification class
- bibus » pagingOption class
- bibus » pagingOptionInt class
- bibus » pagingOptionEnum enumeration set
- bibus » history » dispatcherID property
- bibus » history » maximumDetailSeverity property
- bibus » history » scheduleTriggerName property
- bibus » history » scheduleType property
- eventManagementService service
- monitorService service