Package org.robovm.apple.cloudkit
Class CKOperation
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.foundation.NSOperation
org.robovm.apple.cloudkit.CKOperation
- All Implemented Interfaces:
NSObjectProtocol,ObjCProtocol
- Direct Known Subclasses:
CKAcceptSharesOperation,CKDatabaseOperation,CKDiscoverAllContactsOperation,CKDiscoverAllUserIdentitiesOperation,CKDiscoverUserIdentitiesOperation,CKDiscoverUserInfosOperation,CKFetchNotificationChangesOperation,CKFetchShareMetadataOperation,CKFetchShareParticipantsOperation,CKMarkNotificationsReadOperation,CKModifyBadgeOperation
public class CKOperation extends NSOperation
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCKOperation.CKOperationPtrNested classes/interfaces inherited from class org.robovm.apple.foundation.NSOperation
NSOperation.NSOperationPtrNested classes/interfaces inherited from class org.robovm.apple.foundation.NSObject
NSObject.Handle, NSObject.Marshaler, NSObject.NoRetainMarshaler, NSObject.NSKeyValueObserver, NSObject.NSObjectPtr, NSObject.SkipInitNested classes/interfaces inherited from class org.robovm.objc.ObjCObject
ObjCObject.ObjCObjectPtr, ObjCObject.Super -
Field Summary
Fields inherited from class org.robovm.apple.foundation.NSObject
FLAG_NO_RETAINFields inherited from class org.robovm.objc.ObjCObject
customClass -
Constructor Summary
Constructors Modifier Constructor Description CKOperation()protectedCKOperation(NSObject.Handle h, long handle)protectedCKOperation(NSObject.SkipInit skipInit) -
Method Summary
Modifier and Type Method Description booleanallowsCellularAccess()Deprecated.Deprecated in iOS 11.0.CKOperationConfigurationgetConfiguration()CKContainergetContainer()Deprecated.Deprecated in iOS 11.0.CKOperationGroupgetGroup()RunnablegetLongLivedOperationWasPersistedBlock()StringgetOperationID()doublegetTimeoutIntervalForRequest()Deprecated.Deprecated in iOS 11.0.doublegetTimeoutIntervalForResource()Deprecated.Deprecated in iOS 11.0.booleanisLongLived()Deprecated.Deprecated in iOS 11.0.voidsetAllowsCellularAccess(boolean v)Deprecated.Deprecated in iOS 11.0.voidsetConfiguration(CKOperationConfiguration v)voidsetContainer(CKContainer v)Deprecated.Deprecated in iOS 11.0.voidsetGroup(CKOperationGroup v)voidsetLongLived(boolean v)Deprecated.Deprecated in iOS 11.0.voidsetLongLivedOperationWasPersistedBlock(Runnable v)voidsetTimeoutIntervalForRequest(double v)Deprecated.Deprecated in iOS 11.0.voidsetTimeoutIntervalForResource(double v)Deprecated.Deprecated in iOS 11.0.Methods inherited from class org.robovm.apple.foundation.NSOperation
addDependency, cancel, getCompletionBlock, getDependencies, getName, getQualityOfService, getQueuePriority, getThreadPriority, isAsynchronous, isCancelled, isConcurrent, isExecuting, isFinished, isReady, main, removeDependency, setCompletionBlock, setName, setQualityOfService, setQueuePriority, setThreadPriority, start, waitUntilFinishedMethods inherited from class org.robovm.apple.foundation.NSObject
addKeyValueObserver, addKeyValueObserver, afterMarshaled, alloc, autorelease, autorelease, awakeFromNib, conformsToProtocol, copy, description, didChangeValue, didChangeValue, didChangeValues, doDispose, equals, forceSkipInit, getAutoContentAccessingProxy, getClassForCoder, getClassForKeyedArchiver, getKeyValueCoder, getObservationInfo, hash, hashCode, init, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, release, removeKeyValueObserver, removeKeyValueObservers, respondsToSelector, retain, retain, retainCount, setObservationInfo, toString, willChangeValue, willChangeValue, willChangeValuesMethods inherited from class org.robovm.objc.ObjCObject
addStrongRef, dispose, dispose, finalize, getAssociatedObject, getObjCClass, getPeerObject, getSuper, initObject, logRetainRelease, removeStrongRef, retainCustomObjectFromCb, setAssociatedObject, toObjCObject, toObjCObject, updateStrongRefMethods inherited from class org.robovm.rt.bro.NativeObject
as, getHandle, setHandle
-
Constructor Details
-
CKOperation
public CKOperation() -
CKOperation
-
CKOperation
-
-
Method Details
-
getConfiguration
- Since:
- Available in iOS 11.0 and later.
-
setConfiguration
- Since:
- Available in iOS 11.0 and later.
-
getGroup
- Since:
- Available in iOS 11.0 and later.
-
setGroup
- Since:
- Available in iOS 11.0 and later.
-
getOperationID
- Since:
- Available in iOS 9.3 and later.
-
getLongLivedOperationWasPersistedBlock
- Since:
- Available in iOS 9.3 and later.
-
setLongLivedOperationWasPersistedBlock
- Since:
- Available in iOS 9.3 and later.
-
getContainer
Deprecated.Deprecated in iOS 11.0. Use CKOperationConfiguration -
setContainer
Deprecated.Deprecated in iOS 11.0. Use CKOperationConfiguration -
allowsCellularAccess
Deprecated.Deprecated in iOS 11.0. Use CKOperationConfiguration -
setAllowsCellularAccess
Deprecated.Deprecated in iOS 11.0. Use CKOperationConfiguration -
isLongLived
Deprecated.Deprecated in iOS 11.0. Use CKOperationConfiguration- Since:
- Available in iOS 9.3 and later.
-
setLongLived
Deprecated.Deprecated in iOS 11.0. Use CKOperationConfiguration- Since:
- Available in iOS 9.3 and later.
-
getTimeoutIntervalForRequest
Deprecated.Deprecated in iOS 11.0. Use CKOperationConfiguration- Since:
- Available in iOS 10.0 and later.
-
setTimeoutIntervalForRequest
Deprecated.Deprecated in iOS 11.0. Use CKOperationConfiguration- Since:
- Available in iOS 10.0 and later.
-
getTimeoutIntervalForResource
Deprecated.Deprecated in iOS 11.0. Use CKOperationConfiguration- Since:
- Available in iOS 10.0 and later.
-
setTimeoutIntervalForResource
Deprecated.Deprecated in iOS 11.0. Use CKOperationConfiguration- Since:
- Available in iOS 10.0 and later.
-