Package | Description |
---|---|
com.groupdocs.search.events |
The package provides classes of event arguments.
|
Modifier and Type | Method and Description |
---|---|
OperationType |
OperationFinishedEventArgs.getOperationType()
Gets the operation type.
|
static OperationType |
OperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationType[] |
OperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected static OperationFinishedEventArgs |
OperationFinishedEventArgs.create(OperationType operationType,
com.aspose.ms.System.Guid indexId,
String indexFolder,
IndexStatus status,
String message) |
Constructor and Description |
---|
OperationFinishedEventArgs(OperationType operationType,
com.aspose.ms.System.Guid indexId,
String indexFolder,
IndexStatus status,
String message)
Initializes a new instance of the
OperationFinishedEventArgs class. |