Package | Description |
---|---|
com.ibm.dbb.repository |
Modifier and Type | Method and Description |
---|---|
Collection |
Collection.copy(java.lang.String newName)
Create a copy of this collection with the specified name
|
Collection |
RepositoryClient.copyCollection(Collection collection,
java.lang.String newName)
Create a copy of the collection with the new name
|
Collection |
IRepositoryClient.copyCollection(Collection collection,
java.lang.String newName) |
Collection |
RepositoryClient.copyCollection(long id,
java.lang.String newName)
Create a copy of the collection with the new name
|
Collection |
IRepositoryClient.copyCollection(long id,
java.lang.String newName) |
Collection |
RepositoryClient.copyCollection(java.lang.String collectionName,
java.lang.String newName)
Create a copy of the collection with the new name
|
Collection |
IRepositoryClient.copyCollection(java.lang.String collectionName,
java.lang.String newName) |
Collection |
RepositoryClient.createCollection(java.lang.String name,
java.lang.String owner,
java.lang.String team,
int permission)
Create a new collection
|
Collection |
IRepositoryClient.createCollection(java.lang.String name,
java.lang.String owner,
java.lang.String team,
int permission) |
Collection |
RepositoryClient.getCollection(long id) |
Collection |
IRepositoryClient.getCollection(long id) |
Collection |
RepositoryClient.getCollectionByName(java.lang.String name) |
Collection |
IRepositoryClient.getCollectionByName(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Collection> |
RepositoryClient.getAllCollections() |
java.util.List<Collection> |
IRepositoryClient.getAllCollections() |
Modifier and Type | Method and Description |
---|---|
Collection |
RepositoryClient.copyCollection(Collection collection,
java.lang.String newName)
Create a copy of the collection with the new name
|
Collection |
IRepositoryClient.copyCollection(Collection collection,
java.lang.String newName) |
void |
RepositoryClient.deleteCollection(Collection collection) |
void |
IRepositoryClient.deleteCollection(Collection collection) |
<IBM Copyright © 2018 IBM Corp. All Rights Reserved.