Package de.xima.fc.interfaces.timing
Interface IQuartzJobDetails
-
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
IChangeStatusJobDetails
,IFormRecordJobDetails
,IWorkflowTriggerJobDetails
- All Known Implementing Classes:
StatusChangeJobDetails
,WorkflowTriggerJobDetails
public interface IQuartzJobDetails extends Serializable
Common interface for detail information describing a quartz job- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getJobGroup()
Date
getStartTime()
String
getTriggerGroup()
-