Uses of Class
org.camunda.bpm.application.impl.ProcessApplicationIdentifier
-
Packages that use ProcessApplicationIdentifier Package Description org.camunda.bpm.application.impl org.camunda.bpm.engine.impl.cmd org.camunda.bpm.engine.impl.interceptor -
-
Uses of ProcessApplicationIdentifier in org.camunda.bpm.application.impl
Fields in org.camunda.bpm.application.impl with type parameters of type ProcessApplicationIdentifier Modifier and Type Field Description protected static java.lang.ThreadLocal<ProcessApplicationIdentifier>ProcessApplicationContextImpl. currentProcessApplicationMethods in org.camunda.bpm.application.impl that return ProcessApplicationIdentifier Modifier and Type Method Description static ProcessApplicationIdentifierProcessApplicationContextImpl. get()Methods in org.camunda.bpm.application.impl with parameters of type ProcessApplicationIdentifier Modifier and Type Method Description static voidProcessApplicationContextImpl. set(ProcessApplicationIdentifier identifier) -
Uses of ProcessApplicationIdentifier in org.camunda.bpm.engine.impl.cmd
Methods in org.camunda.bpm.engine.impl.cmd with parameters of type ProcessApplicationIdentifier Modifier and Type Method Description ProcessEngineExceptionCommandLogger. cannotReolvePa(ProcessApplicationIdentifier processApplicationIdentifier) -
Uses of ProcessApplicationIdentifier in org.camunda.bpm.engine.impl.interceptor
Methods in org.camunda.bpm.engine.impl.interceptor with parameters of type ProcessApplicationIdentifier Modifier and Type Method Description protected ProcessApplicationReferenceProcessApplicationContextInterceptor. getPaReference(ProcessApplicationIdentifier processApplicationIdentifier)
-