Class CNChangeHistoryFetchRequest

  • All Implemented Interfaces:
    NSCoding, NSSecureCoding, NSObject

    public class CNChangeHistoryFetchRequest
    extends CNFetchRequest
    implements NSSecureCoding
    Specifies the criteria to fetch change history. Changes to contacts are always returned. All changes are coalesced to remove redundant adds, updates and deletes. This request is used with [CNContactStore enumeratorForChangeHistoryFetchRequest:error:].
    • Constructor Detail

      • CNChangeHistoryFetchRequest

        protected CNChangeHistoryFetchRequest​(org.moe.natj.general.Pointer peer)
    • Method Detail

      • accessInstanceVariablesDirectly

        public static boolean accessInstanceVariablesDirectly()
      • additionalContactKeyDescriptors

        public NSArray<?> additionalContactKeyDescriptors()
        Additional keys to include in the fetched contacts. By default, only @c CNContactIdentifierKey will be fetched. If you would like to include additional key descriptors to process the contacts, include the key descriptors you need. [@c] CNContactIdentifierKey will always be fetched, whether you request it or not.
      • allocWithZone

        public static java.lang.Object allocWithZone​(org.moe.natj.general.ptr.VoidPtr zone)
      • automaticallyNotifiesObserversForKey

        public static boolean automaticallyNotifiesObserversForKey​(java.lang.String key)
      • cancelPreviousPerformRequestsWithTarget

        public static void cancelPreviousPerformRequestsWithTarget​(java.lang.Object aTarget)
      • cancelPreviousPerformRequestsWithTargetSelectorObject

        public static void cancelPreviousPerformRequestsWithTargetSelectorObject​(java.lang.Object aTarget,
                                                                                 org.moe.natj.objc.SEL aSelector,
                                                                                 java.lang.Object anArgument)
      • classFallbacksForKeyedArchiver

        public static NSArray<java.lang.String> classFallbacksForKeyedArchiver()
      • classForKeyedUnarchiver

        public static org.moe.natj.objc.Class classForKeyedUnarchiver()
      • debugDescription_static

        public static java.lang.String debugDescription_static()
      • description_static

        public static java.lang.String description_static()
      • excludedTransactionAuthors

        public NSArray<java.lang.String> excludedTransactionAuthors()
        Exclude changes made by certain authors. If set, transactions made by the specified authors will be excluded from the results. Use this, in conjunction with @c CNSaveRequest.transactionAuthor, to suppress processing of changes you already know about.
      • hash_static

        public static long hash_static()
      • includeGroupChanges

        public boolean includeGroupChanges()
        Set to @c YES to also fetch group changes. Default is @c NO.
      • instanceMethodSignatureForSelector

        public static NSMethodSignature instanceMethodSignatureForSelector​(org.moe.natj.objc.SEL aSelector)
      • instancesRespondToSelector

        public static boolean instancesRespondToSelector​(org.moe.natj.objc.SEL aSelector)
      • isSubclassOfClass

        public static boolean isSubclassOfClass​(org.moe.natj.objc.Class aClass)
      • keyPathsForValuesAffectingValueForKey

        public static NSSet<java.lang.String> keyPathsForValuesAffectingValueForKey​(java.lang.String key)
      • mutableObjects

        public boolean mutableObjects()
        To return mutable contacts and groups. If @c YES returns mutable contacts and groups. Default is @c NO.
      • new_objc

        public static java.lang.Object new_objc()
      • resolveClassMethod

        public static boolean resolveClassMethod​(org.moe.natj.objc.SEL sel)
      • resolveInstanceMethod

        public static boolean resolveInstanceMethod​(org.moe.natj.objc.SEL sel)
      • setAdditionalContactKeyDescriptors

        public void setAdditionalContactKeyDescriptors​(NSArray<?> value)
        Additional keys to include in the fetched contacts. By default, only @c CNContactIdentifierKey will be fetched. If you would like to include additional key descriptors to process the contacts, include the key descriptors you need. [@c] CNContactIdentifierKey will always be fetched, whether you request it or not.
      • setExcludedTransactionAuthors

        public void setExcludedTransactionAuthors​(NSArray<java.lang.String> value)
        Exclude changes made by certain authors. If set, transactions made by the specified authors will be excluded from the results. Use this, in conjunction with @c CNSaveRequest.transactionAuthor, to suppress processing of changes you already know about.
      • setIncludeGroupChanges

        public void setIncludeGroupChanges​(boolean value)
        Set to @c YES to also fetch group changes. Default is @c NO.
      • setMutableObjects

        public void setMutableObjects​(boolean value)
        To return mutable contacts and groups. If @c YES returns mutable contacts and groups. Default is @c NO.
      • setShouldUnifyResults

        public void setShouldUnifyResults​(boolean value)
        Returns contact changes as unified contacts. If @c YES, returns unified contact history. Otherwise returns individual contact history. Default is @c YES. [@note] A unified contact is the aggregation of properties from a set of linked individual contacts. If an individual contact is not linked then the unified contact is simply that individual contact.
      • setStartingToken

        public void setStartingToken​(NSData value)
        Request changes made after a certain point. If non-nil, only changes made after this point in history will be returned. If nil, a @c CNChangeHistoryDropEverythingEvent will be returned, followed by an add event for every contact and group currently in the contacts database.
      • setVersion_static

        public static void setVersion_static​(long aVersion)
      • shouldUnifyResults

        public boolean shouldUnifyResults()
        Returns contact changes as unified contacts. If @c YES, returns unified contact history. Otherwise returns individual contact history. Default is @c YES. [@note] A unified contact is the aggregation of properties from a set of linked individual contacts. If an individual contact is not linked then the unified contact is simply that individual contact.
      • startingToken

        public NSData startingToken()
        Request changes made after a certain point. If non-nil, only changes made after this point in history will be returned. If nil, a @c CNChangeHistoryDropEverythingEvent will be returned, followed by an add event for every contact and group currently in the contacts database.
      • superclass_static

        public static org.moe.natj.objc.Class superclass_static()
      • supportsSecureCoding

        public static boolean supportsSecureCoding()
      • _supportsSecureCoding

        public boolean _supportsSecureCoding()
        Description copied from interface: NSSecureCoding
        This property must return YES on all classes that allow secure coding. Subclasses of classes that adopt NSSecureCoding and override initWithCoder: must also override this method and return YES. The Secure Coding Guide should be consulted when writing methods that decode data.
        Specified by:
        _supportsSecureCoding in interface NSSecureCoding
      • version_static

        public static long version_static()