com.adobe.livecycle.emcdocumentumcontentrepositoryconnector.client.type.impl
Class RetrieveContentResult

java.lang.Object
  extended by com.adobe.livecycle.emcdocumentumcontentrepositoryconnector.client.type.impl.RetrieveContentResult
All Implemented Interfaces:
IRetrieveContentResult, java.io.Serializable

public class RetrieveContentResult
extends java.lang.Object
implements IRetrieveContentResult, java.io.Serializable

Stores the output of the retrieveDocument and retrieveDocumentInWorkflow operations.

See Also:
retrieveContent(LoginSettings, String, String, java.util.List), retrieveContentInWorkflow(com.adobe.workflow.pat.service.PATExecutionContext, LoginSettings, String, String, String, java.util.Map), Serialized Form

Constructor Summary
RetrieveContentResult()
           
 
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.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RetrieveContentResult

public RetrieveContentResult()
Method Detail

getDocumentContents

public Document getDocumentContents()
Description copied from interface: IRetrieveContentResult
Retrieves the contents of the document.

Specified by:
getDocumentContents in interface IRetrieveContentResult
See Also:
IRetrieveContentResult.getDocumentContents()

setDocumentContents

public void setDocumentContents(Document documentContents)
Description copied from interface: IRetrieveContentResult
Sets the contents of the document.

Specified by:
setDocumentContents in interface IRetrieveContentResult
See Also:
IRetrieveContentResult.setDocumentContents(com.adobe.idp.Document)

getDocumentID

public java.lang.String getDocumentID()
Description copied from interface: IRetrieveContentResult
Retrieves the ID of the document.

Specified by:
getDocumentID in interface IRetrieveContentResult
See Also:
IRetrieveContentResult.getDocumentID()

setDocumentID

public void setDocumentID(java.lang.String aDocumentID)
Description copied from interface: IRetrieveContentResult
Sets the ID of the document.

Specified by:
setDocumentID in interface IRetrieveContentResult
See Also:
IRetrieveContentResult.setDocumentID(java.lang.String)

getDocumentVersion

public java.lang.String getDocumentVersion()
Description copied from interface: IRetrieveContentResult
Retrieves the version of the document (a string value).

Specified by:
getDocumentVersion in interface IRetrieveContentResult
See Also:
IRetrieveContentResult.getDocumentVersion()

setDocumentVersion

public void setDocumentVersion(java.lang.String aDocumentVersion)
Description copied from interface: IRetrieveContentResult
Sets the version of the document.

Specified by:
setDocumentVersion in interface IRetrieveContentResult
See Also:
IRetrieveContentResult.setDocumentVersion(java.lang.String)

getDocumentSubject

public java.lang.String getDocumentSubject()
Description copied from interface: IRetrieveContentResult
Retrieves the subject of the document.

Specified by:
getDocumentSubject in interface IRetrieveContentResult
See Also:
IRetrieveContentResult.getDocumentSubject()

setDocumentSubject

public void setDocumentSubject(java.lang.String aDocumentSubject)
Description copied from interface: IRetrieveContentResult
Sets the subject of the document.

Specified by:
setDocumentSubject in interface IRetrieveContentResult
See Also:
IRetrieveContentResult.setDocumentSubject(java.lang.String)

getDocumentKeywords

public java.util.List getDocumentKeywords()
Description copied from interface: IRetrieveContentResult
Retrieves the keywords associated with the document.

Specified by:
getDocumentKeywords in interface IRetrieveContentResult
See Also:
IRetrieveContentResult.getDocumentKeywords()

setDocumentKeywords

public void setDocumentKeywords(java.util.List documentKeywords)
Description copied from interface: IRetrieveContentResult
Sets the keywords for the document.

Specified by:
setDocumentKeywords in interface IRetrieveContentResult
See Also:
IRetrieveContentResult.setDocumentKeywords(java.util.List)

getDocumentClassType

public java.lang.String getDocumentClassType()
Description copied from interface: IRetrieveContentResult
Retrieves the class type of the document.

Specified by:
getDocumentClassType in interface IRetrieveContentResult
See Also:
IRetrieveContentResult.getDocumentClassType()

setDocumentClassType

public void setDocumentClassType(java.lang.String aDocumentClassType)
Description copied from interface: IRetrieveContentResult
Retrieves the type of the document.

Specified by:
setDocumentClassType in interface IRetrieveContentResult
See Also:
IRetrieveContentResult.setDocumentClassType(java.lang.String)

getDocumentContentType

public java.lang.String getDocumentContentType()
Description copied from interface: IRetrieveContentResult
Retrieves the content type of the document.

Specified by:
getDocumentContentType in interface IRetrieveContentResult
See Also:
IRetrieveContentResult.getDocumentContentType()

setDocumentContentType

public void setDocumentContentType(java.lang.String aContentType)
Description copied from interface: IRetrieveContentResult
Sets the content type of the document.

Specified by:
setDocumentContentType in interface IRetrieveContentResult
See Also:
IRetrieveContentResult.setDocumentContentType(java.lang.String)

getDocumentTitle

public java.lang.String getDocumentTitle()
Description copied from interface: IRetrieveContentResult
Retrieves the title of the document.

Specified by:
getDocumentTitle in interface IRetrieveContentResult
See Also:
IRetrieveContentResult.getDocumentTitle()

setDocumentTitle

public void setDocumentTitle(java.lang.String aDocumentTitle)
Description copied from interface: IRetrieveContentResult
Sets the title of the document.

Specified by:
setDocumentTitle in interface IRetrieveContentResult
See Also:
IRetrieveContentResult.setDocumentTitle(java.lang.String)

getDocumentCreatorName

public java.lang.String getDocumentCreatorName()
Description copied from interface: IRetrieveContentResult
Retrieves the name of the creator of the document.

Specified by:
getDocumentCreatorName in interface IRetrieveContentResult
See Also:
IRetrieveContentResult.getDocumentCreatorName()

setDocumentCreatorName

public void setDocumentCreatorName(java.lang.String documentCreatorName)
Description copied from interface: IRetrieveContentResult
Sets the name of the creator of the document.

Specified by:
setDocumentCreatorName in interface IRetrieveContentResult
See Also:
IRetrieveContentResult.setDocumentCreatorName(java.lang.String)

getDocumentCreationDate

public java.util.Date getDocumentCreationDate()
Description copied from interface: IRetrieveContentResult
Retrieves the date when the document was created.

Specified by:
getDocumentCreationDate in interface IRetrieveContentResult
See Also:
IRetrieveContentResult.getDocumentCreationDate()

setDocumentCreationDate

public void setDocumentCreationDate(java.util.Date documentCreationDate)
Description copied from interface: IRetrieveContentResult
Sets the date when the document was created.

Specified by:
setDocumentCreationDate in interface IRetrieveContentResult
See Also:
IRetrieveContentResult.setDocumentCreationDate(java.util.Date)

getDocumentLastModifier

public java.lang.String getDocumentLastModifier()
Description copied from interface: IRetrieveContentResult
Retrieves the name of the user who last modified the document.

Specified by:
getDocumentLastModifier in interface IRetrieveContentResult
See Also:
IRetrieveContentResult.getDocumentLastModifier()

setDocumentLastModifier

public void setDocumentLastModifier(java.lang.String documentLastModifier)
Description copied from interface: IRetrieveContentResult
Sets the name of the user who last modified the document

Specified by:
setDocumentLastModifier in interface IRetrieveContentResult
See Also:
IRetrieveContentResult.setDocumentLastModifier(java.lang.String)

getDocumentLastModificationDate

public java.util.Date getDocumentLastModificationDate()
Description copied from interface: IRetrieveContentResult
Retrieves the date on which the document was last modified.

Specified by:
getDocumentLastModificationDate in interface IRetrieveContentResult
See Also:
IRetrieveContentResult.getDocumentLastModificationDate()

setDocumentLastModificationDate

public void setDocumentLastModificationDate(java.util.Date documentLastModificationDate)
Description copied from interface: IRetrieveContentResult
Sets the date on which the document was last modified.

Specified by:
setDocumentLastModificationDate in interface IRetrieveContentResult
See Also:
IRetrieveContentResult.setDocumentLastModificationDate(java.util.Date)

getAttributeNameValueMap

public java.util.Map getAttributeNameValueMap()
Description copied from interface: IRetrieveContentResult
Retrieves the attribute name-value map.

Specified by:
getAttributeNameValueMap in interface IRetrieveContentResult
See Also:
IRetrieveContentResult.getAttributeNameValueMap()

setAttributeNameValueMap

public void setAttributeNameValueMap(java.util.Map aAttributeNameValueMap)
Description copied from interface: IRetrieveContentResult
Sets the attribute name value map requested by the retrieve operation.

Specified by:
setAttributeNameValueMap in interface IRetrieveContentResult
See Also:
IRetrieveContentResult.setAttributeNameValueMap(java.util.Map)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object