|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectGCUBEPortType
org.gcube.dir.master.porttypes.BasePortType
org.gcube.dir.master.porttypes.Master
public class Master
The broker port-type of the Annotation Back-End (ABE) service. The port-type offers facilities to manage annotations of objects across a set of collection. The set is dynamically bound to the port-type as per WSRF implied state access pattern.
Constructor Summary | |
---|---|
Master()
|
Method Summary | |
---|---|
VOID |
addCollection(java.lang.String id)
Adds a collection to the bound set. |
StringArray |
getCollectionIDs(VOID params)
Returns the identifiers of the collections in the bound set. |
java.lang.String |
merge(ServiceInputAdapter<? extends FusionParameters> params)
Returns a reference to a resultset obtained by merging the results of a query executed against the collections in the bound set. |
ICollectionRanking |
select(ServiceInputAdapter<? extends SelectionParameters> params)
Selects the collections in the bound set in accordance with given selection parameters. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Master()
Method Detail |
---|
public StringArray getCollectionIDs(VOID params) throws GCUBEFault
params
- the empty input.
GCUBEFault
- if the identifiers could not be returned.public VOID addCollection(java.lang.String id) throws GCUBEFault
the
- collection identifier.
GCUBEFault
- if the collection could not be added.public ICollectionRanking select(ServiceInputAdapter<? extends SelectionParameters> params) throws GCUBEFault
the
- parameters.
GCUBEFault
- if the ranking could not be produced.public java.lang.String merge(ServiceInputAdapter<? extends FusionParameters> params) throws GCUBEFault
params
- the input parameters.
java.lang.Exception
- if the query results could not be merged.
GCUBEFault
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |