Uses of Interface
org.flowable.cmmn.rest.service.api.runtime.caze.BaseVariableResource.VariableInterceptor
-
Packages that use BaseVariableResource.VariableInterceptor Package Description org.flowable.cmmn.rest.service.api.runtime.caze -
-
Uses of BaseVariableResource.VariableInterceptor in org.flowable.cmmn.rest.service.api.runtime.caze
Classes in org.flowable.cmmn.rest.service.api.runtime.caze that implement BaseVariableResource.VariableInterceptor Modifier and Type Class Description protected static classBaseVariableResource.NoopVariableInterceptorMethods in org.flowable.cmmn.rest.service.api.runtime.caze that return BaseVariableResource.VariableInterceptor Modifier and Type Method Description protected BaseVariableResource.VariableInterceptorBaseVariableResource. createVariableInterceptor(org.flowable.cmmn.api.runtime.CaseInstance caseInstance)protected BaseVariableResource.VariableInterceptorBaseVariableResource. createVariableInterceptor(org.flowable.cmmn.api.runtime.PlanItemInstance planItemInstance)Methods in org.flowable.cmmn.rest.service.api.runtime.caze with parameters of type BaseVariableResource.VariableInterceptor Modifier and Type Method Description 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)
-