Package de.xima.fc.interfaces.timing
Interface IFormRecordJobDetails
-
- All Superinterfaces:
IQuartzJobDetails
,Serializable
- All Known Subinterfaces:
IChangeStatusJobDetails
,IWorkflowTriggerJobDetails
- All Known Implementing Classes:
StatusChangeJobDetails
,WorkflowTriggerJobDetails
public interface IFormRecordJobDetails extends IQuartzJobDetails
Common interface for detail information about quartz jobs of a form record- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getProcessId()
-
Methods inherited from interface de.xima.fc.interfaces.timing.IQuartzJobDetails
getJobGroup, getStartTime, getTriggerGroup
-
-
-
-
Method Detail
-
getProcessId
String getProcessId()
- Returns:
- The
process ID
process ID of the form record.
-
-