public abstract class ChunkSearchToken extends Object
Represents a token for the continuation of the chunk search (search by pages).
Modifier | Constructor and Description |
---|---|
protected |
ChunkSearchToken(SearchQuery searchQuery,
SearchOptions options,
int segmentIndex,
int segmentCount,
com.aspose.ms.System.DateTime lastModified) |
Modifier and Type | Method and Description |
---|---|
protected com.aspose.ms.System.DateTime |
getLastModified() |
protected abstract ChunkSearchToken |
getNextChunkSearchToken() |
protected SearchOptions |
getOptions() |
protected SearchQuery |
getSearchQuery() |
protected int |
getSegmentCount() |
protected int |
getSegmentIndex() |
protected ChunkSearchToken(SearchQuery searchQuery, SearchOptions options, int segmentIndex, int segmentCount, com.aspose.ms.System.DateTime lastModified)
protected SearchQuery getSearchQuery()
protected SearchOptions getOptions()
protected int getSegmentIndex()
protected int getSegmentCount()
protected com.aspose.ms.System.DateTime getLastModified()
protected abstract ChunkSearchToken getNextChunkSearchToken()
Copyright © 2020. All rights reserved.