|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryOperator | |
---|---|
gov.nasa.pds.registry.query | |
gov.nasa.pds.registry.resource |
Uses of QueryOperator in gov.nasa.pds.registry.query |
---|
Fields in gov.nasa.pds.registry.query declared as QueryOperator | |
---|---|
protected QueryOperator |
RegistryQuery.operator
|
Methods in gov.nasa.pds.registry.query that return QueryOperator | |
---|---|
QueryOperator |
RegistryQuery.getOperator()
|
static QueryOperator |
QueryOperator.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static QueryOperator[] |
QueryOperator.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in gov.nasa.pds.registry.query with parameters of type QueryOperator | |
---|---|
ProductQuery.Builder |
ProductQuery.Builder.operator(QueryOperator operator)
|
AssociationQuery.Builder |
AssociationQuery.Builder.operator(QueryOperator operator)
|
Uses of QueryOperator in gov.nasa.pds.registry.resource |
---|
Methods in gov.nasa.pds.registry.resource with parameters of type QueryOperator | |
---|---|
javax.ws.rs.core.Response |
AssociationsResource.getAssociations(Integer start,
Integer rows,
String targetLid,
String targetVersionId,
String targetHome,
String sourceLid,
String sourceVersionId,
String sourceHome,
String associationType,
QueryOperator operator,
List<String> sort)
Retrieves all associations managed by the registry given a set of filters. |
javax.ws.rs.core.Response |
ProductsResource.getProducts(Integer start,
Integer rows,
String guid,
String name,
String lid,
String versionName,
String versionId,
String objectType,
String submitter,
ObjectStatus status,
EventType eventType,
QueryOperator operator,
List<String> sort)
Allows access to all the products managed by this repository. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |