public interface DocumentSearchResultContract
| Modifier and Type | Method and Description |
|---|---|
DocumentContract |
getDocument()
Returns the document represented by this result.
|
List<? extends DocumentAttributeContract> |
getDocumentAttributes()
Returns an unmodifiable list of objects implementing the
DocumentAttributeContract interface. |
DocumentContract getDocument()
DocumentContract with the exception of document variables. Even if a document has variables
defined they will not be included on the document returned from this method.List<? extends DocumentAttributeContract> getDocumentAttributes()
DocumentAttributeContract interface. These
define the various document attributes that have been indexed for the document represented by this result.Copyright © 2005–2015 The Kuali Foundation. All rights reserved.