Package overit.geocallapp.wfm.execution
Class PropertiesExecution.WorkOrder
java.lang.Object
overit.geocallapp.utilities.config.Properties
overit.geocallapp.wfm.execution.PropertiesExecution.WorkOrder
- Enclosing class:
PropertiesExecution
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanChecks whether the reading on successful outcome causes must be mandatory or notstatic booleanChecks whether to enable the evolution of work orders directly to the CLOSED state, without passing through the TECHNICALLY CLOSED state.Methods inherited from class overit.geocallapp.utilities.config.Properties
getBooleanProperty, getBooleanProperty, getBooleanSystemProperty, getBooleanSystemProperty, getDoubleProperty, getDoubleProperty, getIntegerProperty, getIntegerProperty, getIntegerSystemProperty, getIntegerSystemProperty, getLongProperty, getLongProperty, getStringListProperty, getStringListProperty, getStringProperty, getStringProperty, getStringSystemProperty, getStringSystemProperty
-
Constructor Details
-
WorkOrder
public WorkOrder()
-
-
Method Details
-
isOutcomeReadingMandatory
public static boolean isOutcomeReadingMandatory()Checks whether the reading on successful outcome causes must be mandatory or not- Returns:
truethe reading on successful outcome causes is mandatory,falseotherwise.
-
isWorkOrderAutomaticClosure
public static boolean isWorkOrderAutomaticClosure()Checks whether to enable the evolution of work orders directly to the CLOSED state, without passing through the TECHNICALLY CLOSED state. This evolution occurs unless at least one of the work order operations has an outcome cause that requires validation.- Returns:
true, if the work order closure is automatic,falseotherwise.
-