|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.livecycle.emcdocumentumcontentrepositoryconnector.client.type.impl.RetrieveContentResult
public class RetrieveContentResult
Stores the output of the retrieveDocument and retrieveDocumentInWorkflow operations.
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 |
|---|
public RetrieveContentResult()
| Method Detail |
|---|
public Document getDocumentContents()
IRetrieveContentResult
getDocumentContents in interface IRetrieveContentResultIRetrieveContentResult.getDocumentContents()public void setDocumentContents(Document documentContents)
IRetrieveContentResult
setDocumentContents in interface IRetrieveContentResultIRetrieveContentResult.setDocumentContents(com.adobe.idp.Document)public java.lang.String getDocumentID()
IRetrieveContentResult
getDocumentID in interface IRetrieveContentResultIRetrieveContentResult.getDocumentID()public void setDocumentID(java.lang.String aDocumentID)
IRetrieveContentResult
setDocumentID in interface IRetrieveContentResultIRetrieveContentResult.setDocumentID(java.lang.String)public java.lang.String getDocumentVersion()
IRetrieveContentResult
getDocumentVersion in interface IRetrieveContentResultIRetrieveContentResult.getDocumentVersion()public void setDocumentVersion(java.lang.String aDocumentVersion)
IRetrieveContentResult
setDocumentVersion in interface IRetrieveContentResultIRetrieveContentResult.setDocumentVersion(java.lang.String)public java.lang.String getDocumentSubject()
IRetrieveContentResult
getDocumentSubject in interface IRetrieveContentResultIRetrieveContentResult.getDocumentSubject()public void setDocumentSubject(java.lang.String aDocumentSubject)
IRetrieveContentResult
setDocumentSubject in interface IRetrieveContentResultIRetrieveContentResult.setDocumentSubject(java.lang.String)public java.util.List getDocumentKeywords()
IRetrieveContentResult
getDocumentKeywords in interface IRetrieveContentResultIRetrieveContentResult.getDocumentKeywords()public void setDocumentKeywords(java.util.List documentKeywords)
IRetrieveContentResult
setDocumentKeywords in interface IRetrieveContentResultIRetrieveContentResult.setDocumentKeywords(java.util.List)public java.lang.String getDocumentClassType()
IRetrieveContentResult
getDocumentClassType in interface IRetrieveContentResultIRetrieveContentResult.getDocumentClassType()public void setDocumentClassType(java.lang.String aDocumentClassType)
IRetrieveContentResult
setDocumentClassType in interface IRetrieveContentResultIRetrieveContentResult.setDocumentClassType(java.lang.String)public java.lang.String getDocumentContentType()
IRetrieveContentResult
getDocumentContentType in interface IRetrieveContentResultIRetrieveContentResult.getDocumentContentType()public void setDocumentContentType(java.lang.String aContentType)
IRetrieveContentResult
setDocumentContentType in interface IRetrieveContentResultIRetrieveContentResult.setDocumentContentType(java.lang.String)public java.lang.String getDocumentTitle()
IRetrieveContentResult
getDocumentTitle in interface IRetrieveContentResultIRetrieveContentResult.getDocumentTitle()public void setDocumentTitle(java.lang.String aDocumentTitle)
IRetrieveContentResult
setDocumentTitle in interface IRetrieveContentResultIRetrieveContentResult.setDocumentTitle(java.lang.String)public java.lang.String getDocumentCreatorName()
IRetrieveContentResult
getDocumentCreatorName in interface IRetrieveContentResultIRetrieveContentResult.getDocumentCreatorName()public void setDocumentCreatorName(java.lang.String documentCreatorName)
IRetrieveContentResult
setDocumentCreatorName in interface IRetrieveContentResultIRetrieveContentResult.setDocumentCreatorName(java.lang.String)public java.util.Date getDocumentCreationDate()
IRetrieveContentResult
getDocumentCreationDate in interface IRetrieveContentResultIRetrieveContentResult.getDocumentCreationDate()public void setDocumentCreationDate(java.util.Date documentCreationDate)
IRetrieveContentResult
setDocumentCreationDate in interface IRetrieveContentResultIRetrieveContentResult.setDocumentCreationDate(java.util.Date)public java.lang.String getDocumentLastModifier()
IRetrieveContentResult
getDocumentLastModifier in interface IRetrieveContentResultIRetrieveContentResult.getDocumentLastModifier()public void setDocumentLastModifier(java.lang.String documentLastModifier)
IRetrieveContentResult
setDocumentLastModifier in interface IRetrieveContentResultIRetrieveContentResult.setDocumentLastModifier(java.lang.String)public java.util.Date getDocumentLastModificationDate()
IRetrieveContentResult
getDocumentLastModificationDate in interface IRetrieveContentResultIRetrieveContentResult.getDocumentLastModificationDate()public void setDocumentLastModificationDate(java.util.Date documentLastModificationDate)
IRetrieveContentResult
setDocumentLastModificationDate in interface IRetrieveContentResultIRetrieveContentResult.setDocumentLastModificationDate(java.util.Date)public java.util.Map getAttributeNameValueMap()
IRetrieveContentResult
getAttributeNameValueMap in interface IRetrieveContentResultIRetrieveContentResult.getAttributeNameValueMap()public void setAttributeNameValueMap(java.util.Map aAttributeNameValueMap)
IRetrieveContentResult
setAttributeNameValueMap in interface IRetrieveContentResultIRetrieveContentResult.setAttributeNameValueMap(java.util.Map)public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||