org.ow2.bonita.facade.def.element.impl
Class SubFlowDefinitionImpl

java.lang.Object
  extended by org.ow2.bonita.facade.def.element.impl.SubFlowDefinitionImpl
All Implemented Interfaces:
java.io.Serializable, org.ow2.bonita.facade.def.element.SubFlowDefinition

public class SubFlowDefinitionImpl
extends java.lang.Object
implements org.ow2.bonita.facade.def.element.SubFlowDefinition

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.ow2.bonita.facade.def.element.SubFlowDefinition
org.ow2.bonita.facade.def.element.SubFlowDefinition.Execution
 
Field Summary
protected  java.util.List<java.lang.String> actualParameters
           
protected  org.ow2.bonita.facade.def.element.SubFlowDefinition.Execution execution
           
protected  java.lang.String id
           
 
Constructor Summary
protected SubFlowDefinitionImpl()
           
  SubFlowDefinitionImpl(java.util.List<java.lang.String> actualParameters, org.ow2.bonita.facade.def.element.SubFlowDefinition.Execution execution, java.lang.String id)
           
  SubFlowDefinitionImpl(org.ow2.bonita.facade.def.element.SubFlowDefinition src)
           
 
Method Summary
 java.util.List<java.lang.String> getActualParameters()
           
 org.ow2.bonita.facade.def.element.SubFlowDefinition.Execution getExecution()
           
 java.lang.String getProcessId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

actualParameters

protected java.util.List<java.lang.String> actualParameters

execution

protected org.ow2.bonita.facade.def.element.SubFlowDefinition.Execution execution

id

protected java.lang.String id
Constructor Detail

SubFlowDefinitionImpl

protected SubFlowDefinitionImpl()

SubFlowDefinitionImpl

public SubFlowDefinitionImpl(java.util.List<java.lang.String> actualParameters,
                             org.ow2.bonita.facade.def.element.SubFlowDefinition.Execution execution,
                             java.lang.String id)

SubFlowDefinitionImpl

public SubFlowDefinitionImpl(org.ow2.bonita.facade.def.element.SubFlowDefinition src)
Method Detail

getActualParameters

public java.util.List<java.lang.String> getActualParameters()
Specified by:
getActualParameters in interface org.ow2.bonita.facade.def.element.SubFlowDefinition

getExecution

public org.ow2.bonita.facade.def.element.SubFlowDefinition.Execution getExecution()
Specified by:
getExecution in interface org.ow2.bonita.facade.def.element.SubFlowDefinition

getProcessId

public java.lang.String getProcessId()
Specified by:
getProcessId in interface org.ow2.bonita.facade.def.element.SubFlowDefinition


Copyright © 2009 OW2 Consortium. All Rights Reserved.