Package overit.geocallapp.wfm.workorders
Class PropertiesWorkOrders.WorkOrder
java.lang.Object
overit.geocallapp.utilities.config.Properties
overit.geocallapp.wfm.workorders.PropertiesWorkOrders.WorkOrder
- Enclosing class:
PropertiesWorkOrders
-
Method Summary
Modifier and TypeMethodDescriptionstatic LongReturns the activity linking rules log type.static intGets the max number of work order operation can be created through the work order creation functionality from the work cycle.static booleanSays if is enabled the work orders technical validation.static booleanChecks whether the concurrency check on work order saving is enabled.static booleanChecks whether the skill override configuration check, before unlocking the operation, is enabled.static booleanSays if the legacy implementation of WO Permits is enabled.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
-
Method Details
-
getActivityLinkingRulesLogType
Returns the activity linking rules log type. The available values are defined inLogType:- Returns:
- the activity linking rules log type
- See Also:
-
getMaxOperationWorkCycleCreation
public static int getMaxOperationWorkCycleCreation()Gets the max number of work order operation can be created through the work order creation functionality from the work cycle.- Returns:
- the max number of work order operation can be created through the work order creation functionality from the work cycle.
-
isWOPermitLegacyModeEnabled
public static boolean isWOPermitLegacyModeEnabled()Says if the legacy implementation of WO Permits is enabled.- Returns:
trueif the legacy implementation of WO Permits is enabled,falseotherwise.
-
isActiveWorkOrderTechnicalValidation
public static boolean isActiveWorkOrderTechnicalValidation()Says if is enabled the work orders technical validation. Default value is false- Returns:
trueif the technical validation is enabled,falseotherwise.
-
isConcurrencyCheckOnSaveEnabled
public static boolean isConcurrencyCheckOnSaveEnabled()Checks whether the concurrency check on work order saving is enabled.- Returns:
trueif the concurrency check is enabled,falseotherwise
-
isUnlockWorkOrderOverrideSkillsCheckEnabled
public static boolean isUnlockWorkOrderOverrideSkillsCheckEnabled()Checks whether the skill override configuration check, before unlocking the operation, is enabled.- Returns:
trueif the skill override configuration check is enabled,falseotherwise
-