Interface RestrictedModelItem<T>

    • Method Detail

      • canRead

        boolean canRead​(T object)
        Determines if the object can be read by the definition
        Parameters:
        object - the object
        Returns:
        true if the object can be read by the definition, false otherwise
      • canWrite

        boolean canWrite​(T object)
        Determines if the object can be written by the definition
        Parameters:
        object - the object
        Returns:
        true if the object can be written by the definition, false otherwise