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

java.lang.Object
  extended by com.adobe.livecycle.ibmfilenetcontentrepositoryconnector.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 retrieveDocument and retrieveDocumentInWorkflow operations

Since:
21 April 2007
See Also:
Serialized Form

Constructor Summary
RetrieveContentResult()
           
 
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.
 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

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
Sets the class type of the document.

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

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 someDocumentContents)
Description copied from interface: IRetrieveContentResult
Sets the content of a document.

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

getDocumentMimeType

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

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

setDocumentMimeType

public void setDocumentMimeType(java.lang.String aMimeType)
Description copied from interface: IRetrieveContentResult
Sets the mime type of the document.

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

getDocumentCreationDate

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

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

setDocumentCreationDate

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

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

getDocumentCreatorName

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

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

setDocumentCreatorName

public void setDocumentCreatorName(java.lang.String aDocumentCreatorName)
Description copied from interface: IRetrieveContentResult
Sets the name of the person who created the document.

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

getDocumentID

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

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 document ID.

Specified by:
setDocumentID in interface IRetrieveContentResult
See Also:
IRetrieveContentResult.setDocumentID(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 aDocumentLastModificationDate)
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)

getDocumentLastModifier

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

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

setDocumentLastModifier

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

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

getDocumentMajorVersion

public int getDocumentMajorVersion()
Description copied from interface: IRetrieveContentResult
Retrieves the major version number of the document.

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

setDocumentMajorVersion

public void setDocumentMajorVersion(int aDocumentMajorVersion)
Description copied from interface: IRetrieveContentResult
Sets the major version number of the document.

Specified by:
setDocumentMajorVersion in interface IRetrieveContentResult
See Also:
IRetrieveContentResult.setDocumentMajorVersion(int)

getDocumentMinorVersion

public int getDocumentMinorVersion()
Description copied from interface: IRetrieveContentResult
Retrieves the minor version number of the document.

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

setDocumentMinorVersion

public void setDocumentMinorVersion(int aDocumentMinorVersion)
Description copied from interface: IRetrieveContentResult
Sets the minor version number of the document.

Specified by:
setDocumentMinorVersion in interface IRetrieveContentResult
See Also:
IRetrieveContentResult.setDocumentMinorVersion(int)

getPropertyNameValueMap

public java.util.Map getPropertyNameValueMap()
Description copied from interface: IRetrieveContentResult
Retrieves a map containing property names and their respective values from the retrieve operation.

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

setPropertyNameValueMap

public void setPropertyNameValueMap(java.util.Map aAttributeNameValueMap)
Description copied from interface: IRetrieveContentResult
Sets the map that contains property names and their values requested from the retrieve operation.

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

toString

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