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.bpmn.trigger de.xima.fc.workflow.designer.registry.triggers de.xima.fc.workflow.processor.factory 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 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 FcStateTimerProps Modifier and Type Method Description static 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 FcStateTimerProps Modifier and Type Method Description voidFcStateTimerBean. prepareViewForElement(IElementPropInitParams<FcStateTimerProps> params)voidFcStateTimerBean. updateCurrentProperties(IElementUpdateCurrentPropsParams<FcStateTimerProps> params) -
Uses of FcStateTimerProps in de.xima.fc.workflow.designer.bpmn.trigger
Fields in de.xima.fc.workflow.designer.bpmn.trigger with type parameters of type FcStateTimerProps Modifier and Type Field Description static IWorkflowTriggerBpmnModeler<FcStateTimerProps>FcStateTimerBpmnModeler. INSTANCEThe immutable singleton instance of this modeler. -
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 IWorkflowTriggerBpmnModeler<FcStateTimerProps>FcStateTimerHandler. getBpmnModeler()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 ISummaryKeyValueModelFcStateTimerHandler. 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 FcStateTimerProps Modifier and Type Method Description static 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 FcStateTimerProps Modifier and Type Method Description protected 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 FcStateTimerProps Modifier and Type Method Description protected booleanStateTimerTriggerSetup. isAppliesToFormRecordUpdate(IEntityContext ec, Vorgang formRecord, ITriggerHandler<FcStateTimerProps> handler)protected booleanStateTimerTriggerSetup. isNeedToRescheduleJob(de.xima.fc.workflow.setup.CheckRescheduleParams<FcStateTimerProps> params)
-