org.ow2.bonita.facade.def.element.impl
Class SubFlowDefinitionImpl
java.lang.Object
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 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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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)
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.