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

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

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

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

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

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

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

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



Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.