org.activiti.engine.runtime
接口 ProcessInstance

所有超级接口:
Execution
所有已知实现类:
ExecutionEntity

public interface ProcessInstance
extends Execution

Represents one execution of a ProcessDefinition.

作者:
Tom Baeyens, Joram Barrez, Daniel Meyer

方法摘要
 String getBusinessKey()
          The business key of this process instance.
 String getProcessDefinitionId()
          The id of the process definition of the process instance.
 Map<String,Object> getProcessVariables()
          Returns the process variables if requested in the process instance query
 boolean isSuspended()
          returns true if the process instance is suspended
 
从接口 org.activiti.engine.runtime.Execution 继承的方法
getActivityId, getId, getParentId, getProcessInstanceId, isEnded
 

方法详细信息

getProcessDefinitionId

String getProcessDefinitionId()
The id of the process definition of the process instance.


getBusinessKey

String getBusinessKey()
The business key of this process instance.


isSuspended

boolean isSuspended()
returns true if the process instance is suspended

指定者:
接口 Execution 中的 isSuspended

getProcessVariables

Map<String,Object> getProcessVariables()
Returns the process variables if requested in the process instance query



Copyright © 2013 Alfresco. All rights reserved.