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


public interface IStoreContentResult

Stores the output of the storeContent and storeContentInWorkflow operations. It contains information about the document attributes with which the document has been created. These attributes like documentID can be used further in the workflow process which consumes the document.

Since:
11 June 2007

Method Summary
 java.util.Date getDocumentCreationDate()
          Retrieves the date when the document was created.
 java.lang.String getDocumentCreatorName()
          Retrieves the name (a string) of the creator of the document.
 java.lang.String getDocumentID()
          Retrieves the ID (a string value) of the document.
 java.util.Date getDocumentLastModificationDate()
          Retrieves the date when the document was last modified.
 java.lang.String getDocumentLastModifier()
          Retrieves the name of the person who last modified the document.
 java.lang.String getDocumentVersion()
          Retrieves the version of the document.
 void setDocumentCreationDate(java.util.Date aDocumentCreationDate)
          Sets the date when the document was created.
 void setDocumentCreatorName(java.lang.String aDocumentCreatorName)
          Sets the name of the creator of the document.
 void setDocumentID(java.lang.String aDocumentID)
          Sets the ID of the document.
 void setDocumentLastModificationDate(java.util.Date aDocumentLastModificationDate)
          Sets the date that the document was last modified on.
 void setDocumentLastModifier(java.lang.String documentLastModifier)
          Sets the name of the person who last modified the document.
 void setDocumentVersion(java.lang.String aDocumentVersion)
          Sets the version of the document.
 

Method Detail

getDocumentID

java.lang.String getDocumentID()
Retrieves the ID (a string value) 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.


setDocumentVersion

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


getDocumentCreatorName

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


setDocumentCreatorName

void setDocumentCreatorName(java.lang.String aDocumentCreatorName)
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 aDocumentCreationDate)
Sets the date when the document was created.


getDocumentLastModifier

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


setDocumentLastModifier

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


getDocumentLastModificationDate

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


setDocumentLastModificationDate

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



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