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 ThreadLocal<ProcessApplicationIdentifier>
ProcessApplicationContextImpl. currentProcessApplication
Methods in org.camunda.bpm.application.impl that return ProcessApplicationIdentifier Modifier and Type Method Description static ProcessApplicationIdentifier
ProcessApplicationContextImpl. get()
Methods in org.camunda.bpm.application.impl with parameters of type ProcessApplicationIdentifier Modifier and Type Method Description static void
ProcessApplicationContextImpl. 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 ProcessEngineException
CommandLogger. 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 ProcessApplicationReference
ProcessApplicationContextInterceptor. getPaReference(ProcessApplicationIdentifier processApplicationIdentifier)
-