public interface CollectionService extends BaseService
| Modifier and Type | Method and Description |
|---|---|
String |
createCollection(String coll) |
void |
deleteCollection(String collId) |
String |
getCollection(String collId) |
List<String> |
getCollections(List<String> collIds) |
void |
updateCollection(String coll) |
identify, notify, startString getCollection(String collId) throws CollectionServiceException
CollectionServiceExceptionList<String> getCollections(List<String> collIds) throws CollectionServiceException
CollectionServiceExceptionvoid updateCollection(String coll) throws CollectionServiceException
CollectionServiceExceptionvoid deleteCollection(String collId) throws CollectionServiceException
CollectionServiceExceptionString createCollection(String coll) throws CollectionServiceException
CollectionServiceExceptionCopyright © 2017. All rights reserved.