| Modifier and Type | Class and Description |
|---|---|
class |
RepositoryNotFoundException
The Class RepositoryNotFoundException.
|
| Modifier and Type | Method and Description |
|---|---|
ICollection |
ICollection.createCollection(String name)
Creates a new collection with the specified name in this collection.
|
boolean |
IEntity.exists()
Returns whether this entity is valid and exists on the backend.
|
List<String> |
IRepositoryReader.getAllResourcePaths()
Returns a list of all the paths pointing to a resource
|
List<IEntity> |
ICollection.getChildren()
List the children of this collection.
|
ICollection |
ICollection.getCollection(String name)
Returns the collection with the specified name contained in this
collection.
|
List<ICollection> |
ICollection.getCollections()
Returns a list of all the child collections held by this collection.
|
List<String> |
ICollection.getCollectionsNames()
Returns a list containing the names of all the child collections directly
contained within this collection.
|
byte[] |
IResource.getContent()
Returns the content of the resource as a byte array.
|
byte[] |
IResourceVersion.getContent()
Returns the content of the resource version as a byte array.
|
IEntityInformation |
IEntity.getInformation()
Returns an instance of
IEntityInformation through which one
can obtain information on the current entity. |
IResource |
ICollection.getResource(String name)
Returns the resource with the specified name contained in this
collection.
|
List<IResource> |
ICollection.getResources()
Returns a list of all the resources held by this collection.
|
List<String> |
ICollection.getResourcesNames()
Returns a list containing the names of all the resources directly
contained in this collection.
|
boolean |
IRepositoryReader.hasCollection(String path)
Returns whether a collection with the specified path exists in the
repository.
|
boolean |
IRepositoryReader.hasResource(String path)
Returns whether a resource with the specified path exists in the
repository.
|
boolean |
IEntity.isEmpty()
Returns whether this entity is empty.
|
Copyright © 2010–2018 Eclipse Foundation. All rights reserved.