Uses of Interface
org.apache.tuscany.sca.assembly.Composite

Packages that use Composite
org.apache.tuscany.sca.assembly   
org.apache.tuscany.sca.contribution   
org.apache.tuscany.sca.contribution.service   
 

Uses of Composite in org.apache.tuscany.sca.assembly
 

Methods in org.apache.tuscany.sca.assembly that return Composite
 Composite AssemblyFactory.createComposite()
          Create a new composite.
 

Methods in org.apache.tuscany.sca.assembly that return types with arguments of type Composite
 java.util.List<Composite> Composite.getIncludes()
          Returns a list of composites included in this composite.
 

Uses of Composite in org.apache.tuscany.sca.contribution
 

Methods in org.apache.tuscany.sca.contribution that return types with arguments of type Composite
 java.util.List<Composite> Contribution.getDeployables()
          Get a list of deployables for the contribution based on the contribution metadata sidefile
 

Uses of Composite in org.apache.tuscany.sca.contribution.service
 

Methods in org.apache.tuscany.sca.contribution.service with parameters of type Composite
 void ContributionService.addDeploymentComposite(Contribution contribution, Composite composite)
          Adds or updates a deployment composite using a supplied composite ("composite by value" - a data structure, not an existing resource in the domain) to the contribution identified by a supplied contribution URI.