org.activiti.engine.impl.pvm.delegate
接口 ExecutionListenerExecution

所有超级接口:
DelegateExecution, VariableScope
所有已知子接口:
InterpretableExecution
所有已知实现类:
ExecutionEntity, ExecutionImpl

public interface ExecutionListenerExecution
extends DelegateExecution

作者:
Tom Baeyens

方法摘要
 String getDeleteReason()
           
 String getEventName()
          The event name in case this execution is passed in for an ExecutionListener
 PvmProcessElement getEventSource()
           
 
从接口 org.activiti.engine.delegate.DelegateExecution 继承的方法
getBusinessKey, getCurrentActivityId, getCurrentActivityName, getEngineServices, getId, getParentId, getProcessBusinessKey, getProcessDefinitionId, getProcessInstanceId, updateProcessBusinessKey
 
从接口 org.activiti.engine.delegate.VariableScope 继承的方法
createVariableLocal, getVariable, getVariableLocal, getVariableNames, getVariableNamesLocal, getVariables, getVariablesLocal, hasVariable, hasVariableLocal, hasVariables, hasVariablesLocal, removeVariable, removeVariableLocal, removeVariables, removeVariables, removeVariablesLocal, removeVariablesLocal, setVariable, setVariableLocal, setVariables, setVariablesLocal
 

方法详细信息

getEventName

String getEventName()
从接口 DelegateExecution 复制的描述
The event name in case this execution is passed in for an ExecutionListener

指定者:
接口 DelegateExecution 中的 getEventName

getEventSource

PvmProcessElement getEventSource()

getDeleteReason

String getDeleteReason()


Copyright © 2013 Alfresco. All rights reserved.