Interface IInternalContainersFlatHierarchy
- All Superinterfaces:
IChangelogSupport
,IContainersFlatHierarchy
,IReadByIdSupport<ContainerHierarchyNode>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
create
(String uid, ContainerHierarchyNode node) void
createItem
(Item it, ContainerHierarchyNode node) void
createWithId
(long id, String uid, ContainerHierarchyNode node) void
void
reset()
void
update
(String uid, ContainerHierarchyNode node) Methods inherited from interface net.bluemind.core.container.api.IChangelogSupport
allIds, changeset, changesetById, filteredChangesetById, getVersion, itemChangelog
Methods inherited from interface net.bluemind.core.container.api.IContainersFlatHierarchy
getComplete, list, touch
Methods inherited from interface net.bluemind.core.container.api.IReadByIdSupport
getCompleteById, multipleGetById
-
Method Details
-
create
-
createWithId
-
createItem
-
update
-
delete
-
reset
void reset()
-