Class NSMetadataItemAttributes

java.lang.Object
org.robovm.apple.foundation.NSDictionaryWrapper
org.robovm.apple.foundation.NSMetadataItemAttributes

public class NSMetadataItemAttributes
extends NSDictionaryWrapper
  • Method Details

    • has

      public boolean has​(NSMetadataItemAttribute key)
    • get

      public NSObject get​(NSMetadataItemAttribute key)
    • getFSName

      public String getFSName()
    • getDisplayName

      public String getDisplayName()
    • getURL

      public NSURL getURL()
    • getPath

      public String getPath()
    • getFSSize

      public long getFSSize()
    • getFSCreationDate

      public NSDate getFSCreationDate()
    • getFSContentChangeDate

      public NSDate getFSContentChangeDate()
    • getContentType

      public String getContentType()
    • getContentTypeTree

      public List<String> getContentTypeTree()
    • isUbiquitous

      public boolean isUbiquitous()
    • hasUnresolvedConflicts

      public boolean hasUnresolvedConflicts()
    • isDownloaded

      @Deprecated public boolean isDownloaded()
      Deprecated.
      Deprecated in iOS 7.0. Use NSMetadataUbiquitousItemDownloadingStatusKey instead
    • getDownloadingStatus

      public NSMetadataItemDownloadingStatus getDownloadingStatus()
    • isDownloading

      public boolean isDownloading()
    • isUploaded

      public boolean isUploaded()
    • isUploading

      public boolean isUploading()
    • getPercentDownloaded

      public double getPercentDownloaded()
    • getPercentUploaded

      public double getPercentUploaded()
    • getDownloadingError

      public NSError getDownloadingError()
    • getUploadingError

      public NSError getUploadingError()
    • isDownloadRequested

      public boolean isDownloadRequested()
    • isExternalDocument

      public boolean isExternalDocument()
    • getContainerDisplayName

      public String getContainerDisplayName()
    • getURLInLocalContainer

      public NSURL getURLInLocalContainer()
    • getContentRelevance

      public double getContentRelevance()