public class DOSearchResult
extends java.lang.Object
Constructor and Description |
---|
DOSearchResult(HeaderSet info)
Initialize an empty set of search results
|
Modifier and Type | Method and Description |
---|---|
long |
getContentDateModified()
Return the date the content was last modified or 0 if not known
|
java.lang.String |
getContentEncryptionAlgorithm()
Return the encryption algorithm that was used to encrypt the content element
|
java.lang.String |
getContentEncryptionKeyID()
Return the fingerprint of the key that was used to encrypt the content element
|
java.lang.String |
getContentFileName()
Return the file name for the object
|
java.lang.String |
getContentMimeType()
Return the mime type that was associated with the content
|
long |
getContentSize()
Return the length of the content or -1 if the length is not known
|
long |
getDateCreated()
Return the date that the object was created or 0 if the creation
date is not known.
|
long |
getDateModified()
Return the date that the object was created or 0 if the creation
date is not known.
|
java.lang.String |
getFolder()
Return the folder that applies to this object
|
java.lang.String |
getID()
Return the identifier of the object
|
java.lang.String |
getLabel()
Returns a label that describes this item.
|
java.lang.String |
getNotes()
Return any note that was in the index for this object
|
java.lang.String |
getOwner()
Return the owner of the object, or null if the owner is not known
|
java.lang.String |
getRepositoryID() |
java.lang.String |
getTitle()
Return the title of this item, or null if there is no title
|
void |
mergeValues(DOSearchResult otherInfo,
boolean overwrite)
Merge the information in the given search result with the info for this result.
|
java.lang.String |
toString() |
public DOSearchResult(HeaderSet info)
public long getDateCreated()
public long getDateModified()
public java.lang.String getTitle()
public java.lang.String getLabel()
public java.lang.String getOwner()
public java.lang.String getID()
public java.lang.String getRepositoryID()
public java.lang.String getNotes()
public java.lang.String getContentMimeType()
public java.lang.String getContentFileName()
public long getContentSize()
public java.lang.String getContentEncryptionKeyID()
public java.lang.String getContentEncryptionAlgorithm()
public long getContentDateModified()
public java.lang.String getFolder()
public void mergeValues(DOSearchResult otherInfo, boolean overwrite)
public java.lang.String toString()
toString
in class java.lang.Object