Uses of Interface
org.ow2.orchestra.facade.def.Target

Packages that use Target
org.ow2.orchestra.facade.def   
org.ow2.orchestra.facade.def.impl   
 

Uses of Target in org.ow2.orchestra.facade.def
 

Methods in org.ow2.orchestra.facade.def that return types with arguments of type Target
 List<? extends Target> BpelActivityDefinition.getTargetList()
           
 

Uses of Target in org.ow2.orchestra.facade.def.impl
 

Classes in org.ow2.orchestra.facade.def.impl that implement Target
 class TargetImpl
           
 

Fields in org.ow2.orchestra.facade.def.impl with type parameters of type Target
protected  List<Target> BpelActivityDefinitionImpl.targetList
           
 

Methods in org.ow2.orchestra.facade.def.impl that return Target
 Target TargetImpl.copy()
           
 

Methods in org.ow2.orchestra.facade.def.impl that return types with arguments of type Target
 List<Target> BpelActivityDefinitionImpl.getTargetList()
           
 

Constructors in org.ow2.orchestra.facade.def.impl with parameters of type Target
TargetImpl(Target src)
           
 



Copyright © 2011 OW2 Consortium. All Rights Reserved.