Package org.robovm.apple.healthkit
Class HKDocumentQuery
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.healthkit.HKQuery
org.robovm.apple.healthkit.HKDocumentQuery
- All Implemented Interfaces:
NSObjectProtocol,ObjCProtocol
public class HKDocumentQuery extends HKQuery
- Since:
- Available in iOS 10.0 and later.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHKDocumentQuery.HKDocumentQueryPtrNested classes/interfaces inherited from class org.robovm.apple.healthkit.HKQuery
HKQuery.HKQueryPtrNested 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 protectedHKDocumentQuery()protectedHKDocumentQuery(NSObject.Handle h, long handle)protectedHKDocumentQuery(NSObject.SkipInit skipInit)HKDocumentQuery(HKDocumentType documentType, NSPredicate predicate, long limit, NSArray<NSSortDescriptor> sortDescriptors, boolean includeDocumentData, VoidBlock4<HKDocumentQuery,NSArray<HKDocumentSample>,Boolean,NSError> resultsHandler) -
Method Summary
Modifier and Type Method Description longgetLimit()NSArray<NSSortDescriptor>getSortDescriptors()protected longinit(HKDocumentType documentType, NSPredicate predicate, long limit, NSArray<NSSortDescriptor> sortDescriptors, boolean includeDocumentData, VoidBlock4<HKDocumentQuery,NSArray<HKDocumentSample>,Boolean,NSError> resultsHandler)booleanisIncludeDocumentData()Methods inherited from class org.robovm.apple.healthkit.HKQuery
createPredicateForActivitySummariesBetweenDates, createPredicateForActivitySummary, createPredicateForCategorySamplesWithValue, createPredicateForClinicalRecords, createPredicateForClinicalRecords, createPredicateForObjectsAssociatedWithElectrocardiogram, createPredicateForObjectsFromSource, createPredicateForObjectsFromSources, createPredicateForObjectsFromWorkout, createPredicateForObjectsWithMetadata, createPredicateForObjectsWithMetadata, createPredicateForObjectsWithMetadata, createPredicateForObjectsWithNoCorrelation, createPredicateForObjectsWithUUID, createPredicateForObjectsWithUUIDs, createPredicateForQuantitySamplesWithQuantity, createPredicateForSamplesWithDate, createPredicateForWorkouts, createPredicateForWorkoutsWithActivityType, createPredicateForWorkoutsWithDuration, createPredicateForWorkoutsWithTotalDistance, createPredicateForWorkoutsWithTotalEnergyBurned, createPredicateForWorkoutsWithTotalSwimmingStrokeCount, getObjectType, getPredicate, getSampleType, predicateForElectrocardiogramsWithClassification, predicateForElectrocardiogramsWithSymptomsStatus, predicateForObjectsFromDevices, predicateForObjectsFromSourceRevisions, predicateForObjectsWithDeviceProperty, predicateForVerifiableClinicalRecordsMethods 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
-
HKDocumentQuery
protected HKDocumentQuery() -
HKDocumentQuery
-
HKDocumentQuery
-
HKDocumentQuery
public HKDocumentQuery(HKDocumentType documentType, NSPredicate predicate, long limit, NSArray<NSSortDescriptor> sortDescriptors, boolean includeDocumentData, VoidBlock4<HKDocumentQuery,NSArray<HKDocumentSample>,Boolean,NSError> resultsHandler)
-
-
Method Details
-
getLimit
public long getLimit() -
getSortDescriptors
-
isIncludeDocumentData
public boolean isIncludeDocumentData() -
init
protected long init(HKDocumentType documentType, NSPredicate predicate, long limit, NSArray<NSSortDescriptor> sortDescriptors, boolean includeDocumentData, VoidBlock4<HKDocumentQuery,NSArray<HKDocumentSample>,Boolean,NSError> resultsHandler)
-