org.activiti
Interface ProcessInstance

All Superinterfaces:
Execution
All Known Subinterfaces:
ObjectProcessInstance

public interface ProcessInstance
extends Execution

represents one execution of a ProcessDefinition.

Author:
Tom Baeyens, Joram Barrez

Method Summary
 java.util.List<java.lang.String> getActivityNames()
          the names of the activities that currently are active.
 java.lang.String getProcessDefinitionId()
          the id of the process definition of the process instance.
 
Methods inherited from interface org.activiti.Execution
getId, isEnded
 

Method Detail

getProcessDefinitionId

java.lang.String getProcessDefinitionId()
the id of the process definition of the process instance.


getActivityNames

java.util.List<java.lang.String> getActivityNames()
the names of the activities that currently are active.



Copyright © 2010 Alfresco. All Rights Reserved.