Uses of Enum Class
org.flowable.rest.service.api.engine.variable.RestVariable.RestVariableScope
Packages that use RestVariable.RestVariableScope
Package
Description
-
Uses of RestVariable.RestVariableScope in org.flowable.rest.service.api
Methods in org.flowable.rest.service.api with parameters of type RestVariable.RestVariableScopeModifier and TypeMethodDescriptionRestResponseFactory.createBinaryRestVariable
(String name, RestVariable.RestVariableScope scope, String type, String taskId, String executionId, String processInstanceId) void
BpmnRestApiInterceptor.createExecutionVariables
(Execution execution, Map<String, Object> variables, RestVariable.RestVariableScope scope) RestResponseFactory.createRestVariable
(String name, Object value, RestVariable.RestVariableScope scope, String id, int variableType, boolean includeBinaryValue) RestResponseFactory.createRestVariable
(String name, Object value, RestVariable.RestVariableScope scope, String id, int variableType, boolean includeBinaryValue, RestUrlBuilder urlBuilder) RestResponseFactory.createRestVariables
(Map<String, Object> variables, String id, int variableType, RestVariable.RestVariableScope scope) void
BpmnRestApiInterceptor.createTaskVariables
(Task task, Map<String, Object> variables, RestVariable.RestVariableScope scope) void
BpmnRestApiInterceptor.deleteExecutionVariables
(Execution execution, Collection<String> variableNames, RestVariable.RestVariableScope scope) void
BpmnRestApiInterceptor.deleteTaskVariables
(Task task, Collection<String> variableNames, RestVariable.RestVariableScope scope) void
BpmnRestApiInterceptor.updateExecutionVariables
(Execution execution, Map<String, Object> variables, RestVariable.RestVariableScope scope) void
BpmnRestApiInterceptor.updateTaskVariables
(Task task, Map<String, Object> variables, RestVariable.RestVariableScope scope) -
Uses of RestVariable.RestVariableScope in org.flowable.rest.service.api.engine.variable
Methods in org.flowable.rest.service.api.engine.variable that return RestVariable.RestVariableScopeModifier and TypeMethodDescriptionRestVariable.getScopeFromString
(String scope) RestVariable.getVariableScope()
Returns the enum constant of this class with the specified name.static RestVariable.RestVariableScope[]
RestVariable.RestVariableScope.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.flowable.rest.service.api.engine.variable with parameters of type RestVariable.RestVariableScopeModifier and TypeMethodDescriptionvoid
RestVariable.setVariableScope
(RestVariable.RestVariableScope variableScope) -
Uses of RestVariable.RestVariableScope in org.flowable.rest.service.api.runtime.process
Methods in org.flowable.rest.service.api.runtime.process with parameters of type RestVariable.RestVariableScopeModifier and TypeMethodDescriptionprotected RestVariable
BaseExecutionVariableResource.constructRestVariable
(String variableName, Object value, RestVariable.RestVariableScope variableScope, String executionId, boolean includeBinary) protected RestVariable
ProcessInstanceVariableResource.constructRestVariable
(String variableName, Object value, RestVariable.RestVariableScope variableScope, String executionId, boolean includeBinary) BaseExecutionVariableResource.getVariableFromRequestWithoutAccessCheck
(Execution execution, String variableName, RestVariable.RestVariableScope variableScope, boolean includeBinary) protected boolean
BaseExecutionVariableResource.hasVariableOnScope
(Execution execution, String variableName, RestVariable.RestVariableScope scope) protected void
BaseExecutionVariableResource.setVariable
(Execution execution, String name, Object value, RestVariable.RestVariableScope scope, boolean isNew) -
Uses of RestVariable.RestVariableScope in org.flowable.rest.service.api.runtime.task
Methods in org.flowable.rest.service.api.runtime.task with parameters of type RestVariable.RestVariableScopeModifier and TypeMethodDescriptionprotected boolean
TaskVariableBaseResource.hasVariableOnScope
(Task task, String variableName, RestVariable.RestVariableScope scope) protected void
TaskVariableBaseResource.setVariable
(Task task, String name, Object value, RestVariable.RestVariableScope scope, boolean isNew)