public class OperationFinishedEventArgs extends BaseIndexEventArgs
Represents arguments for the event of the indexing operation is finished.
Learn more
Modifier | Constructor and Description |
---|---|
protected |
OperationFinishedEventArgs(OperationType operationType,
com.aspose.ms.System.Guid indexId,
String indexFolder,
IndexStatus status,
String message)
Initializes a new instance of the
OperationFinishedEventArgs class. |
Modifier and Type | Method and Description |
---|---|
protected static OperationFinishedEventArgs |
create(OperationType operationType,
com.aspose.ms.System.Guid indexId,
String indexFolder,
IndexStatus status,
String message) |
String |
getMessage()
Gets the message.
|
OperationType |
getOperationType()
Gets the operation type.
|
create, getIndexFolder, getIndexId, getStatus, getTime
protected OperationFinishedEventArgs(OperationType operationType, com.aspose.ms.System.Guid indexId, String indexFolder, IndexStatus status, String message)
Initializes a new instance of the OperationFinishedEventArgs
class.
operationType
- The operation type.indexId
- The index ID.indexFolder
- The index folder.status
- The status.message
- The message.public final String getMessage()
Gets the message.
public final OperationType getOperationType()
Gets the operation type.
protected static OperationFinishedEventArgs create(OperationType operationType, com.aspose.ms.System.Guid indexId, String indexFolder, IndexStatus status, String message)