Interface IFormRecordJobDetails
- All Superinterfaces:
IQuartzJobDetails, Serializable
- All Known Subinterfaces:
IChangeStatusJobDetails, IWorkflowTriggerJobDetails
- All Known Implementing Classes:
StatusChangeJobDetails, WorkflowTriggerJobDetails
Common interface for detail information about quartz jobs of a form record
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Methods inherited from interface IQuartzJobDetails
getJobGroup, getStartTime, getTriggerGroup
-
Method Details
-
getProcessId
String getProcessId()- Returns:
- The
process IDprocess ID of the form record.
-