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

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

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

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

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

Classes in org.ow2.orchestra.facade.def.impl that implement Source
 class SourceImpl
           
 

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

Methods in org.ow2.orchestra.facade.def.impl that return Source
 Source SourceImpl.copy()
           
 

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

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



Copyright © 2011 OW2 Consortium. All Rights Reserved.