Interface PermittedOperations
- All Known Subinterfaces:
CommentOperations
public interface PermittedOperations
The permitted operations allowed on an entity for the current user.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
-
Method Details
-
isDeletable
boolean isDeletable()- Returns:
- true if the entity is deletable by the current user
-
isEditable
boolean isEditable()- Returns:
- true if the entity is editable by the current user
-
isTransitionable
boolean isTransitionable()- Returns:
- true if the state of the entity can be changed by the current user
- Since:
- 6.8
-