Package | Description |
---|---|
org.kie.internal.task.api | |
org.kie.internal.task.query |
Modifier and Type | Method and Description |
---|---|
TaskVariable.VariableType |
TaskVariable.getType()
Return type of the variable - either input or output
|
static TaskVariable.VariableType |
TaskVariable.VariableType.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
void |
TaskVariable.setType(TaskVariable.VariableType type) |
Modifier and Type | Method and Description |
---|---|
TaskVariableQueryBuilder |
TaskVariableQueryBuilder.type(TaskVariable.VariableType... type)
Add one or more (task variable) types as a criteria to the query
|
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.