Uses of Enum Class
org.flowable.cmmn.rest.service.api.engine.variable.RestVariable.RestVariableScope
Packages that use RestVariable.RestVariableScope
Package
Description
-
Uses of RestVariable.RestVariableScope in org.flowable.cmmn.rest.service.api
Methods in org.flowable.cmmn.rest.service.api with parameters of type RestVariable.RestVariableScopeModifier and TypeMethodDescriptionCmmnRestResponseFactory.createBinaryRestVariable
(String name, RestVariable.RestVariableScope scope, String type, String instanceId, int responseVariableType) CmmnRestResponseFactory.createRestVariable
(String name, Object value, RestVariable.RestVariableScope scope, String id, int variableType, boolean includeBinaryValue) CmmnRestResponseFactory.createRestVariable
(String name, Object value, RestVariable.RestVariableScope scope, String id, int variableType, boolean includeBinaryValue, RestUrlBuilder urlBuilder) CmmnRestResponseFactory.createRestVariables
(Map<String, Object> variables, String id, int variableType, RestVariable.RestVariableScope scope) void
CmmnRestApiInterceptor.createTaskVariables
(Task task, Map<String, Object> variables, RestVariable.RestVariableScope scope) void
CmmnRestApiInterceptor.deleteTaskVariables
(Task task, Collection<String> variableNames, RestVariable.RestVariableScope scope) void
CmmnRestApiInterceptor.updateTaskVariables
(Task task, Map<String, Object> variables, RestVariable.RestVariableScope scope) -
Uses of RestVariable.RestVariableScope in org.flowable.cmmn.rest.service.api.engine.variable
Methods in org.flowable.cmmn.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.cmmn.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.cmmn.rest.service.api.runtime.caze
Methods in org.flowable.cmmn.rest.service.api.runtime.caze with parameters of type RestVariable.RestVariableScopeModifier and TypeMethodDescriptionprotected RestVariable
BaseVariableResource.constructRestVariable
(String variableName, Object value, String caseInstanceId, int variableType, boolean includeBinary, RestVariable.RestVariableScope scope) protected Object
BaseVariableResource.createVariable
(String instanceId, int variableType, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, RestVariable.RestVariableScope scope, BaseVariableResource.VariableInterceptor variableInterceptor) protected RestVariable
BaseVariableResource.setBinaryVariable
(MultipartHttpServletRequest request, String instanceId, int responseVariableType, boolean isNew, RestVariable.RestVariableScope scope, BaseVariableResource.VariableInterceptor variableInterceptor) protected RestVariable
BaseVariableResource.setSimpleVariable
(RestVariable restVariable, String instanceId, boolean isNew, RestVariable.RestVariableScope scope, int variableType, BaseVariableResource.VariableInterceptor variableInterceptor) protected void
BaseVariableResource.setVariable
(String instanceId, String name, Object value, RestVariable.RestVariableScope scope, boolean isNew, BaseVariableResource.VariableInterceptor variableInterceptor) -
Uses of RestVariable.RestVariableScope in org.flowable.cmmn.rest.service.api.runtime.task
Methods in org.flowable.cmmn.rest.service.api.runtime.task with parameters of type RestVariable.RestVariableScopeModifier and TypeMethodDescriptionTaskVariableBaseResource.getVariableFromRequestWithoutAccessCheck
(Task task, String variableName, RestVariable.RestVariableScope variableScope, boolean includeBinary) protected 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)