public class BaseIndexEventArgs extends Object
Learn more
Modifier | Constructor and Description |
---|---|
protected |
BaseIndexEventArgs(com.aspose.ms.System.Guid indexId,
String indexFolder,
IndexStatus status)
Initializes a new instance of the
BaseIndexEventArgs class. |
Modifier and Type | Method and Description |
---|---|
protected static BaseIndexEventArgs |
create(com.aspose.ms.System.Guid indexId,
String indexFolder,
IndexStatus status) |
String |
getIndexFolder()
Gets the index folder.
|
UUID |
getIndexId()
Gets the index ID.
|
IndexStatus |
getStatus()
Gets the index status.
|
Date |
getTime()
Gets the time of an event.
|
protected BaseIndexEventArgs(com.aspose.ms.System.Guid indexId, String indexFolder, IndexStatus status)
Initializes a new instance of the BaseIndexEventArgs
class.
indexId
- The index ID.indexFolder
- The index folder.status
- The index status.public final Date getTime()
Gets the time of an event.
public final UUID getIndexId()
Gets the index ID.
public final String getIndexFolder()
Gets the index folder.
public final IndexStatus getStatus()
Gets the index status.
protected static BaseIndexEventArgs create(com.aspose.ms.System.Guid indexId, String indexFolder, IndexStatus status)