Uses of Interface
org.camunda.bpm.engine.impl.pvm.process.ScopeImpl.BacklogErrorCallback
-
Packages that use ScopeImpl.BacklogErrorCallback Package Description org.camunda.bpm.engine.impl.pvm.process -
-
Uses of ScopeImpl.BacklogErrorCallback in org.camunda.bpm.engine.impl.pvm.process
Fields in org.camunda.bpm.engine.impl.pvm.process with type parameters of type ScopeImpl.BacklogErrorCallback Modifier and Type Field Description protected java.util.Map<java.lang.String,ScopeImpl.BacklogErrorCallback>
ScopeImpl. BACKLOG
The key identifies the activity which is referenced but not read yet.Methods in org.camunda.bpm.engine.impl.pvm.process that return types with arguments of type ScopeImpl.BacklogErrorCallback Modifier and Type Method Description java.util.Collection<ScopeImpl.BacklogErrorCallback>
ScopeImpl. getBacklogErrorCallbacks()
Returns the backlog error callback's.Methods in org.camunda.bpm.engine.impl.pvm.process with parameters of type ScopeImpl.BacklogErrorCallback Modifier and Type Method Description void
ScopeImpl. addToBacklog(java.lang.String activityRef, ScopeImpl.BacklogErrorCallback callback)
Add's the given activity reference and the error callback to the backlog.
-