Package org.robovm.apple.foundation
Class NSMetadataItemAttributes
java.lang.Object
org.robovm.apple.foundation.NSDictionaryWrapper
org.robovm.apple.foundation.NSMetadataItemAttributes
public class NSMetadataItemAttributes extends NSDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNSMetadataItemAttributes.AsListMarshalerstatic classNSMetadataItemAttributes.Marshaler -
Field Summary
-
Method Summary
Modifier and Type Method Description NSObjectget(NSMetadataItemAttribute key)StringgetContainerDisplayName()doublegetContentRelevance()StringgetContentType()List<String>getContentTypeTree()StringgetDisplayName()NSErrorgetDownloadingError()NSMetadataItemDownloadingStatusgetDownloadingStatus()NSDategetFSContentChangeDate()NSDategetFSCreationDate()StringgetFSName()longgetFSSize()StringgetPath()doublegetPercentDownloaded()doublegetPercentUploaded()NSErrorgetUploadingError()NSURLgetURL()NSURLgetURLInLocalContainer()booleanhas(NSMetadataItemAttribute key)booleanhasUnresolvedConflicts()booleanisDownloaded()Deprecated.Deprecated in iOS 7.0.booleanisDownloading()booleanisDownloadRequested()booleanisExternalDocument()booleanisUbiquitous()booleanisUploaded()booleanisUploading()Methods inherited from class org.robovm.apple.foundation.NSDictionaryWrapper
getDictionary, toString
-
Method Details
-
has
-
get
-
getFSName
-
getDisplayName
-
getURL
-
getPath
-
getFSSize
public long getFSSize() -
getFSCreationDate
-
getFSContentChangeDate
-
getContentType
-
getContentTypeTree
-
isUbiquitous
public boolean isUbiquitous() -
hasUnresolvedConflicts
public boolean hasUnresolvedConflicts() -
isDownloaded
Deprecated.Deprecated in iOS 7.0. Use NSMetadataUbiquitousItemDownloadingStatusKey instead -
getDownloadingStatus
-
isDownloading
public boolean isDownloading() -
isUploaded
public boolean isUploaded() -
isUploading
public boolean isUploading() -
getPercentDownloaded
public double getPercentDownloaded() -
getPercentUploaded
public double getPercentUploaded() -
getDownloadingError
-
getUploadingError
-
isDownloadRequested
public boolean isDownloadRequested() -
isExternalDocument
public boolean isExternalDocument() -
getContainerDisplayName
-
getURLInLocalContainer
-
getContentRelevance
public double getContentRelevance()
-