org.exoplatform.services.workflow.impl.bonita
Class ProcessData

java.lang.Object
  extended by org.exoplatform.services.workflow.impl.bonita.ProcessData
All Implemented Interfaces:
Process

public class ProcessData
extends java.lang.Object
implements Process

Created by Bull R&D

Author:
Brice Revenant Dec 27, 2005

Field Summary
static java.lang.String START_STATE_NAME
          By convention an empty String represents the start state name.
 
Constructor Summary
ProcessData(org.ow2.bonita.facade.def.majorElement.ProcessDefinition projectValue)
           
 
Method Summary
 java.lang.String getId()
           
 java.lang.String getName()
           
 java.lang.String getStartStateName()
           
 int getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

START_STATE_NAME

public static final java.lang.String START_STATE_NAME
By convention an empty String represents the start state name. This does not match any state in Bonita but is local to the service implementation.

Constructor Detail

ProcessData

public ProcessData(org.ow2.bonita.facade.def.majorElement.ProcessDefinition projectValue)
Method Detail

getId

public java.lang.String getId()
Specified by:
getId in interface Process

getName

public java.lang.String getName()
Specified by:
getName in interface Process

getVersion

public int getVersion()
Specified by:
getVersion in interface Process

getStartStateName

public java.lang.String getStartStateName()
Specified by:
getStartStateName in interface Process


Copyright © 2011 eXo Platform SAS. All Rights Reserved.