|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
public interface ProcessInstance
Represents one execution of a ProcessDefinition
.
方法摘要 | |
---|---|
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 |
方法详细信息 |
---|
String getProcessDefinitionId()
String getBusinessKey()
boolean isSuspended()
Execution
中的 isSuspended
Map<String,Object> getProcessVariables()
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |