Interface WithPermission

    • Method Detail

      • getReadCondition

        Conditions.Condition getReadCondition()
        Get the condition required to read this entity
        Returns:
        the condition
      • getUpdateCondition

        Conditions.Condition getUpdateCondition()
        Get the condition required to update this entity
        Returns:
        the condition
      • getCreateCondition

        default Conditions.Condition getCreateCondition()
        Get the condition required to persist this entity
        Returns:
        the condition
      • getDeleteCondition

        default Conditions.Condition getDeleteCondition()
        Get the condition required to delete this entity
        Returns:
        the condition