org.ow2.bonita.facade.def.element.impl
Class SubFlowDefImpl
java.lang.Object
org.ow2.bonita.facade.def.DefImpl
org.ow2.bonita.facade.def.element.impl.SubFlowDefImpl
- All Implemented Interfaces:
- SubFlowDef
public class SubFlowDefImpl
- extends DefImpl
- implements SubFlowDef
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 SubFlowDef.Execution execution
id
protected java.lang.String id
SubFlowDefImpl
protected SubFlowDefImpl()
SubFlowDefImpl
public SubFlowDefImpl(java.util.List<java.lang.String> actualParameters,
SubFlowDef.Execution execution,
java.lang.String id)
copy
public SubFlowDefImpl copy()
- Specified by:
copy
in class DefImpl
getActualParameters
public java.util.List<java.lang.String> getActualParameters()
- Specified by:
getActualParameters
in interface SubFlowDef
getExecution
public SubFlowDef.Execution getExecution()
- Specified by:
getExecution
in interface SubFlowDef
getId
public java.lang.String getId()
- Specified by:
getId
in interface SubFlowDef