Interface CreatorRights<T>


public interface CreatorRights<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    boolean
     
  • Method Details

    • allowedToManage

      boolean allowedToManage(T entity)
    • allowedToCreate

      boolean allowedToCreate(T entity)