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) voidCmmnRestApiInterceptor.createTaskVariables(Task task, Map<String, Object> variables, RestVariable.RestVariableScope scope) voidCmmnRestApiInterceptor.deleteTaskVariables(Task task, Collection<String> variableNames, RestVariable.RestVariableScope scope) voidCmmnRestApiInterceptor.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 TypeMethodDescriptionvoidRestVariable.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 RestVariableBaseVariableResource.constructRestVariable(String variableName, Object value, String caseInstanceId, int variableType, boolean includeBinary, RestVariable.RestVariableScope scope) protected ObjectBaseVariableResource.createVariable(String instanceId, int variableType, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, RestVariable.RestVariableScope scope, BaseVariableResource.VariableInterceptor variableInterceptor) protected RestVariableBaseVariableResource.setBinaryVariable(MultipartHttpServletRequest request, String instanceId, int responseVariableType, boolean isNew, RestVariable.RestVariableScope scope, BaseVariableResource.VariableInterceptor variableInterceptor) protected RestVariableBaseVariableResource.setSimpleVariable(RestVariable restVariable, String instanceId, boolean isNew, RestVariable.RestVariableScope scope, int variableType, BaseVariableResource.VariableInterceptor variableInterceptor) protected voidBaseVariableResource.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 booleanTaskVariableBaseResource.hasVariableOnScope(Task task, String variableName, RestVariable.RestVariableScope scope) protected voidTaskVariableBaseResource.setVariable(Task task, String name, Object value, RestVariable.RestVariableScope scope, boolean isNew)