Uses of Class
org.kie.internal.task.api.TaskVariable.VariableType
-
Packages that use TaskVariable.VariableType Package Description org.kie.internal.task.api org.kie.internal.task.query -
-
Uses of TaskVariable.VariableType in org.kie.internal.task.api
Methods in org.kie.internal.task.api that return TaskVariable.VariableType Modifier and Type Method Description TaskVariable.VariableType
TaskVariable. getType()
Return type of the variable - either input or outputstatic TaskVariable.VariableType
TaskVariable.VariableType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TaskVariable.VariableType[]
TaskVariable.VariableType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kie.internal.task.api with parameters of type TaskVariable.VariableType Modifier and Type Method Description void
TaskVariable. setType(TaskVariable.VariableType type)
-
Uses of TaskVariable.VariableType in org.kie.internal.task.query
Methods in org.kie.internal.task.query with parameters of type TaskVariable.VariableType Modifier and Type Method Description TaskVariableQueryBuilder
TaskVariableQueryBuilder. type(TaskVariable.VariableType... type)
Add one or more (task variable) types as a criteria to the query
-