|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectGCUBEPortType
org.gcube.contentmanagement.contentmanager.porttypes.CMSPortType
org.gcube.contentmanagement.contentmanager.porttypes.CollectionManagerPT
org.gcube.contentmanagement.contentmanager.porttypes.ReadManagerPT
public class ReadManagerPT
Extends CollectionManagerPT
for the read-only service port-type.
Constructor Summary | |
---|---|
ReadManagerPT()
|
Method Summary | |
---|---|
java.lang.String |
get(GetParams params)
Returns all the gDoc documents, requesting the application of a filter and a projection over each of them. |
AnyHolder |
getByID(GetByIDParams params)
Returns a gDoc document from its identifier,
requesting the preliminary application of a filter and a projection over it. |
java.lang.String |
getByIDs(GetByIDsParams params)
Returns zero or more gDoc documents from their identifiers,
requesting the preliminary application of a filter and a projection over each of them. |
ReadManager |
getManager()
|
AnyHolder |
getNode(Path path)
Returns a gDoc document node from the path that connects it to the root. |
java.lang.String |
getNodes(java.net.URI paths)
Returns the document nodes identified by corresponding Path s into documents of the bound collection. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReadManagerPT()
Method Detail |
---|
public ReadManager getManager() throws org.globus.wsrf.ResourceException
org.globus.wsrf.ResourceException
public AnyHolder getByID(GetByIDParams params) throws UnknownDocumentFault, GCUBEFault
gDoc
document from its identifier,
requesting the preliminary application of a filter and a projection over it.
params
- the request parameters.
UnknownDocumentFault
- if the document is unknown.
GCUBEFault
- if the document could not be returned.public java.lang.String getByIDs(GetByIDsParams params) throws GCUBEFault
gDoc
documents from their identifiers,
requesting the preliminary application of a filter and a projection over each of them.
params
- the request parameters.
GCUBEFault
- if the locator could not be returned.public java.lang.String get(GetParams params) throws GCUBEFault
gDoc
documents, requesting the application of a filter and a projection over each of them.
params
- the request parameters.
GCUBEFault
- if the locator could not be returned.public AnyHolder getNode(Path path) throws UnknownPathFault, GCUBEFault
gDoc
document node from the path that connects it to the root.
path
- the request parameters.
UnknownPathFault
- if the path does not lead to a document node.
GCUBEFault
- if the document node could not be returned.public java.lang.String getNodes(java.net.URI paths) throws GCUBEFault
Path
s into documents of the bound collection.
a
- locator to a ResultSet of paths.
GCUBEFault
- if the ResultSet of document nodes could not be constructed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |