com.groupdocs.search.events

Class BaseIndexEventArgs

    • Constructor Detail

      • BaseIndexEventArgs

        protected BaseIndexEventArgs(com.aspose.ms.System.Guid indexId,
                                     String indexFolder,
                                     IndexStatus status)

        Initializes a new instance of the BaseIndexEventArgs class.

        Parameters:
        indexId - The index ID.
        indexFolder - The index folder.
        status - The index status.
    • Method Detail

      • getTime

        public final Date getTime()

        Gets the time of an event.

        Returns:
        The time of an event.
      • getIndexId

        public final UUID getIndexId()

        Gets the index ID.

        Returns:
        The index ID.
      • getIndexFolder

        public final String getIndexFolder()

        Gets the index folder.

        Returns:
        The index folder.
      • getStatus

        public final IndexStatus getStatus()

        Gets the index status.

        Returns:
        The index status.