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, wait
Methods inherited from interface de.xima.fc.interfaces.timing.IQuartzJobDetails
getJobGroup, getStartTime, getTriggerGroup
-
Constructor Details
-
WorkflowTriggerJobDetails
-
-
Method Details
-
getWorkflowTriggerId
public long getWorkflowTriggerId()- Specified by:
getWorkflowTriggerId
in interfaceIWorkflowTriggerJobDetails
- Returns:
- ID of the workflow trigger.
-
getWorkflowTriggerType
- Specified by:
getWorkflowTriggerType
in interfaceIWorkflowTriggerJobDetails
- Returns:
- The
type
of the workflow trigger.
-
getProcessId
- Specified by:
getProcessId
in interfaceIFormRecordJobDetails
- Returns:
- The
process ID
process ID of the form record.
-
getStartTime
- Specified by:
getStartTime
in interfaceIQuartzJobDetails
-
getTriggerGroup
- Specified by:
getTriggerGroup
in interfaceIQuartzJobDetails
-
getJobGroup
- Specified by:
getJobGroup
in interfaceIQuartzJobDetails
-
toString
-