Class PHCollectionEditOperation


  • public final class PHCollectionEditOperation
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long AddContent
      Add things from other collection
      static long CreateContent
      Create new things, or duplicate them from others in the same container
      static long Delete
      Deleting of the container, not the content
      static long DeleteContent
      Delete things it contains
      static long RearrangeContent
      Change the order of things
      static long RemoveContent
      Remove things it contains, they're not deleted from the library
      static long Rename
      Renaming of the container, not the content
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • DeleteContent

        public static final long DeleteContent
        Delete things it contains
        See Also:
        Constant Field Values
      • RemoveContent

        public static final long RemoveContent
        Remove things it contains, they're not deleted from the library
        See Also:
        Constant Field Values
      • AddContent

        public static final long AddContent
        Add things from other collection
        See Also:
        Constant Field Values
      • CreateContent

        public static final long CreateContent
        Create new things, or duplicate them from others in the same container
        See Also:
        Constant Field Values
      • RearrangeContent

        public static final long RearrangeContent
        Change the order of things
        See Also:
        Constant Field Values
      • Delete

        public static final long Delete
        Deleting of the container, not the content
        See Also:
        Constant Field Values
      • Rename

        public static final long Rename
        Renaming of the container, not the content
        See Also:
        Constant Field Values