Class LibraryIndexStatus

  • All Implemented Interfaces:

    
    public class LibraryIndexStatus
    
                        

    Object representing indexing status for a document.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public enum LibraryIndexStatus.Status

      The indexing status of a document in the document library.

    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      LibraryIndexStatus.Status getIndexStatus() Returns current indexing status of a document in the document library.
      float getProgress() Returns current indexing progress of a document in the document library (if currently indexing).
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getProgress

         float getProgress()

        Returns current indexing progress of a document in the document library (if currently indexing).

        Returns:

        Current indexing progress if indexing is currently in progress.