|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISInfoI
Method Summary | |
---|---|
void |
addExternalRIToVRE(File file)
|
void |
addGHNToScope(String url)
Adds a GHN to the active VRE |
void |
addRIToScope(String url,
String className,
String name)
Adds a service to the active VRE |
boolean |
existsGHN(String namePort)
|
org.gcube.common.core.resources.GCUBECollection |
getCollection(org.gcube.common.core.scope.GCUBEScope scope,
String collectionID)
|
List<org.gcube.common.core.informationsystem.client.RPDocument> |
getCollectionIndices(org.gcube.common.core.scope.GCUBEScope scope,
String collectionID)
|
List<org.gcube.common.core.resources.GCUBECollection> |
getCollections(org.gcube.common.core.scope.GCUBEScope scope)
|
List<org.gcube.common.core.informationsystem.client.RPDocument> |
getIndices(org.gcube.common.core.scope.GCUBEScope scope,
String mcollectionID)
Return all indices associated with a given metadata collection. |
List<org.gcube.common.core.resources.GCUBEMCollection> |
getMCollections(org.gcube.common.core.scope.GCUBEScope scope,
String collectionID)
|
List<org.gcube.common.core.informationsystem.client.RPDocument> |
getWS(String type)
|
List<org.gcube.common.core.informationsystem.client.RPDocument> |
getXMLIndices(org.gcube.common.core.scope.GCUBEScope scope,
String mcollectionID)
|
List<org.gcube.common.core.informationsystem.client.XMLResult> |
queryIS(String query)
|
void |
removeExternalRIToVRE(String id)
|
void |
removeGHNToScope(String url)
|
Method Detail |
---|
List<org.gcube.common.core.informationsystem.client.XMLResult> queryIS(String query)
query
- an XQuery to be submitted on IS
List<org.gcube.common.core.informationsystem.client.RPDocument> getWS(String type)
type
- the of the WSs to be retrieved
void addGHNToScope(String url)
url
- the GHN urlvoid addRIToScope(String url, String className, String name)
url
- the Running Instance urlclassName
- the name of the class where the RI will belongname
- the name of teh service it providesboolean existsGHN(String namePort)
namePort
- GHN name:port
void removeExternalRIToVRE(String id)
id
- the id of the external running instance to be removedvoid addExternalRIToVRE(File file)
file
- the file that contains the external running instance to be addedvoid removeGHNToScope(String url)
url
- server:port of the GHN to be removedList<org.gcube.common.core.resources.GCUBECollection> getCollections(org.gcube.common.core.scope.GCUBEScope scope) throws Exception
scope
- the scope of the collections.
Exception
List<org.gcube.common.core.resources.GCUBEMCollection> getMCollections(org.gcube.common.core.scope.GCUBEScope scope, String collectionID) throws Exception
scope
- the scope of the metadata collections.collectionID
- the associated collection.
Exception
List<org.gcube.common.core.informationsystem.client.RPDocument> getXMLIndices(org.gcube.common.core.scope.GCUBEScope scope, String mcollectionID) throws Exception
scope
- the indices scope.mcollectionID
- the metadata collection id.
Exception
List<org.gcube.common.core.informationsystem.client.RPDocument> getIndices(org.gcube.common.core.scope.GCUBEScope scope, String mcollectionID) throws Exception
scope
- the indices scope.mcollectionID
- the metadata collection id.
Exception
List<org.gcube.common.core.informationsystem.client.RPDocument> getCollectionIndices(org.gcube.common.core.scope.GCUBEScope scope, String collectionID) throws Exception
scope
- the indices scope.collectionID
- the collection id.
Exception
org.gcube.common.core.resources.GCUBECollection getCollection(org.gcube.common.core.scope.GCUBEScope scope, String collectionID) throws Exception
scope
- the collection scope.collectionID
- the collection id.
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |