| Modifier and Type | Method and Description |
|---|---|
ICollection |
IRepositoryWriter.createCollection(String path)
This method creates a new empty collection at the specified path.
|
ICollection |
ICollection.createCollection(String name)
Creates a new collection with the specified name in this collection.
|
ICollection |
IRepositoryReader.getCollection(String path)
Returns an
ICollection instance representing the resource at
the specified path. |
ICollection |
ICollection.getCollection(String name)
Returns the collection with the specified name contained in this
collection.
|
ICollection |
IEntity.getParent()
Returns the collection that holds this entity.
|
ICollection |
IRepositoryReader.getRoot()
Returns an instance of
ICollection which represents the root
collection of the repository. |
| Modifier and Type | Method and Description |
|---|---|
List<ICollection> |
ICollection.getCollections()
Returns a list of all the child collections held by this collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ICollection.removeCollection(ICollection collection)
Removes the child collection represented by the parameter.
|
Copyright © 2010–2018 Eclipse Foundation. All rights reserved.