|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExecEnvSearchProperties | |
|---|---|
| org.ow2.dragon.api.service.technology | |
| org.ow2.dragon.api.to.technology | |
| org.ow2.dragon.service.technology | |
| Uses of ExecEnvSearchProperties in org.ow2.dragon.api.service.technology |
|---|
| Method parameters in org.ow2.dragon.api.service.technology with type arguments of type ExecEnvSearchProperties | |
|---|---|
java.util.List<ExecutionEnvironmentTO> |
TechnologyManager.searchExecutionEnvironments(java.lang.String searchCriteria,
java.util.List<ExecEnvSearchProperties> searchedProperties,
RequestOptionsTO requestOptionsTO)
Retrieve the list of all execution environments matching the given criteria for the given properties |
| Uses of ExecEnvSearchProperties in org.ow2.dragon.api.to.technology |
|---|
| Methods in org.ow2.dragon.api.to.technology that return ExecEnvSearchProperties | |
|---|---|
static ExecEnvSearchProperties |
ExecEnvSearchProperties.fromString(java.lang.String property)
Return the FederationSearchProperties related to the given string or null if it isn't supported |
static ExecEnvSearchProperties |
ExecEnvSearchProperties.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ExecEnvSearchProperties[] |
ExecEnvSearchProperties.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Uses of ExecEnvSearchProperties in org.ow2.dragon.service.technology |
|---|
| Method parameters in org.ow2.dragon.service.technology with type arguments of type ExecEnvSearchProperties | |
|---|---|
java.util.List<ExecutionEnvironmentTO> |
TechnologyManagerImpl.searchExecutionEnvironments(java.lang.String searchCriteria,
java.util.List<ExecEnvSearchProperties> searchedProperties,
RequestOptionsTO requestOptionsTO)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||