Interface DeletionSetTraverser
- All Known Implementing Classes:
AbstractDeletionSetTraverser, CheckPermissionTraverser, DenyDeletionSetTraverser, DeselectingTraverser, JsonTreeTraverser
public interface DeletionSetTraverser
Used to traverse a
DeletionSet
via the DeletionSet.traverse(DeletionSetTraverser)
method. You receive events when a new relation was found and when entity was found.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidenterEntity(EntityItem item) Puts the entity onto the stack.voidleaveEntity(EntityItem item) Removes the entity from the stack.voidsetBaseEntity(Entity entity)
-
Method Details
-
setBaseEntity
-
enterEntity
Puts the entity onto the stack. -
leaveEntity
Removes the entity from the stack. -
getBaseEntity
Entity getBaseEntity()
-