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 ETimePointTriggerDurationUnitETimePointTriggerDurationUnit. 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 ETimePointTriggerDurationUnitFcTimePointProps.TimePointExpressionWithFormat. getDurationUnit()Methods in de.xima.fc.workflow.model.triggers with parameters of type ETimePointTriggerDurationUnit Modifier and Type Method Description voidFcTimePointProps.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 WorkflowTriggerWorkflowTriggerFactory. timePointExpression(String dateTimeTemplate, String dateTimeFormat, ETimePointTriggerOperation offsetOperation, String offsetDuration, ETimePointTriggerDurationUnit offsetUnit, WorkflowState... allowedStates)static FcTimePointPropsWorkflowTriggerPropsFactory. timePointExpression(String dateTimeTemplate, String dateTimeFormat, ETimePointTriggerOperation offsetOperation, String offsetDuration, ETimePointTriggerDurationUnit offsetUnit, WorkflowState... allowedStates)static WorkflowTriggerWorkflowTriggerFactory. timePointExpressionOrPast(String dateTimeTemplate, String dateTimeFormat, ETimePointTriggerOperation offsetOperation, String offsetDuration, ETimePointTriggerDurationUnit offsetUnit, WorkflowState... allowedStates)static FcTimePointPropsWorkflowTriggerPropsFactory. timePointExpressionOrPast(String dateTimeTemplate, String dateTimeFormat, ETimePointTriggerOperation offsetOperation, String offsetDuration, ETimePointTriggerDurationUnit offsetUnit, WorkflowState... allowedStates) 
 -