org.ow2.bonita.facade.def.element
Interface SubFlowDefinition

All Superinterfaces:
java.io.Serializable

public interface SubFlowDefinition
extends java.io.Serializable

SubFlow definition (Subflow is an implementation of Activity Element)


Nested Class Summary
static class SubFlowDefinition.Execution
          Execution Type for Subflow.
 
Method Summary
 java.util.List<java.lang.String> getActualParameters()
           
 SubFlowDefinition.Execution getExecution()
          Returns the execution.
 java.lang.String getProcessId()
           
 

Method Detail

getProcessId

java.lang.String getProcessId()

getActualParameters

java.util.List<java.lang.String> getActualParameters()

getExecution

SubFlowDefinition.Execution getExecution()
Returns the execution. ASYNCHR is not supported.



Copyright © 2008 OW2 Consortium. All Rights Reserved.