Class DocumentSearchResult

java.lang.Object
com.technia.dsx.threedspace.common.search.SearchResult<DocumentInfo>
com.technia.dsx.threedspace.doc.DocumentSearchResult
All Implemented Interfaces:
Iterable<DocumentInfo>

public class DocumentSearchResult extends SearchResult<DocumentInfo>
Result of a document search operation.

Extends SearchResult with success status, HTTP status code, CSRF token, item count, and a list of document information objects matching the search criteria.

Since:
2022-06-08