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 StateTimerJobStateTimerJob.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.JobDataMapStateTimerWorker.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 TypeMethodDescriptionvoidFcStateTimerBean.prepareViewForElement(IElementPropInitParams<FcStateTimerProps> params) voidFcStateTimerBean.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) booleanFcStateTimerHandler.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 FcStateTimerPropsWorkflowTriggerPropsFactory.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.FilterCriterionStateTimerTriggerSetup.findApplicableFormRecords(IEntityContext ec, WorkflowTrigger trigger, FcStateTimerProps props) protected InstantStateTimerTriggerSetup.getTriggerFireInstant(IEntityContext ec, Vorgang formRecord, FcStateTimerProps props) protected IJobWrapperStateTimerTriggerSetup.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 booleanStateTimerTriggerSetup.isAppliesToFormRecordUpdate(IEntityContext ec, Vorgang formRecord, ITriggerHandler<FcStateTimerProps> handler) protected booleanStateTimerTriggerSetup.isNeedToRescheduleJob(de.xima.fc.workflow.setup.CheckRescheduleParams<FcStateTimerProps> params)