DominoDocument business object attributes

Attribute Name Type Cardi-nality Description
NoteID String 1 The NoteID of the document.
DatabaseName String 1 The name of the database that contains the document.
UNID String 1 The universal ID of the document.
ServerName String 1 The name of the Domino server. If blank, the value of the ServerName configuration property is used.
UserName String 1 The user name that enables the adapter to establish a session with the Domino server. If blank, the value of the UserName configuration property is used.
Password String 1 The user password enabling the adapter to establish a session with the Domino server. If blank, the value of the Password configuration property is used.
Created Date 1 The date and time the document was created. This date must be in one of the formats specified in the DateFormats configuration property.
FTSearchScore Integer 1 The relevance value if the document was retrieved from a full-text search.
Key String 1 The profile key of a profile document.
LastModified Date 1 The date and time the document was last modified. This date must be in one of the formats specified in the DateFormats configuration property.
NameOfProfile String 1 The profile name of a profile document.
ParentDocumentUNID String 1 The universal ID of a document's parent, if the document is a response.
Signer String 1 The signer of the document, if the document is signed.
Size Integer 1 The size of the document in bytes, including any attachments.
URL String 1 The Domino URL for the document's parent object.
Verifier String 1 The name of the certificate verifying a signature if the document is signed.
HasEmbedded Boolean 1 True if the document has embedded objects.
IsDeleted Boolean 1 True if the document has been deleted.
IsProfile Boolean 1 True if the document is a profile document.
IsResponse Boolean 1 True if the document is a response document.
IsSentByAgent Boolean 1 True if the document was mailed by a program.
IsSigned Boolean 1 True if the document is signed.
IsValid Boolean 1 True if the document exists (is not a deletion stub).
EmbeddedObjects DominoEmbeddedObj ect n Not used in this release.
Items DominoItem n Child business object representing a document item.
ObjectEventID String 1 A value generated by the Websphere Business integration system to track business objects, requests, and responses.

Copyright IBM Corporation 1997, 2004. All Rights Reserved.