Interface DataPolicy.DataPermission

    • Method Detail

      • getResourceName

        String getResourceName()
        Get the Resource Name that the Data Permission represents
        Returns:
      • getResourceType

        DataPolicy.ResourceType getResourceType()
        Get the type of resource the Data Permission is represents
        Returns:
      • getAllowCreate

        Boolean getAllowCreate()
        Is "CREATE" allowed?
        Returns:
      • getAllowRead

        Boolean getAllowRead()
        Is "SELECT" allowed?
        Returns:
      • getAllowUpdate

        Boolean getAllowUpdate()
        Is "INSERT/UPDATE" allowed?
        Returns:
      • getAllowDelete

        Boolean getAllowDelete()
        Is "DELETE" allowed?
        Returns:
      • getAllowAlter

        Boolean getAllowAlter()
        Is "ALTER" allowed?
        Returns:
      • getAllowExecute

        Boolean getAllowExecute()
        Is "EXECUTE" allowed?
        Returns:
      • getAllowLanguage

        Boolean getAllowLanguage()
        Is "LANGUAGE" allowed?
        Returns:
      • getCondition

        String getCondition()
        The condition string
      • getMask

        String getMask()
        The column mask string
      • getOrder

        Integer getOrder()
        The column mask order
      • getConstraint

        Boolean getConstraint()
        If the condition acts as a constraint.