Class FailedResult


  • public final class FailedResult
    extends java.lang.Object
    A failure to edit the access list of a document.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void delete()  
      protected void finalize()  
      GroupAccessErr[] getGroups()
      Get list of groups whose access was to be granted/revoked
      UserAccessErr[] getUsers()
      Get list of users whose access was to be granted/revoked
      boolean isEmpty()
      Utility method to check if the list of failures is empty
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getUsers

        public final UserAccessErr[] getUsers()
        Get list of users whose access was to be granted/revoked
      • getGroups

        public final GroupAccessErr[] getGroups()
        Get list of groups whose access was to be granted/revoked
      • isEmpty

        public final boolean isEmpty()
        Utility method to check if the list of failures is empty
      • delete

        public void delete()
      • finalize

        protected void finalize()
                         throws java.lang.Throwable
        Overrides:
        finalize in class java.lang.Object
        Throws:
        java.lang.Throwable