Package de.xima.fc.interfaces.timing
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 de.xima.fc.interfaces.timing.IQuartzJobDetails
getJobGroup, getStartTime, getTriggerGroup
-
Method Details
-
getProcessId
String getProcessId()- Returns:
- The
process ID
process ID of the form record.
-