Class NSMetadataItemAttributes

    • Method Detail

      • getFSName

        public java.lang.String getFSName()
        Since:
        Available in iOS 5.0 and later.
      • getDisplayName

        public java.lang.String getDisplayName()
        Since:
        Available in iOS 5.0 and later.
      • getURL

        public NSURL getURL()
        Since:
        Available in iOS 5.0 and later.
      • getPath

        public java.lang.String getPath()
        Since:
        Available in iOS 5.0 and later.
      • getFSSize

        public long getFSSize()
        Since:
        Available in iOS 5.0 and later.
      • getFSCreationDate

        public NSDate getFSCreationDate()
        Since:
        Available in iOS 5.0 and later.
      • getFSContentChangeDate

        public NSDate getFSContentChangeDate()
        Since:
        Available in iOS 5.0 and later.
      • getContentType

        public java.lang.String getContentType()
        Since:
        Available in iOS 8.0 and later.
      • getContentTypeTree

        public java.util.List<java.lang.String> getContentTypeTree()
        Since:
        Available in iOS 8.0 and later.
      • isUbiquitous

        public boolean isUbiquitous()
        Since:
        Available in iOS 5.0 and later.
      • hasUnresolvedConflicts

        public boolean hasUnresolvedConflicts()
        Since:
        Available in iOS 5.0 and later.
      • isDownloaded

        @Deprecated
        public boolean isDownloaded()
        Deprecated.
        Deprecated in iOS 7.0. Use NSMetadataUbiquitousItemDownloadingStatusKey instead
        Since:
        Available in iOS 5.0 and later.
      • isDownloading

        public boolean isDownloading()
        Since:
        Available in iOS 5.0 and later.
      • isUploaded

        public boolean isUploaded()
        Since:
        Available in iOS 5.0 and later.
      • isUploading

        public boolean isUploading()
        Since:
        Available in iOS 5.0 and later.
      • getPercentDownloaded

        public double getPercentDownloaded()
        Since:
        Available in iOS 5.0 and later.
      • getPercentUploaded

        public double getPercentUploaded()
        Since:
        Available in iOS 5.0 and later.
      • getDownloadingError

        public NSError getDownloadingError()
        Since:
        Available in iOS 7.0 and later.
      • getUploadingError

        public NSError getUploadingError()
        Since:
        Available in iOS 7.0 and later.
      • isDownloadRequested

        public boolean isDownloadRequested()
        Since:
        Available in iOS 8.0 and later.
      • isExternalDocument

        public boolean isExternalDocument()
        Since:
        Available in iOS 8.0 and later.
      • getContainerDisplayName

        public java.lang.String getContainerDisplayName()
        Since:
        Available in iOS 8.0 and later.
      • getURLInLocalContainer

        public NSURL getURLInLocalContainer()
        Since:
        Available in iOS 8.0 and later.
      • getContentRelevance

        public double getContentRelevance()
        Since:
        Available in iOS 5.0 and later.