Package com.priint.pubserver.bpm.model
Class VariableQueryDto
java.lang.Object
com.priint.pubserver.bpm.model.VariableQueryDto
A Object that represents operators for process variable
TaskQueryDto.getProcessVariables()-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionA Object that represents operators for process variableTaskQueryDto.getProcessVariables()VariableQueryDto(String name, ProcessVariableOperator operator, String value) A Object that represents operators for process variableTaskQueryDto.getProcessVariables() -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleangetName()getValue()inthashCode()voidvoidsetOperator(ProcessVariableOperator operator) voidtoString()
-
Constructor Details
-
VariableQueryDto
A Object that represents operators for process variableTaskQueryDto.getProcessVariables() -
VariableQueryDto
public VariableQueryDto()A Object that represents operators for process variableTaskQueryDto.getProcessVariables()
-
-
Method Details
-
builder
- Returns:
- VariableQueryDtoBuilder
-
getName
- Returns:
String- Variable name
-
getOperator
- Returns:
String- Operator is the comparison operator to be used and value the variable value. Valid operator values are: eq - equal to; neq - not equal to; gt - greater than; gteq - greater than or equal to; lt - lower than; lteq - lower than or equal to; like;notLike.
-
getValue
- Returns:
String- Variable value.
-
setName
- Parameters:
name- - Variable name
-
setOperator
- Parameters:
operator- Operator is the comparison operator to be used and value the variable value. * Valid operator values are: eq - equal to; neq - not equal to; gt - greater than; gteq - greater than or equal to; lt - lower than; lteq - lower than or equal to; like;notLike.
-
setValue
- Parameters:
value- - - Variable value.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-