Uses of Interface
org.apache.aries.application.modelling.ImportedService

Packages that use ImportedService
org.apache.aries.application.modelling   
 

Uses of ImportedService in org.apache.aries.application.modelling
 

Methods in org.apache.aries.application.modelling that return ImportedService
 ImportedService ModellingManager.getImportedService(boolean optional, String iface, String componentName, String blueprintFilter, String id, boolean isMultiple)
           
 ImportedService ModellingManager.getImportedService(String ifaceName, Map<String,String> attributes)
           
 

Methods in org.apache.aries.application.modelling that return types with arguments of type ImportedService
 Collection<? extends ImportedService> ModelledResource.getImportedServices()
          Import-Service header modelled to be a collection of imported service objects.
 Collection<ImportedService> ParsedServiceElements.getReferences()
          Get the ImportedServices
 

Method parameters in org.apache.aries.application.modelling with type arguments of type ImportedService
 ModelledResource ModellingManager.getModelledResource(String fileURI, Attributes bundleAttributes, Collection<ImportedService> importedServices, Collection<ExportedService> exportedServices)
           
 ModelledResource ModellingManager.getModelledResource(String fileURI, Attributes bundleAttributes, ExportedBundle exportedBundle, ResourceType resourceType, Collection<ImportedService> importedServices, Collection<ExportedService> exportedServices)
           
 ModelledResource ModellingManager.getModelledResource(String fileURI, BundleInfo bundleInfo, Collection<ImportedService> importedServices, Collection<ExportedService> exportedServices)
           
 ParsedServiceElements ModellingManager.getParsedServiceElements(Collection<ExportedService> services, Collection<ImportedService> references)
           
 



Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.