|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.pds.registry.resource.AssociationsResource
public class AssociationsResource
This resource is responsible for managing Associations with the registry service.
Constructor Summary | |
---|---|
AssociationsResource(javax.ws.rs.core.UriInfo uriInfo,
javax.ws.rs.core.Request request,
gov.nasa.pds.registry.service.RegistryService registryService)
|
Method Summary | |
---|---|
javax.ws.rs.core.Response |
deleteAssociation(String guid)
Deletes the association with the given global identifier. |
gov.nasa.pds.registry.model.Association |
getAssociation(String guid)
Retrieves an association with the given global identifier. |
javax.ws.rs.core.Response |
getAssociations(Integer start,
Integer rows,
String targetObject,
String sourceObject,
String associationType,
gov.nasa.pds.registry.query.QueryOperator operator,
List<String> sort)
Retrieves all associations managed by the registry given a set of filters. |
protected static URI |
getAssociationUri(gov.nasa.pds.registry.model.Association association,
javax.ws.rs.core.UriInfo uriInfo)
|
javax.ws.rs.core.Response |
publishAssociation(gov.nasa.pds.registry.model.Association association,
String packageGuid)
Publishes an association to the registry. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AssociationsResource(javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.Request request, gov.nasa.pds.registry.service.RegistryService registryService)
Method Detail |
---|
public javax.ws.rs.core.Response getAssociations(Integer start, Integer rows, String targetObject, String sourceObject, String associationType, gov.nasa.pds.registry.query.QueryOperator operator, List<String> sort)
start
- the index at which to start the result list fromrows
- how many results to returntargetObject
- filter on the identifier of the target in the association supports
wildcard (*)sourceObject
- filter on the identifier of the source in the association supports
wildcard (*)associationType
- filter on the type of association supports wildcard (*)operator
- to apply to filters, valid values are AND or OR. Defaults to AND.sort
- defines what parameters to sort on. The format is
"parameter order" the order is optional. The default is "guid ASC"
and if unspecified the ordering is ASC.
public javax.ws.rs.core.Response publishAssociation(gov.nasa.pds.registry.model.Association association, String packageGuid)
association
- to publish to registrypackageGuid
- optional package guid which this registry object is a member of
protected static URI getAssociationUri(gov.nasa.pds.registry.model.Association association, javax.ws.rs.core.UriInfo uriInfo)
public gov.nasa.pds.registry.model.Association getAssociation(String guid)
public javax.ws.rs.core.Response deleteAssociation(String guid)
guid
- of association
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |