Uses of Enum
org.kie.internal.task.api.TaskVariable.VariableType
Packages that use TaskVariable.VariableType
-
Uses of TaskVariable.VariableType in org.kie.internal.task.api
Methods in org.kie.internal.task.api that return TaskVariable.VariableTypeModifier and TypeMethodDescriptionTaskVariable.getType()Return type of the variable - either input or outputstatic TaskVariable.VariableTypeReturns 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 -
Uses of TaskVariable.VariableType in org.kie.internal.task.query
Methods in org.kie.internal.task.query with parameters of type TaskVariable.VariableTypeModifier and TypeMethodDescriptionTaskVariableQueryBuilder.type(TaskVariable.VariableType... type) Add one or more (task variable) types as a criteria to the query