Package de.xima.fc.interfaces.timing
Interface IWorkflowTriggerJobDetails
-
- All Superinterfaces:
IFormRecordJobDetails
,IQuartzJobDetails
,Serializable
- All Known Implementing Classes:
WorkflowTriggerJobDetails
public interface IWorkflowTriggerJobDetails extends IFormRecordJobDetails
Interface for quartz job info for quartz triggers for workflow triggers of the new workflow.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getWorkflowTriggerId()
String
getWorkflowTriggerType()
-
Methods inherited from interface de.xima.fc.interfaces.timing.IFormRecordJobDetails
getProcessId
-
Methods inherited from interface de.xima.fc.interfaces.timing.IQuartzJobDetails
getJobGroup, getStartTime, getTriggerGroup
-
-