Package | Description |
---|---|
org.ovirt.engine.api.restapi.resource | |
org.ovirt.engine.core.common.interfaces | |
org.ovirt.engine.core.common.queries |
Modifier and Type | Method and Description |
---|---|
protected List<Q> |
AbstractBackendCollectionResource.getBackendCollection(SearchType searchType) |
protected List<Q> |
AbstractBackendCollectionResource.getBackendCollection(SearchType searchType,
String constraint) |
protected <T> T |
BackendResource.getEntity(Class<T> clz,
SearchType searchType,
String constraint) |
protected List<DbUser> |
BackendGroupsResource.getGroupsCollection(SearchType searchType,
String constraint) |
Modifier and Type | Method and Description |
---|---|
static SearchType |
SearchType.forValue(int value) |
static SearchType |
SearchType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchType[] |
SearchType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SearchType |
SearchParameters.getSearchTypeValue() |
Constructor and Description |
---|
SearchParameters(String searchPattern,
SearchType searchType) |
SearchParameters(String searchPattern,
SearchType searchType,
boolean caseSensitive) |
Copyright © 2012. All Rights Reserved.