Uses of Class
de.xima.fc.mdl.enums.ETimePointTriggerDurationUnit
-
Packages that use ETimePointTriggerDurationUnit Package Description de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes.de.xima.fc.workflow.designer.bean.triggers de.xima.fc.workflow.model.triggers de.xima.fc.workflow.processor.factory -
-
Uses of ETimePointTriggerDurationUnit in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return ETimePointTriggerDurationUnit Modifier and Type Method Description static ETimePointTriggerDurationUnit
ETimePointTriggerDurationUnit. valueOf(String name)
Returns the enum constant of this type with the specified name.static ETimePointTriggerDurationUnit[]
ETimePointTriggerDurationUnit. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ETimePointTriggerDurationUnit in de.xima.fc.workflow.designer.bean.triggers
Methods in de.xima.fc.workflow.designer.bean.triggers that return types with arguments of type ETimePointTriggerDurationUnit Modifier and Type Method Description List<ETimePointTriggerDurationUnit>
FcTimePointBean. getDurationUnits()
-
Uses of ETimePointTriggerDurationUnit in de.xima.fc.workflow.model.triggers
Methods in de.xima.fc.workflow.model.triggers that return ETimePointTriggerDurationUnit Modifier and Type Method Description ETimePointTriggerDurationUnit
FcTimePointProps.TimePointExpressionWithFormat. getDurationUnit()
Methods in de.xima.fc.workflow.model.triggers with parameters of type ETimePointTriggerDurationUnit Modifier and Type Method Description void
FcTimePointProps.TimePointExpressionWithFormat. setDurationUnit(ETimePointTriggerDurationUnit durationUnit)
-
Uses of ETimePointTriggerDurationUnit in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory with parameters of type ETimePointTriggerDurationUnit Modifier and Type Method Description static WorkflowTrigger
WorkflowTriggerFactory. timePointExpression(String dateTimeTemplate, String dateTimeFormat, ETimePointTriggerOperation offsetOperation, String offsetDuration, ETimePointTriggerDurationUnit offsetUnit, WorkflowState... allowedStates)
static WorkflowTrigger
WorkflowTriggerFactory. timePointExpressionOrPast(String dateTimeTemplate, String dateTimeFormat, ETimePointTriggerOperation offsetOperation, String offsetDuration, ETimePointTriggerDurationUnit offsetUnit, WorkflowState... allowedStates)
-