Uses of Interface
org.operaton.bpm.engine.impl.pvm.process.ScopeImpl.BacklogErrorCallback
Packages that use ScopeImpl.BacklogErrorCallback
-
Uses of ScopeImpl.BacklogErrorCallback in org.operaton.bpm.engine.impl.pvm.process
Fields in org.operaton.bpm.engine.impl.pvm.process with type parameters of type ScopeImpl.BacklogErrorCallbackModifier and TypeFieldDescriptionprotected final Map<String, ScopeImpl.BacklogErrorCallback> ScopeImpl.backlogThe key identifies the activity which is referenced but not read yet.Methods in org.operaton.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.operaton.bpm.engine.impl.pvm.process with parameters of type ScopeImpl.BacklogErrorCallbackModifier and TypeMethodDescriptionvoidScopeImpl.addToBacklog(String activityRef, ScopeImpl.BacklogErrorCallback callback) Add's the given activity reference and the error callback to the backlog.