Uses of Class
org.flowable.cmmn.rest.service.api.engine.variable.RestVariable.RestVariableScope
-
-
Uses of RestVariable.RestVariableScope in org.flowable.cmmn.rest.service.api
Methods in org.flowable.cmmn.rest.service.api with parameters of type RestVariable.RestVariableScope Modifier and Type Method Description RestVariableCmmnRestResponseFactory. createBinaryRestVariable(String name, RestVariable.RestVariableScope scope, String type, String instanceId, int responseVariableType)RestVariableCmmnRestResponseFactory. createRestVariable(String name, Object value, RestVariable.RestVariableScope scope, String id, int variableType, boolean includeBinaryValue)RestVariableCmmnRestResponseFactory. 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)voidCmmnRestApiInterceptor. createTaskVariables(org.flowable.task.api.Task task, Map<String,Object> variables, RestVariable.RestVariableScope scope)voidCmmnRestApiInterceptor. deleteTaskVariables(org.flowable.task.api.Task task, Collection<String> variableNames, RestVariable.RestVariableScope scope)voidCmmnRestApiInterceptor. updateTaskVariables(org.flowable.task.api.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.RestVariableScope Modifier and Type Method Description static RestVariable.RestVariableScopeRestVariable. getScopeFromString(String scope)RestVariable.RestVariableScopeRestVariable. getVariableScope()static RestVariable.RestVariableScopeRestVariable.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.Methods in org.flowable.cmmn.rest.service.api.engine.variable with parameters of type RestVariable.RestVariableScope Modifier and Type Method Description voidRestVariable. 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.RestVariableScope Modifier and Type Method Description protected RestVariableBaseVariableResource. constructRestVariable(String variableName, Object value, String caseInstanceId, int variableType, boolean includeBinary, RestVariable.RestVariableScope scope)protected ObjectBaseVariableResource. createVariable(String instanceId, int variableType, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, RestVariable.RestVariableScope scope, BaseVariableResource.VariableInterceptor variableInterceptor)protected RestVariableBaseVariableResource. setBinaryVariable(org.springframework.web.multipart.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.RestVariableScope Modifier and Type Method Description RestVariableTaskVariableBaseResource. getVariableFromRequestWithoutAccessCheck(org.flowable.task.api.Task task, String variableName, RestVariable.RestVariableScope variableScope, boolean includeBinary)protected booleanTaskVariableBaseResource. hasVariableOnScope(org.flowable.task.api.Task task, String variableName, RestVariable.RestVariableScope scope)protected voidTaskVariableBaseResource. setVariable(org.flowable.task.api.Task task, String name, Object value, RestVariable.RestVariableScope scope, boolean isNew)
-