Uses of Interface
org.eclipse.dirigible.repository.api.ICollection
-
Uses of ICollection in org.eclipse.dirigible.repository.api
Methods in org.eclipse.dirigible.repository.api that return ICollection Modifier and Type Method Description ICollectionICollection. createCollection(String name)Creates a new collection with the specified name in this collection.ICollectionIRepositoryWriter. createCollection(String path)This method creates a new empty collection at the specified path.ICollectionICollection. getCollection(String name)Returns the collection with the specified name contained in this collection.ICollectionIRepositoryReader. getCollection(String path)Returns anICollectioninstance representing the resource at the specified path.ICollectionIEntity. getParent()Returns the collection that holds this entity.ICollectionIRepositoryReader. getRoot()Returns an instance ofICollectionwhich represents the root collection of the repository.Methods in org.eclipse.dirigible.repository.api that return types with arguments of type ICollection Modifier and Type Method Description List<ICollection>ICollection. getCollections()Returns a list of all the child collections held by this collection.Methods in org.eclipse.dirigible.repository.api with parameters of type ICollection Modifier and Type Method Description voidICollection. removeCollection(ICollection collection)Removes the child collection represented by the parameter.