| Modifier and Type | Method and Description |
|---|---|
RestVariable |
CmmnRestResponseFactory.createBinaryRestVariable(String name,
RestVariable.RestVariableScope scope,
String type,
String taskId,
String caseInstanceId) |
RestVariable |
CmmnRestResponseFactory.createRestVariable(String name,
Object value,
RestVariable.RestVariableScope scope,
String id,
int variableType,
boolean includeBinaryValue) |
RestVariable |
CmmnRestResponseFactory.createRestVariable(String name,
Object value,
RestVariable.RestVariableScope scope,
String id,
int variableType,
boolean includeBinaryValue,
RestUrlBuilder urlBuilder) |
List<RestVariable> |
CmmnRestResponseFactory.createRestVariables(Map<String,Object> variables,
String id,
int variableType,
RestVariable.RestVariableScope scope) |
| Modifier and Type | Method and Description |
|---|---|
static RestVariable.RestVariableScope |
RestVariable.getScopeFromString(String scope) |
RestVariable.RestVariableScope |
RestVariable.getVariableScope() |
static RestVariable.RestVariableScope |
RestVariable.RestVariableScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestVariable.RestVariableScope[] |
RestVariable.RestVariableScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RestVariable.setVariableScope(RestVariable.RestVariableScope variableScope) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseVariableResource.setVariable(org.flowable.cmmn.api.runtime.CaseInstance caseInstance,
String name,
Object value,
RestVariable.RestVariableScope scope,
boolean isNew) |
protected void |
BaseVariableResource.setVariable(org.flowable.cmmn.api.runtime.PlanItemInstance planItemInstance,
String name,
Object value,
RestVariable.RestVariableScope scope,
boolean isNew) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
TaskVariableBaseResource.hasVariableOnScope(org.flowable.task.api.Task task,
String variableName,
RestVariable.RestVariableScope scope) |
protected void |
TaskVariableBaseResource.setVariable(org.flowable.task.api.Task task,
String name,
Object value,
RestVariable.RestVariableScope scope,
boolean isNew) |
Copyright © 2020 Flowable. All rights reserved.