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


public interface IStoreContentResult

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

Since:
21 April 2007

Method Summary
 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 ID of 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 person who last modified the document.
 int getDocumentMajorVersion()
          Retrieves the major version number of the document.
 int getDocumentMinorVersion()
          Retrieves the minor version number of the 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 ID of the document.
 void setDocumentLastModificationDate(java.util.Date aDocumentLastModificationDate)
          Sets the date on which the document was last modified.
 void setDocumentLastModifier(java.lang.String documentLastModifier)
          Sets the name of the person who last modified the document.
 void setDocumentMajorVersion(int documentMajorVersion)
          Sets the major version number of the document.
 void setDocumentMinorVersion(int documentMinorVersion)
          Sets the minor version number of the document.
 

Method Detail

getDocumentID

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


setDocumentID

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


getDocumentMajorVersion

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


setDocumentMajorVersion

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


getDocumentMinorVersion

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


setDocumentMinorVersion

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


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.


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.


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 on which the document was last modified.


setDocumentLastModificationDate

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



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