Class NSPersistentHistoryResultType


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

      Fields 
      Modifier and Type Field Description
      static long ChangesOnly
      Return NSPersistentHistoryChange objects
      static long Count
      Return the number of transactions
      static long ObjectIDs
      Return the object IDs of the changes objects
      static long StatusOnly
      Return a status boolean
      static long TransactionsAndChanges
      Return NSPersistentHistoryTransaction objects with related NSPersistentHistoryChange objects
      static long TransactionsOnly
      Return NSPersistentHistoryTransaction objects
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • StatusOnly

        public static final long StatusOnly
        Return a status boolean
        See Also:
        Constant Field Values
      • ObjectIDs

        public static final long ObjectIDs
        Return the object IDs of the changes objects
        See Also:
        Constant Field Values
      • Count

        public static final long Count
        Return the number of transactions
        See Also:
        Constant Field Values
      • TransactionsOnly

        public static final long TransactionsOnly
        Return NSPersistentHistoryTransaction objects
        See Also:
        Constant Field Values
      • ChangesOnly

        public static final long ChangesOnly
        Return NSPersistentHistoryChange objects
        See Also:
        Constant Field Values
      • TransactionsAndChanges

        public static final long TransactionsAndChanges
        Return NSPersistentHistoryTransaction objects with related NSPersistentHistoryChange objects
        See Also:
        Constant Field Values