Uses of Interface
de.xima.fc.interfaces.timing.IQuartzJobDetails
-
Packages that use IQuartzJobDetails Package Description de.xima.fc.interfaces.timing de.xima.fc.mdl.form.record -
-
Uses of IQuartzJobDetails in de.xima.fc.interfaces.timing
Subinterfaces of IQuartzJobDetails in de.xima.fc.interfaces.timing Modifier and Type Interface Description interface
IChangeStatusJobDetails
Interface for quartz job details for state change jobs of the old workflow.interface
IFormRecordJobDetails
Common interface for detail information about quartz jobs of a form recordinterface
IWorkflowTriggerJobDetails
Interface for quartz job info for quartz triggers for workflow triggers of the new workflow. -
Uses of IQuartzJobDetails in de.xima.fc.mdl.form.record
Classes in de.xima.fc.mdl.form.record that implement IQuartzJobDetails Modifier and Type Class Description class
StatusChangeJobDetails
Model class for detail information about aStatusChangeJob
class
WorkflowTriggerJobDetails
Default POJO implementation ofIWorkflowTriggerJobDetails
with a constructor that extracts the data.
-