Uses of Class
de.xima.fc.workflow.model.triggers.FcStateTimerProps
Packages that use FcStateTimerProps
Package
Description
Package with classes for the available job-implementations
Package with worker-classes for the job-execution
-
Uses of FcStateTimerProps in de.xima.fc.timing.job
Methods in de.xima.fc.timing.job with parameters of type FcStateTimerPropsModifier and TypeMethodDescriptionstatic 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 FcStateTimerPropsModifier and TypeMethodDescriptionstatic 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 FcStateTimerPropsModifier and TypeMethodDescriptionvoid
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 FcStateTimerPropsModifier and TypeMethodDescriptionFcStateTimerHandler.getDataModelClass()
Class<? extends ITriggerPropertiesBean<FcStateTimerProps>>
FcStateTimerHandler.getPropertiesBeanClass()
Method parameters in de.xima.fc.workflow.designer.registry.triggers with type arguments of type FcStateTimerPropsModifier and TypeMethodDescriptionFcStateTimerHandler.getElementSummaryKeyValueModel
(IGetElementSummaryParams<FcStateTimerProps> params) boolean
FcStateTimerHandler.isPreconditionSatisfied
(ITriggerPreconditionSatisfiedParams<FcStateTimerProps> params) -
Uses of FcStateTimerProps in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory that return FcStateTimerPropsModifier and TypeMethodDescriptionstatic FcStateTimerProps
WorkflowTriggerPropsFactory.stateTimer
(WorkflowState state, Duration duration) -
Uses of FcStateTimerProps in de.xima.fc.workflow.setup
Methods in de.xima.fc.workflow.setup with parameters of type FcStateTimerPropsModifier and TypeMethodDescriptionprotected 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 FcStateTimerPropsModifier and TypeMethodDescriptionprotected boolean
StateTimerTriggerSetup.isAppliesToFormRecordUpdate
(IEntityContext ec, Vorgang formRecord, ITriggerHandler<FcStateTimerProps> handler) protected boolean
StateTimerTriggerSetup.isNeedToRescheduleJob
(de.xima.fc.workflow.setup.CheckRescheduleParams<FcStateTimerProps> params)