Class CKOperation

    • Constructor Detail

      • CKOperation

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

      • accessInstanceVariablesDirectly

        public static boolean accessInstanceVariablesDirectly()
      • 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()
      • hash_static

        public static long hash_static()
      • 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)
      • 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)
      • setVersion_static

        public static void setVersion_static​(long aVersion)
      • superclass_static

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

        public static long version_static()
      • allowsCellularAccess

        public boolean allowsCellularAccess()
      • isLongLived

        public boolean isLongLived()
      • setLongLived

        public void setLongLived​(boolean value)
      • longLivedOperationWasPersistedBlock

        public CKOperation.Block_longLivedOperationWasPersistedBlock_ret longLivedOperationWasPersistedBlock()
        This callback is called after a long lived operation has begun running and is persisted. Once this callback is called the operation will continue running even if the current process exits. Each @c CKOperation instance has a private serial queue. This queue is used for all callback block invocations.
      • operationID

        public java.lang.String operationID()
        This is an identifier unique to this CKOperation. This value is chosen by the system, and will be unique to this instance of a CKOperation. This identifier will be sent to Apple's servers, and can be used to identify any server-side logging associated with this operation.
      • setAllowsCellularAccess

        public void setAllowsCellularAccess​(boolean value)
      • setContainer

        public void setContainer​(CKContainer value)
      • setLongLivedOperationWasPersistedBlock

        public void setLongLivedOperationWasPersistedBlock​(CKOperation.Block_setLongLivedOperationWasPersistedBlock value)
        This callback is called after a long lived operation has begun running and is persisted. Once this callback is called the operation will continue running even if the current process exits. Each @c CKOperation instance has a private serial queue. This queue is used for all callback block invocations.
      • setTimeoutIntervalForRequest

        public void setTimeoutIntervalForRequest​(double value)
      • setTimeoutIntervalForResource

        public void setTimeoutIntervalForResource​(double value)
      • timeoutIntervalForRequest

        public double timeoutIntervalForRequest()
      • timeoutIntervalForResource

        public double timeoutIntervalForResource()
      • configuration

        public CKOperationConfiguration configuration()
        This defines per-operation configuration settings. See the CKOperationConfiguration class description for info on how this configuration composes with CKOperationGroup.defaultConfiguration
      • group

        public CKOperationGroup group()
        The group this operation is associated with
      • setConfiguration

        public void setConfiguration​(CKOperationConfiguration value)
        This defines per-operation configuration settings. See the CKOperationConfiguration class description for info on how this configuration composes with CKOperationGroup.defaultConfiguration
      • setGroup

        public void setGroup​(CKOperationGroup value)
        The group this operation is associated with