org.camunda.bpm.engine.impl.pvm.delegate
Interface ExecutionListenerExecution

All Superinterfaces:
DelegateExecution, VariableScope
All Known Subinterfaces:
InterpretableExecution
All Known Implementing Classes:
ExecutionEntity, ExecutionImpl

public interface ExecutionListenerExecution
extends DelegateExecution

Author:
Tom Baeyens

Method Summary
 String getDeleteReason()
           
 String getEventName()
          The event name in case this execution is passed in for an ExecutionListener
 PvmProcessElement getEventSource()
           
 
Methods inherited from interface org.camunda.bpm.engine.delegate.DelegateExecution
getActivityInstanceId, getBusinessKey, getCurrentActivityId, getCurrentActivityName, getCurrentTransitionId, getId, getParentActivityInstanceId, getParentId, getProcessBusinessKey, getProcessDefinitionId, getProcessInstanceId
 
Methods inherited from interface org.camunda.bpm.engine.delegate.VariableScope
getVariable, getVariableLocal, getVariableNames, getVariableNamesLocal, getVariables, getVariablesLocal, hasVariable, hasVariableLocal, hasVariables, hasVariablesLocal, removeVariable, removeVariableLocal, removeVariables, removeVariables, removeVariablesLocal, removeVariablesLocal, setVariable, setVariableLocal, setVariables, setVariablesLocal
 

Method Detail

getEventName

String getEventName()
Description copied from interface: DelegateExecution
The event name in case this execution is passed in for an ExecutionListener

Specified by:
getEventName in interface DelegateExecution

getEventSource

PvmProcessElement getEventSource()

getDeleteReason

String getDeleteReason()


Copyright © 2014 camunda services GmbH. All Rights Reserved.