Interface IDtoTaskParameterEqualityJobRequirement
- All Superinterfaces:
IDtoAbstractJobRequirement
- All Known Implementing Classes:
DtoTaskParameterEqualityJobRequirement
Restricts the allowed jobs to those that have a specific DtoTaskParameterValue.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
_DISCRIMINATOR_TYPE_NAME
- See Also:
-
-
Method Details
-
getType
String getType()Type discriminator- Specified by:
getTypein interfaceIDtoAbstractJobRequirement
-
getKey
String getKey()name of a field -
setKey
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
The value of this taskParameter. Special char $ is allowed and could restrict to jobs that have the same value in two different keys.
-