Interface IDtoTaskParameterEqualityJobRequirement

All Superinterfaces:
IDtoAbstractJobRequirement
All Known Implementing Classes:
DtoTaskParameterEqualityJobRequirement

public interface IDtoTaskParameterEqualityJobRequirement extends IDtoAbstractJobRequirement
Restricts the allowed jobs to those that have a specific DtoTaskParameterValue.
  • Field Details

  • Method Details

    • getType

      String getType()
      Type discriminator
      Specified by:
      getType in interface IDtoAbstractJobRequirement
    • getKey

      String getKey()
      name of a field
    • setKey

      void setKey(String key)
      name of a field
    • getValue

      String getValue()
      The value of this taskParameter. Special char $ is allowed and could restrict to jobs that have the same value in two different keys.
    • setValue

      void setValue(String value)
      The value of this taskParameter. Special char $ is allowed and could restrict to jobs that have the same value in two different keys.