Interface CreatorRights<T>
-
public interface CreatorRights<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanallowedToCreate(T entity)booleanallowedToManage(T entity)
-
public interface CreatorRights<T>
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
allowedToCreate(T entity) |
|
boolean |
allowedToManage(T entity) |