Package org.robovm.apple.foundation
Class NSMetadataQuery
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.foundation.NSMetadataQuery
- All Implemented Interfaces:
NSObjectProtocol,ObjCProtocol
public class NSMetadataQuery extends NSObject
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNSMetadataQuery.Notificationsstatic classNSMetadataQuery.NSMetadataQueryPtrNested 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
-
Constructor Summary
Constructors Modifier Constructor Description NSMetadataQuery()protectedNSMetadataQuery(NSObject.Handle h, long handle)protectedNSMetadataQuery(NSObject.SkipInit skipInit) -
Method Summary
Methods 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, updateStrongRef
-
Constructor Details
-
NSMetadataQuery
public NSMetadataQuery() -
NSMetadataQuery
-
NSMetadataQuery
-
-
Method Details
-
getDelegate
-
setDelegate
-
getPredicate
-
setPredicate
-
getSortDescriptors
-
setSortDescriptors
-
getValueListAttributes
-
setValueListAttributes
-
getGroupingAttributes
-
setGroupingAttributes
-
getNotificationBatchingInterval
public double getNotificationBatchingInterval() -
setNotificationBatchingInterval
public void setNotificationBatchingInterval(double v) -
getSearchScopes0
-
setSearchScopes0
-
getSearchItems0
-
setSearchItems0
-
getOperationQueue
-
setOperationQueue
-
isStarted
public boolean isStarted() -
isGathering
public boolean isGathering() -
isStopped
public boolean isStopped() -
getResultCount
public long getResultCount() -
getResults
-
getValueLists0
-
getGroupedResults
-
setSearchScopes
-
setSearchScopes
-
setSearchScopes
-
getSearchScopes
-
setSearchItems
-
setSearchItemURLs
-
getSearchItems
-
getValueLists
-
DidStartGatheringNotification
-
GatheringProgressNotification
-
DidFinishGatheringNotification
-
DidUpdateNotification
-
startQuery
public boolean startQuery() -
stopQuery
public void stopQuery() -
disableUpdates
public void disableUpdates() -
enableUpdates
public void enableUpdates() -
getResult
-
enumerateResults
-
enumerateResults
public void enumerateResults(NSEnumerationOptions opts, VoidBlock3<NSMetadataItem,Long,BooleanPtr> block) -
indexOfResult
-
getValueForResult
-