Interface IInternalContainersFlatHierarchy
- All Superinterfaces:
IChangelogSupport,IContainersFlatHierarchy,IReadByIdSupport<ContainerHierarchyNode>,IRestoreCrudSupport<ContainerHierarchyNode>,IRestoreItemCrudSupport<ContainerHierarchyNode>,IRestoreSupport<ContainerHierarchyNode>
public interface IInternalContainersFlatHierarchy
extends IContainersFlatHierarchy, IRestoreItemCrudSupport<ContainerHierarchyNode>
-
Method Summary
Modifier and TypeMethodDescriptionvoidcreate(String uid, ContainerHierarchyNode node) voidcreateItem(Item it, ContainerHierarchyNode node) voidcreateWithId(long id, String uid, ContainerHierarchyNode node) voidvoidreset()voidupdate(String uid, ContainerHierarchyNode node) Methods inherited from interface net.bluemind.core.container.api.IChangelogSupport
changeset, changesetById, filteredChangesetById, getVersionMethods inherited from interface net.bluemind.core.container.api.IContainersFlatHierarchy
getComplete, list, touchMethods inherited from interface net.bluemind.core.container.api.IReadByIdSupport
getCompleteById, multipleGetByIdMethods inherited from interface net.bluemind.core.container.api.IRestoreItemCrudSupport
getCompleteMethods inherited from interface net.bluemind.core.container.api.IRestoreSupport
get, itemValueExists, restore
-
Method Details
-
create
-
createWithId
-
createItem
-
update
-
delete
- Specified by:
deletein interfaceIRestoreCrudSupport<ContainerHierarchyNode>
-
reset
void reset()
-