Uses of Class
org.ow2.dragon.api.to.technology.FederationSearchProperties

Packages that use FederationSearchProperties
org.ow2.dragon.api.service.technology   
org.ow2.dragon.api.to.technology   
org.ow2.dragon.service.technology   
 

Uses of FederationSearchProperties in org.ow2.dragon.api.service.technology
 

Method parameters in org.ow2.dragon.api.service.technology with type arguments of type FederationSearchProperties
 java.util.List<EnvironmentFederationTO> TechnologyManager.searchEnvironmentFederations(java.lang.String searchCriteria, java.util.List<FederationSearchProperties> searchedProperties, RequestOptionsTO requestOptionsTO)
          Retrieve the list of all environment federations matching the given criteria for the given properties
 

Uses of FederationSearchProperties in org.ow2.dragon.api.to.technology
 

Methods in org.ow2.dragon.api.to.technology that return FederationSearchProperties
static FederationSearchProperties FederationSearchProperties.fromString(java.lang.String property)
          Return the FederationSearchProperties related to the given string or null if it isn't supported
static FederationSearchProperties FederationSearchProperties.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FederationSearchProperties[] FederationSearchProperties.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of FederationSearchProperties in org.ow2.dragon.service.technology
 

Method parameters in org.ow2.dragon.service.technology with type arguments of type FederationSearchProperties
 java.util.List<EnvironmentFederationTO> TechnologyManagerImpl.searchEnvironmentFederations(java.lang.String searchCriteria, java.util.List<FederationSearchProperties> searchedProperties, RequestOptionsTO requestOptionsTO)
           
 



Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.