Package net.bluemind.core.container.api
Interface IContainersFlatHierarchy
- All Superinterfaces:
 IChangelogSupport,IReadByIdSupport<ContainerHierarchyNode>
- All Known Subinterfaces:
 IInternalContainersFlatHierarchy
@Path("/containers/_hierarchy/{domainUid}/{ownerUid}")
public interface IContainersFlatHierarchy
extends IChangelogSupport, IReadByIdSupport<ContainerHierarchyNode>
Grants read access to a 
ContainerChangeset of the containers owned by
 a given ownerUid- 
Method Summary
Methods inherited from interface net.bluemind.core.container.api.IChangelogSupport
allIds, changeset, changesetById, filteredChangesetById, getVersion, itemChangelogMethods inherited from interface net.bluemind.core.container.api.IReadByIdSupport
getCompleteById, multipleGetById 
- 
Method Details
- 
list
- Throws:
 ServerFault
 - 
getComplete
@GET @Path("{uid}/complete") ItemValue<ContainerHierarchyNode> getComplete(@PathParam("uid") String uid)  - 
touch
 
 -