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


public interface IRetrieveContentResult

Stores the output of the retrieveContent and retrieveContentInWorkflow operations. It also contains information about document attributes and content.

Since:
21 April 2007

Method Summary
 java.lang.String getDocumentClassType()
          Retrieves the class type of the document.
 Document getDocumentContents()
          Retrieves the contents of the document.
 java.util.Date getDocumentCreationDate()
          Retrieves the date on which the document was created.
 java.lang.String getDocumentCreatorName()
          Retrieves the name of the person who created the document.
 java.lang.String getDocumentID()
          Retrieves the document ID.
 java.util.Date getDocumentLastModificationDate()
          Retrieves the date on which the document was last modified.
 java.lang.String getDocumentLastModifier()
          Retrieves the name of the person who last modified the document.
 int getDocumentMajorVersion()
          Retrieves the major version number of the document.
 java.lang.String getDocumentMimeType()
          Retrieves the mime type of the document.
 int getDocumentMinorVersion()
          Retrieves the minor version number of the document.
 java.util.Map getPropertyNameValueMap()
          Retrieves a map containing property names and their respective values from the retrieve operation.
 void setDocumentClassType(java.lang.String aDocumentClassType)
          Sets the class type of the document.
 void setDocumentContents(Document someDocumentContents)
          Sets the content of a document.
 void setDocumentCreationDate(java.util.Date aDocumentCreationDate)
          Sets the date on which the document was created.
 void setDocumentCreatorName(java.lang.String aDocumentCreatorName)
          Sets the name of the person who created the document.
 void setDocumentID(java.lang.String aDocumentID)
          Sets the document ID.
 void setDocumentLastModificationDate(java.util.Date aDocumentLastModificationDate)
          Sets the date on which the document was last modified.
 void setDocumentLastModifier(java.lang.String aDocumentLastModifier)
          Sets the name of the person who last modified the document.
 void setDocumentMajorVersion(int aDocumentMajorVersion)
          Sets the major version number of the document.
 void setDocumentMimeType(java.lang.String aMimeType)
          Sets the mime type of the document.
 void setDocumentMinorVersion(int aDocumentMinorVersion)
          Sets the minor version number of the document.
 void setPropertyNameValueMap(java.util.Map aAttributeNameValueMap)
          Sets the map that contains property names and their values requested from the retrieve operation.
 

Method Detail

getDocumentClassType

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


setDocumentClassType

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


getDocumentContents

Document getDocumentContents()
Retrieves the contents of the document.


setDocumentContents

void setDocumentContents(Document someDocumentContents)
Sets the content of a document.


getDocumentMimeType

java.lang.String getDocumentMimeType()
Retrieves the mime type of the document.


setDocumentMimeType

void setDocumentMimeType(java.lang.String aMimeType)
Sets the mime type of the document.


getDocumentCreationDate

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


setDocumentCreationDate

void setDocumentCreationDate(java.util.Date aDocumentCreationDate)
Sets the date on which the document was created.


getDocumentCreatorName

java.lang.String getDocumentCreatorName()
Retrieves the name of the person who created the document.


setDocumentCreatorName

void setDocumentCreatorName(java.lang.String aDocumentCreatorName)
Sets the name of the person who created the document.


getDocumentID

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


setDocumentID

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


getDocumentLastModificationDate

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


setDocumentLastModificationDate

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


getDocumentLastModifier

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


setDocumentLastModifier

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


getDocumentMajorVersion

int getDocumentMajorVersion()
Retrieves the major version number of the document.


setDocumentMajorVersion

void setDocumentMajorVersion(int aDocumentMajorVersion)
Sets the major version number of the document.


getDocumentMinorVersion

int getDocumentMinorVersion()
Retrieves the minor version number of the document.


setDocumentMinorVersion

void setDocumentMinorVersion(int aDocumentMinorVersion)
Sets the minor version number of the document.


getPropertyNameValueMap

java.util.Map getPropertyNameValueMap()
Retrieves a map containing property names and their respective values from the retrieve operation.


setPropertyNameValueMap

void setPropertyNameValueMap(java.util.Map aAttributeNameValueMap)
Sets the map that contains property names and their values requested from the retrieve operation.



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