Uses of Class
org.ow2.dragon.api.to.deployment.ServiceSearchProperties

Packages that use ServiceSearchProperties
org.ow2.dragon.api.service.deployment   
org.ow2.dragon.api.to.deployment   
org.ow2.dragon.service.deployment   
 

Uses of ServiceSearchProperties in org.ow2.dragon.api.service.deployment
 

Method parameters in org.ow2.dragon.api.service.deployment with type arguments of type ServiceSearchProperties
 java.util.List<TechnicalServiceTO> TechServiceManager.searchTechService(java.lang.String searchCriteria, java.util.List<ServiceSearchProperties> searchedProperties, RequestOptionsTO iOptions)
          Retrieve a list of tech services matching the given criteria for the given properties
 

Uses of ServiceSearchProperties in org.ow2.dragon.api.to.deployment
 

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

Uses of ServiceSearchProperties in org.ow2.dragon.service.deployment
 

Method parameters in org.ow2.dragon.service.deployment with type arguments of type ServiceSearchProperties
 java.util.List<TechnicalServiceTO> TechServiceManagerImpl.searchTechService(java.lang.String searchCriteria, java.util.List<ServiceSearchProperties> searchedProperties, RequestOptionsTO options)
           
 



Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.