com.plumtree.remote.prc.collaboration.document
Interface IDocumentVersion


public interface IDocumentVersion


Method Summary
 java.util.Date getCheckInDate()
          Returns the version check in date.
 java.lang.String getComments()
          Returns the version comments.
 int getDocumentId()
          Returns the document id.
 long getNumberBytes()
          Returns the size of this version in bytes.
 int getUserId()
          Returns the user id.
 java.lang.String getUserName()
          Returns the user name.
 java.lang.String getVersionDisplayString()
          Returns the version number as it is displayed in the browser.
 int getVersionNumber()
          Returns the version number.
 

Method Detail

getCheckInDate

public java.util.Date getCheckInDate()
Returns the version check in date.

Returns:
the date the version was created

getComments

public java.lang.String getComments()
Returns the version comments.

Returns:
the version comments

getDocumentId

public int getDocumentId()
Returns the document id.

Returns:
the document id

getNumberBytes

public long getNumberBytes()
Returns the size of this version in bytes.

Returns:
the size of this version in bytes

getUserId

public int getUserId()
Returns the user id.

Returns:
the id of the user who created this version

getUserName

public java.lang.String getUserName()
Returns the user name.

Returns:
the name of the user who created this version

getVersionDisplayString

public java.lang.String getVersionDisplayString()
Returns the version number as it is displayed in the browser.

Returns:
the version number as it is displayed in the browser

getVersionNumber

public int getVersionNumber()
Returns the version number.

Returns:
the version number


For additional information on the Oracle® WebCenter Interaction Development Kit, including tutorials, blogs, code samples and more, see the Oracle Technology Network (http://www.oracle.com/technology/index.html).

Copyright ©2010 Oracle® Corporation. All Rights Reserved.