com.adobe.livecycle.emcdocumentumcontentrepositoryconnector.client.type
Interface IRetrieveContentResult


public interface IRetrieveContentResult

Stores the output of the retrieveDocument and retrieveDocumentInWorkflow operations. It contains information about document attributes and content.

Since:
11 June 2007

Method Summary
 java.util.Map getAttributeNameValueMap()
          Retrieves the attribute name-value map.
 java.lang.String getDocumentClassType()
          Retrieves the class type of the document.
 Document getDocumentContents()
          Retrieves the contents of the document.
 java.lang.String getDocumentContentType()
          Retrieves the content type of the document.
 java.util.Date getDocumentCreationDate()
          Retrieves the date when the document was created.
 java.lang.String getDocumentCreatorName()
          Retrieves the name of the creator of the document.
 java.lang.String getDocumentID()
          Retrieves the ID of the document.
 java.util.List getDocumentKeywords()
          Retrieves the keywords associated with the document.
 java.util.Date getDocumentLastModificationDate()
          Retrieves the date on which the document was last modified.
 java.lang.String getDocumentLastModifier()
          Retrieves the name of the user who last modified the document.
 java.lang.String getDocumentSubject()
          Retrieves the subject of the document.
 java.lang.String getDocumentTitle()
          Retrieves the title of the document.
 java.lang.String getDocumentVersion()
          Retrieves the version of the document (a string value).
 void setAttributeNameValueMap(java.util.Map aAttributeNameValueMap)
          Sets the attribute name value map requested by the retrieve operation.
 void setDocumentClassType(java.lang.String aDocumentClassType)
          Retrieves the type of the document.
 void setDocumentContents(Document documentContents)
          Sets the contents of the document.
 void setDocumentContentType(java.lang.String aContentType)
          Sets the content type of the document.
 void setDocumentCreationDate(java.util.Date documentCreationDate)
          Sets the date when the document was created.
 void setDocumentCreatorName(java.lang.String documentCreatorName)
          Sets the name of the creator of the document.
 void setDocumentID(java.lang.String aDocumentID)
          Sets the ID of the document.
 void setDocumentKeywords(java.util.List documentKeywords)
          Sets the keywords for the document.
 void setDocumentLastModificationDate(java.util.Date documentLastModificationDate)
          Sets the date on which the document was last modified.
 void setDocumentLastModifier(java.lang.String documentLastModifier)
          Sets the name of the user who last modified the document
 void setDocumentSubject(java.lang.String aDocumentSubject)
          Sets the subject of the document.
 void setDocumentTitle(java.lang.String aDocumentTitle)
          Sets the title of the document.
 void setDocumentVersion(java.lang.String aDocumentVersion)
          Sets the version of the document.
 

Method Detail

getDocumentContents

Document getDocumentContents()
Retrieves the contents of the document.


setDocumentContents

void setDocumentContents(Document documentContents)
Sets the contents of the document.


getDocumentID

java.lang.String getDocumentID()
Retrieves the ID of the document.


setDocumentID

void setDocumentID(java.lang.String aDocumentID)
Sets the ID of the document.


getDocumentVersion

java.lang.String getDocumentVersion()
Retrieves the version of the document (a string value).


setDocumentVersion

void setDocumentVersion(java.lang.String aDocumentVersion)
Sets the version of the document.


getDocumentSubject

java.lang.String getDocumentSubject()
Retrieves the subject of the document.


setDocumentSubject

void setDocumentSubject(java.lang.String aDocumentSubject)
Sets the subject of the document.


getDocumentKeywords

java.util.List getDocumentKeywords()
Retrieves the keywords associated with the document.


setDocumentKeywords

void setDocumentKeywords(java.util.List documentKeywords)
Sets the keywords for the document.


getDocumentClassType

java.lang.String getDocumentClassType()
Retrieves the class type of the document.


setDocumentClassType

void setDocumentClassType(java.lang.String aDocumentClassType)
Retrieves the type of the document.


getDocumentContentType

java.lang.String getDocumentContentType()
Retrieves the content type of the document.


setDocumentContentType

void setDocumentContentType(java.lang.String aContentType)
Sets the content type of the document.


getDocumentTitle

java.lang.String getDocumentTitle()
Retrieves the title of the document.


setDocumentTitle

void setDocumentTitle(java.lang.String aDocumentTitle)
Sets the title of the document.


getDocumentCreatorName

java.lang.String getDocumentCreatorName()
Retrieves the name of the creator of the document.


setDocumentCreatorName

void setDocumentCreatorName(java.lang.String documentCreatorName)
Sets the name of the creator of the document.


getDocumentCreationDate

java.util.Date getDocumentCreationDate()
Retrieves the date when the document was created.


setDocumentCreationDate

void setDocumentCreationDate(java.util.Date documentCreationDate)
Sets the date when the document was created.


getDocumentLastModifier

java.lang.String getDocumentLastModifier()
Retrieves the name of the user who last modified the document.


setDocumentLastModifier

void setDocumentLastModifier(java.lang.String documentLastModifier)
Sets the name of the user who last modified the document


getDocumentLastModificationDate

java.util.Date getDocumentLastModificationDate()
Retrieves the date on which the document was last modified.


setDocumentLastModificationDate

void setDocumentLastModificationDate(java.util.Date documentLastModificationDate)
Sets the date on which the document was last modified.


getAttributeNameValueMap

java.util.Map getAttributeNameValueMap()
Retrieves the attribute name-value map.


setAttributeNameValueMap

void setAttributeNameValueMap(java.util.Map aAttributeNameValueMap)
Sets the attribute name value map requested by the retrieve operation.



[an error occurred while processing this directive] [an error occurred while processing this directive]