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) voidBpmnRestApiInterceptor.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) voidBpmnRestApiInterceptor.createTaskVariables(Task task, Map<String, Object> variables, RestVariable.RestVariableScope scope) voidBpmnRestApiInterceptor.deleteExecutionVariables(Execution execution, Collection<String> variableNames, RestVariable.RestVariableScope scope) voidBpmnRestApiInterceptor.deleteTaskVariables(Task task, Collection<String> variableNames, RestVariable.RestVariableScope scope) voidBpmnRestApiInterceptor.updateExecutionVariables(Execution execution, Map<String, Object> variables, RestVariable.RestVariableScope scope) voidBpmnRestApiInterceptor.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 TypeMethodDescriptionvoidRestVariable.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 RestVariableBaseExecutionVariableResource.constructRestVariable(String variableName, Object value, RestVariable.RestVariableScope variableScope, String executionId, boolean includeBinary) protected RestVariableProcessInstanceVariableResource.constructRestVariable(String variableName, Object value, RestVariable.RestVariableScope variableScope, String executionId, boolean includeBinary) BaseExecutionVariableResource.getVariableFromRequestWithoutAccessCheck(Execution execution, String variableName, RestVariable.RestVariableScope variableScope, boolean includeBinary) protected booleanBaseExecutionVariableResource.hasVariableOnScope(Execution execution, String variableName, RestVariable.RestVariableScope scope) protected voidBaseExecutionVariableResource.setVariable(Execution execution, String name, Object value, RestVariable.RestVariableScope scope, boolean isNew, boolean async) -
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 booleanTaskVariableBaseResource.hasVariableOnScope(Task task, String variableName, RestVariable.RestVariableScope scope) protected voidTaskVariableBaseResource.setVariable(Task task, String name, Object value, RestVariable.RestVariableScope scope, boolean isNew)