Uses of Interface
org.camunda.bpm.engine.impl.pvm.process.ScopeImpl.BacklogErrorCallback
Packages that use ScopeImpl.BacklogErrorCallback
-
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.BacklogErrorCallbackModifier and TypeFieldDescriptionprotected final Map<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.BacklogErrorCallbackModifier and TypeMethodDescriptionScopeImpl.getBacklogErrorCallbacks()
Returns the backlog error callback's.Methods in org.camunda.bpm.engine.impl.pvm.process with parameters of type ScopeImpl.BacklogErrorCallbackModifier and TypeMethodDescriptionvoid
ScopeImpl.addToBacklog
(String activityRef, ScopeImpl.BacklogErrorCallback callback) Add's the given activity reference and the error callback to the backlog.