Uses of Interface
org.camunda.bpm.engine.impl.pvm.process.ScopeImpl.BacklogErrorCallback

Packages that use ScopeImpl.BacklogErrorCallback
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
protected  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.BacklogErrorCallback
 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
 void ScopeImpl.addToBacklog(String activityRef, ScopeImpl.BacklogErrorCallback callback)
          Add's the given activity reference and the error callback to the backlog.
 



Copyright © 2016 camunda services GmbH. All rights reserved.