Package de.xima.fc.interfaces.timing
Interface IChangeStatusJobDetails
-
- All Superinterfaces:
IFormRecordJobDetails
,IQuartzJobDetails
,Serializable
- All Known Implementing Classes:
StatusChangeJobDetails
public interface IChangeStatusJobDetails extends IFormRecordJobDetails
Interface for quartz job details for state change jobs of the old workflow.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getSourceStateName()
String
getTargetStateName()
-
Methods inherited from interface de.xima.fc.interfaces.timing.IFormRecordJobDetails
getProcessId
-
Methods inherited from interface de.xima.fc.interfaces.timing.IQuartzJobDetails
getJobGroup, getStartTime, getTriggerGroup
-
-