Class CheckPermissionTraverser
java.lang.Object
ch.tocco.nice2.netui.impl.actions.entityoperation.services.CheckPermissionTraverser
- All Implemented Interfaces:
DeletionSetTraverser
This traverser checks the read permissions for the nodes in the deletion set
for the current business unit.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
enterEntity
(EntityItem item) Puts the entity onto the stack.void
leaveEntity
(EntityItem item) Removes the entity from the stack.void
setBaseEntity
(Entity entity)
-
Constructor Details
-
CheckPermissionTraverser
-
-
Method Details
-
getReadPermissionEntityMap
-
getBusinessUnitMap
-
setBaseEntity
- Specified by:
setBaseEntity
in interfaceDeletionSetTraverser
-
enterEntity
Description copied from interface:DeletionSetTraverser
Puts the entity onto the stack.- Specified by:
enterEntity
in interfaceDeletionSetTraverser
-
leaveEntity
Description copied from interface:DeletionSetTraverser
Removes the entity from the stack.- Specified by:
leaveEntity
in interfaceDeletionSetTraverser
-
getBaseEntity
- Specified by:
getBaseEntity
in interfaceDeletionSetTraverser
-