Novell exteNd
Director 5.2 API

com.sssw.cm.api
Interface EbiDocVersionDescriptor


public interface EbiDocVersionDescriptor

Objects that implement this interface represent Descriptors of Document Versions. Currently, these Descriptors are used for Document Layout management.

See Also:
EbiContentMgmtDelegate.createDocVersionDescriptor(com.sssw.fw.api.EbiContext, java.lang.String, int), EbiContentMgmtDelegate.getDocumentLayout(com.sssw.fw.api.EbiContext, java.lang.String, int, boolean), EbiDocLayoutSet

Method Summary
 String getDocumentID()
          Gets the ID of the Document
 int getDocumentVersionID()
          Gets the ID of the Version of the Document
 void setDocumentID(String docID)
          Sets the Document ID to a new value
 void setDocumentVersionID(int versionID)
          Sets the Document Version ID to a new value
 

Method Detail

getDocumentID

public String getDocumentID()
Gets the ID of the Document
Returns:
Document ID

getDocumentVersionID

public int getDocumentVersionID()
Gets the ID of the Version of the Document
Returns:
the Document Version ID

setDocumentID

public void setDocumentID(String docID)
Sets the Document ID to a new value
Parameters:
docID - the new value for the Document ID

setDocumentVersionID

public void setDocumentVersionID(int versionID)
Sets the Document Version ID to a new value
Parameters:
versionID - the new value for the Document Version ID

Novell exteNd
Director 5.2 API