Package | Description |
---|---|
com.groupdocs.search.common |
The package provides common classes of the library.
|
com.groupdocs.search.events |
The package provides classes of event arguments.
|
Modifier and Type | Method and Description |
---|---|
static DocumentStatus |
DocumentStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentStatus[] |
DocumentStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DocumentStatus |
OperationProgressEventArgs.getLastDocumentStatus()
Gets the status of the last processed document.
|
Modifier and Type | Method and Description |
---|---|
protected static OperationProgressEventArgs |
OperationProgressEventArgs.create(com.aspose.ms.System.Guid indexId,
String indexFolder,
IndexStatus status,
int totalDocumentsCount,
int processedDocumentsCount,
int skippedDocumentsCount,
String lastDocumentKey,
String lastDocumentPath,
DocumentStatus lastDocumentStatus) |
Constructor and Description |
---|
OperationProgressEventArgs(com.aspose.ms.System.Guid indexId,
String indexFolder,
IndexStatus status,
int totalDocumentsCount,
int processedDocumentsCount,
int skippedDocumentsCount,
String lastDocumentKey,
String lastDocumentPath,
DocumentStatus lastDocumentStatus)
Initializes a new instance of the
OperationProgressEventArgs class. |