Package de.xima.fc.mdl.form.record
Class WorkflowTriggerJobDetails
java.lang.Object
de.xima.fc.mdl.form.record.WorkflowTriggerJobDetails
- All Implemented Interfaces:
IFormRecordJobDetails,IQuartzJobDetails,IWorkflowTriggerJobDetails,Serializable
Default POJO implementation of
IWorkflowTriggerJobDetails with a constructor that extracts the data.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWorkflowTriggerJobDetails(Date startTime, String triggerGroup, String jobGroup, long workflowTriggerId, String workflowTriggerType) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface de.xima.fc.interfaces.timing.IQuartzJobDetails
getJobGroup, getStartTime, getTriggerGroup
-
Constructor Details
-
WorkflowTriggerJobDetails
-
-
Method Details
-
getWorkflowTriggerId
public long getWorkflowTriggerId()- Specified by:
getWorkflowTriggerIdin interfaceIWorkflowTriggerJobDetails- Returns:
- ID of the workflow trigger.
-
getWorkflowTriggerType
- Specified by:
getWorkflowTriggerTypein interfaceIWorkflowTriggerJobDetails- Returns:
- The
typeof the workflow trigger.
-
getProcessId
- Specified by:
getProcessIdin interfaceIFormRecordJobDetails- Returns:
- The
process IDprocess ID of the form record.
-
getStartTime
- Specified by:
getStartTimein interfaceIQuartzJobDetails
-
getTriggerGroup
- Specified by:
getTriggerGroupin interfaceIQuartzJobDetails
-
getJobGroup
- Specified by:
getJobGroupin interfaceIQuartzJobDetails
-
toString
-