Uses of Class
de.xima.fc.workflow.model.triggers.FcStateTimerProps
-
Packages that use FcStateTimerProps Package Description de.xima.fc.timing.job Package with classes for the available job-implementationsde.xima.fc.timing.worker Package with worker-classes for the job-executionde.xima.fc.workflow.designer.bean.triggers de.xima.fc.workflow.designer.registry.triggers de.xima.fc.workflow.setup -
-
Uses of FcStateTimerProps in de.xima.fc.timing.job
Methods in de.xima.fc.timing.job with parameters of type FcStateTimerProps Modifier and Type Method Description static StateTimerJob
StateTimerJob. forTrigger(Vorgang formRecord, WorkflowTrigger trigger, FcStateTimerProps props, Instant triggerFireInstant)
A new job for invoking a trigger of the new workflow engine. -
Uses of FcStateTimerProps in de.xima.fc.timing.worker
Methods in de.xima.fc.timing.worker with parameters of type FcStateTimerProps Modifier and Type Method Description static org.quartz.JobDataMap
StateTimerWorker. createJobMap(Vorgang formRecord, WorkflowTrigger trigger, FcStateTimerProps props, Instant triggerFireInstant)
Creates the job data map for the quartz job required by a workflow trigger of typeEWorkflowTriggerType.FC_STATE_TIMER
. -
Uses of FcStateTimerProps in de.xima.fc.workflow.designer.bean.triggers
Method parameters in de.xima.fc.workflow.designer.bean.triggers with type arguments of type FcStateTimerProps Modifier and Type Method Description void
FcStateTimerBean. prepareViewForElement(IElementPropInitParams<FcStateTimerProps> params)
void
FcStateTimerBean. updateCurrentProperties(IElementUpdateCurrentPropsParams<FcStateTimerProps> params)
-
Uses of FcStateTimerProps in de.xima.fc.workflow.designer.registry.triggers
Methods in de.xima.fc.workflow.designer.registry.triggers that return types with arguments of type FcStateTimerProps Modifier and Type Method Description Class<FcStateTimerProps>
FcStateTimerHandler. getDataModelClass()
Class<? extends ITriggerPropertiesBean<FcStateTimerProps>>
FcStateTimerHandler. getPropertiesBeanClass()
Method parameters in de.xima.fc.workflow.designer.registry.triggers with type arguments of type FcStateTimerProps Modifier and Type Method Description ISummaryKeyValueModel
FcStateTimerHandler. getElementSummaryKeyValueModel(IGetElementSummaryParams<FcStateTimerProps> params)
boolean
FcStateTimerHandler. isPreconditionSatisfied(ITriggerPreconditionSatisfiedParams<FcStateTimerProps> params)
-
Uses of FcStateTimerProps in de.xima.fc.workflow.setup
Methods in de.xima.fc.workflow.setup with parameters of type FcStateTimerProps Modifier and Type Method Description protected de.xima.cmn.criteria.FilterCriterion
StateTimerTriggerSetup. findApplicableFormRecords(IEntityContext ec, WorkflowTrigger trigger, FcStateTimerProps props)
protected Instant
StateTimerTriggerSetup. getTriggerFireInstant(IEntityContext ec, Vorgang formRecord, FcStateTimerProps props)
protected IJobWrapper
StateTimerTriggerSetup. newJob(IEntityContext ec, Vorgang formRecord, WorkflowTrigger trigger, FcStateTimerProps props, Instant triggerFireInstant)
Method parameters in de.xima.fc.workflow.setup with type arguments of type FcStateTimerProps Modifier and Type Method Description protected boolean
StateTimerTriggerSetup. isAppliesToFormRecordUpdate(IEntityContext ec, Vorgang formRecord, ITriggerHandler<FcStateTimerProps> handler)
protected boolean
StateTimerTriggerSetup. isNeedToRescheduleJob(de.xima.fc.workflow.setup.CheckRescheduleParams<FcStateTimerProps> params)
-