public interface ISLookUpService extends BaseService
| Modifier and Type | Method and Description |
|---|---|
Boolean |
flushCachedResultSets() |
String |
getCollection(String profId,
String format)
Deprecated.
|
String |
getResourceProfile(String profId) |
String |
getResourceProfileByQuery(String XQuery) |
String |
getResourceQoSParams(String id) |
String |
getResourceTypeSchema(String resourceType) |
List<String> |
listCollections(String format,
String idfather,
String owner) |
List<String> |
listDHNIDs()
Deprecated.
|
List<String> |
listResourceTypes() |
List<String> |
listServiceIDs(String serviceType)
Deprecated.
|
List<String> |
listServiceTypes()
Deprecated.
|
List<String> |
quickSearchProfile(String xquery)
Like searchProfile(), but bypassing the resultset.
|
String |
retrieveCollection(String profId) |
identify, notify, startBoolean flushCachedResultSets()
@Deprecated String getCollection(String profId, String format) throws ISLookUpException
ISLookUpExceptionString retrieveCollection(String profId) throws ISLookUpException
ISLookUpExceptionString getResourceProfile(String profId) throws ISLookUpException, ISLookUpDocumentNotFoundException
String getResourceProfileByQuery(String XQuery) throws ISLookUpException, ISLookUpDocumentNotFoundException
String getResourceQoSParams(String id) throws ISLookUpException
ISLookUpExceptionString getResourceTypeSchema(String resourceType) throws ISLookUpException, ISLookUpDocumentNotFoundException
List<String> listCollections(String format, String idfather, String owner) throws ISLookUpException
ISLookUpException@Deprecated List<String> listDHNIDs() throws ISLookUpException
ISLookUpExceptionList<String> listResourceTypes() throws ISLookUpException
ISLookUpException@Deprecated List<String> listServiceIDs(String serviceType) throws ISLookUpException
ISLookUpException@Deprecated List<String> listServiceTypes() throws ISLookUpException
ISLookUpExceptionList<String> quickSearchProfile(String xquery) throws ISLookUpException
xquery - xquery to be executedISLookUpException - could happenCopyright © 2017. All rights reserved.