Class Codes.InterventionMeasure
java.lang.Object
overit.geocallapp.wfm.orchestrator.workorders.Codes.InterventionMeasure
- Enclosing class:
Codes
Codes for intervention measures.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CodeError code indicating that the operation is not allowed because the intervention is already closed.static final Codestatic final CodeError code indicating that the technical object of the intervention and measuring element do not match.static final CodeError code indicating that a mandatory measure is missing for the intervention.static final CodeError code indicating that no census rule is found for the measure. -
Method Summary
-
Field Details
-
MISMATCHING_TECHNICAL_OBJECT
Error code indicating that the technical object of the intervention and measuring element do not match.No parameters.
-
MISSING_MANDATORY_MEASURE
Error code indicating that a mandatory measure is missing for the intervention.No parameters.
-
INVALID_INTERVENTION_STATUS
Error code indicating that the operation is not allowed because the intervention is already closed.No parameters.
-
NO_MATCHING_CENSUS_RULE
Error code indicating that no census rule is found for the measure.No parameters.
-
INVALID_MEASURES_VALIDATED
-