Uses of Class
de.xima.fc.workflow.model.triggers.FcTimePointProps
-
Packages that use FcTimePointProps 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.processor.factory de.xima.fc.workflow.setup -
-
Uses of FcTimePointProps in de.xima.fc.timing.job
Methods in de.xima.fc.timing.job with parameters of type FcTimePointProps Modifier and Type Method Description static TimePointJob
TimePointJob. forTrigger(Vorgang formRecord, WorkflowTrigger trigger, FcTimePointProps props, Instant triggerFireInstant)
A new job for invoking a fixed timer trigger of the new workflow engine. -
Uses of FcTimePointProps in de.xima.fc.timing.worker
Methods in de.xima.fc.timing.worker with parameters of type FcTimePointProps Modifier and Type Method Description static org.quartz.JobDataMap
TimePointWorker. createJobMap(Vorgang formRecord, WorkflowTrigger trigger, FcTimePointProps props, Instant triggerFireInstant)
Creates the job data map for the quartz job required by a workflow trigger of typeEWorkflowTriggerType.FC_TIME_POINT
. -
Uses of FcTimePointProps in de.xima.fc.workflow.designer.bean.triggers
Methods in de.xima.fc.workflow.designer.bean.triggers that return types with arguments of type FcTimePointProps Modifier and Type Method Description IRetrieveElementPropsRetVal<FcTimePointProps>
FcTimePointBean. retrieveCurrentProperties(FcTimePointProps storedModel)
Methods in de.xima.fc.workflow.designer.bean.triggers with parameters of type FcTimePointProps Modifier and Type Method Description IRetrieveElementPropsRetVal<FcTimePointProps>
FcTimePointBean. retrieveCurrentProperties(FcTimePointProps storedModel)
Method parameters in de.xima.fc.workflow.designer.bean.triggers with type arguments of type FcTimePointProps Modifier and Type Method Description void
FcTimePointBean. prepareViewForElement(IElementPropInitParams<FcTimePointProps> params)
void
FcTimePointBean. updateCurrentProperties(IElementUpdateCurrentPropsParams<FcTimePointProps> params)
-
Uses of FcTimePointProps in de.xima.fc.workflow.designer.registry.triggers
Methods in de.xima.fc.workflow.designer.registry.triggers that return FcTimePointProps Modifier and Type Method Description FcTimePointProps
FcTimePointHandler. getPrototypeModelData(String label, IGuiIcon icon, IGetElementPrototypesParams params)
Methods in de.xima.fc.workflow.designer.registry.triggers that return types with arguments of type FcTimePointProps Modifier and Type Method Description Class<FcTimePointProps>
FcTimePointHandler. getDataModelClass()
Class<? extends ITriggerPropertiesBean<FcTimePointProps>>
FcTimePointHandler. getPropertiesBeanClass()
Method parameters in de.xima.fc.workflow.designer.registry.triggers with type arguments of type FcTimePointProps Modifier and Type Method Description ISummaryKeyValueModel
FcTimePointHandler. getElementSummaryKeyValueModel(IGetElementSummaryParams<FcTimePointProps> params)
boolean
FcTimePointHandler. isPreconditionSatisfied(ITriggerPreconditionSatisfiedParams<FcTimePointProps> params)
-
Uses of FcTimePointProps in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory that return FcTimePointProps Modifier and Type Method Description static FcTimePointProps
WorkflowTriggerPropsFactory. timePointExpression(String dateTimeTemplate, String dateTimeFormat, WorkflowState... allowedStates)
static FcTimePointProps
WorkflowTriggerPropsFactory. timePointExpression(String dateTimeTemplate, String dateTimeFormat, ETimePointTriggerOperation offsetOperation, String offsetDuration, ETimePointTriggerDurationUnit offsetUnit, WorkflowState... allowedStates)
static FcTimePointProps
WorkflowTriggerPropsFactory. timePointExpressionOrPast(String dateTimeTemplate, String dateTimeFormat, WorkflowState... allowedStates)
static FcTimePointProps
WorkflowTriggerPropsFactory. timePointExpressionOrPast(String dateTimeTemplate, String dateTimeFormat, ETimePointTriggerOperation offsetOperation, String offsetDuration, ETimePointTriggerDurationUnit offsetUnit, WorkflowState... allowedStates)
static FcTimePointProps
WorkflowTriggerPropsFactory. timePointFixed(Instant instant, Iterable<WorkflowState> allowedStates)
Creates a new model of typeEWorkflowTriggerType.FC_TIME_POINT
that occurs at a certain point in time.static FcTimePointProps
WorkflowTriggerPropsFactory. timePointFixed(Instant instant, ZoneId zoneId, Iterable<WorkflowState> allowedStates)
Creates a new model of typeEWorkflowTriggerType.FC_TIME_POINT
that occurs at a certain point in time.static FcTimePointProps
WorkflowTriggerPropsFactory. timePointFixed(LocalDateTime dateTime, ZoneId zoneId, Iterable<WorkflowState> allowedStates)
Creates a new model of typeEWorkflowTriggerType.FC_TIME_POINT
that occurs at a certain point in time.static FcTimePointProps
WorkflowTriggerPropsFactory. timePointFixedOrPast(Instant instant, Iterable<WorkflowState> allowedStates)
Creates a new model of typeEWorkflowTriggerType.FC_TIME_POINT
that occurs at or after a certain point in time.static FcTimePointProps
WorkflowTriggerPropsFactory. timePointFixedOrPast(Instant instant, ZoneId zoneId, Iterable<WorkflowState> allowedStates)
Creates a new model of typeEWorkflowTriggerType.FC_TIME_POINT
that occurs at or after a certain point in time.static FcTimePointProps
WorkflowTriggerPropsFactory. timePointFixedOrPast(LocalDateTime dateTime, ZoneId zoneId, Iterable<WorkflowState> allowedStates)
Creates a new model of typeEWorkflowTriggerType.FC_TIME_POINT
that occurs at or after a certain point in time. -
Uses of FcTimePointProps in de.xima.fc.workflow.setup
Methods in de.xima.fc.workflow.setup with parameters of type FcTimePointProps Modifier and Type Method Description protected de.xima.cmn.criteria.FilterCriterion
TimePointTriggerSetup. findApplicableFormRecords(IEntityContext ec, WorkflowTrigger trigger, FcTimePointProps props)
protected Instant
TimePointTriggerSetup. getTriggerFireInstant(IEntityContext ec, Vorgang formRecord, FcTimePointProps props)
protected IJobWrapper
TimePointTriggerSetup. newJob(IEntityContext ec, Vorgang formRecord, WorkflowTrigger trigger, FcTimePointProps props, Instant triggerFireInstant)
Method parameters in de.xima.fc.workflow.setup with type arguments of type FcTimePointProps Modifier and Type Method Description protected boolean
TimePointTriggerSetup. isAppliesToFormRecordUpdate(IEntityContext ec, Vorgang formRecord, ITriggerHandler<FcTimePointProps> handler)
protected boolean
TimePointTriggerSetup. isNeedToRescheduleJob(de.xima.fc.workflow.setup.CheckRescheduleParams<FcTimePointProps> params)
-