Class PropertiesExecution.WorkOrder

java.lang.Object
overit.geocallapp.utilities.config.Properties
overit.geocallapp.wfm.execution.PropertiesExecution.WorkOrder
Enclosing class:
PropertiesExecution

public static class PropertiesExecution.WorkOrder extends Properties
  • 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:
      true the reading on successful outcome causes is mandatory, false otherwise.
    • 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, false otherwise.