|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface that contains document manipulation methods specific to Domino.
Field Summary | |
static Key |
DOCUMENT_TYPE
Key that represents the Domino document type of the document. |
static Key |
EMBEDDED_IMAGE_COUNT
Key that represents the count of embedded images in the document. |
static int |
KEYID_DOCUMENT_TYPE
The int ID for the DOCUMENT_TYPE key. |
static int |
KEYID_EMBEDDED_IMAGE_COUNT
The int ID for the EMBEDDED_IMAGE_COUNT key. |
static int |
KEYID_PARENT_DOCUMENT_ID
The int ID for the PARENT_DOCUMENT_ID key. |
static Key |
PARENT_DOCUMENT_ID
Key that represents the parent document ID of the document. |
Fields inherited from interface com.compoze.collab.IAttachmentSupport |
ATTACHMENTS, HAS_ATTACHMENT, KEYID_ATTACHMENTS, KEYID_HAS_ATTACHMENT |
Method Summary | |
DocumentType |
getDocumentType()
Gets the Domino document type. |
int |
getEmbeddedImageCount()
Gets the number of embedded images on the document. |
java.lang.String |
getParentDocumentID()
Gets the ID of the parent document. |
Methods inherited from interface com.compoze.collab.IAttachmentSupport |
addAttachment, getAttachment, getAttachmentCount, getAttachments, hasAttachment |
Field Detail |
public static final int KEYID_EMBEDDED_IMAGE_COUNT
int
ID for the EMBEDDED_IMAGE_COUNT
key.public static final int KEYID_DOCUMENT_TYPE
int
ID for the DOCUMENT_TYPE
key.public static final int KEYID_PARENT_DOCUMENT_ID
int
ID for the PARENT_DOCUMENT_ID
key.public static final Key EMBEDDED_IMAGE_COUNT
public static final Key DOCUMENT_TYPE
public static final Key PARENT_DOCUMENT_ID
Method Detail |
public DocumentType getDocumentType() throws CollaborationException
null
)EMBEDDED_IMAGE_COUNT
public int getEmbeddedImageCount() throws CollaborationException
EMBEDDED_IMAGE_COUNT
public java.lang.String getParentDocumentID() throws CollaborationException
PARENT_DOCUMENT_ID
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |