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

Packages that use SubFlowDefinition
org.ow2.bonita.facade.def.element.impl   
org.ow2.bonita.facade.def.majorElement Contains interfaces for objects representing major XPDL elements returned by the org.ow2.bonita.facade.QueryDefintionAPI
org.ow2.bonita.facade.def.majorElement.impl   
 

Uses of SubFlowDefinition in org.ow2.bonita.facade.def.element.impl
 

Classes in org.ow2.bonita.facade.def.element.impl that implement SubFlowDefinition
 class SubFlowDefinitionImpl
           
 

Constructors in org.ow2.bonita.facade.def.element.impl with parameters of type SubFlowDefinition
SubFlowDefinitionImpl(SubFlowDefinition src)
           
 

Uses of SubFlowDefinition in org.ow2.bonita.facade.def.majorElement
 

Methods in org.ow2.bonita.facade.def.majorElement that return SubFlowDefinition
 SubFlowDefinition ActivityDefinition.getSubFlow()
          Returns the SubFlowDefinition interface if this activity has subflow implementation otherwise returns null.
 

Uses of SubFlowDefinition in org.ow2.bonita.facade.def.majorElement.impl
 

Fields in org.ow2.bonita.facade.def.majorElement.impl declared as SubFlowDefinition
protected  SubFlowDefinition ActivityDefinitionImpl.subFlow
           
 

Methods in org.ow2.bonita.facade.def.majorElement.impl that return SubFlowDefinition
 SubFlowDefinition ActivityDefinitionImpl.getSubFlow()
           
 

Constructors in org.ow2.bonita.facade.def.majorElement.impl with parameters of type SubFlowDefinition
ActivityDefinitionImpl(ActivityDefinitionUUID activityDefinitionUUID, java.lang.String activityId, ProcessDefinitionUUID processUUID, java.util.Set<DeadlineDefinition> deadlines, java.lang.String description, ActivityDefinition.FinishMode finishMode, java.lang.String name, java.lang.String performer, ActivityDefinition.StartMode startMode, SubFlowDefinition subFlow, boolean noImplementation, boolean route, java.util.Set<HookDefinition> hooks, PerformerAssignDefinition performerAssign, java.util.Set<DataFieldDefinition> dataFields, java.util.Set<ActivityDefinition.IterationDef> iterations, MultiInstantiationDefinition activityInstantiator, boolean asynchronous, ActivityDefinition.JoinType joinType, ActivityDefinition.SplitType splitType)
           
 



Copyright © 2009 OW2 Consortium. All Rights Reserved.