Class DisableCondition

java.lang.Object
com.inet.taskplanner.server.api.field.FieldCondition
com.inet.taskplanner.server.api.field.DisableCondition

@JsonData public class DisableCondition extends FieldCondition
A field condition that changes the accessability
Since:
taskplanner 3.0
  • Constructor Details

    • DisableCondition

      public DisableCondition(Field field, FieldCondition.OP operation, String value)
      Creates the field condition
      Parameters:
      field - the field the value is checked from
      operation - the operation to be applied
      value - the value the field must have set
      Since:
      taskplanner 3.0