de.bea.domingo
Interface DProfileDocument

All Superinterfaces:
DBase, DBaseDocument, java.io.Serializable
All Known Implementing Classes:
ProfileDocumentProxy

public interface DProfileDocument
extends DBaseDocument

Represents a profile document in a database.

Author:
Kurt Riede

Method Summary
 java.lang.String getKey()
          The user name (key) of the profile.
 java.lang.String getNameOfProfile()
          The name of the profile.
 
Methods inherited from interface de.bea.domingo.DBaseDocument
appendItemValue, appendItemValue, appendItemValue, appendItemValue, appendItemValue, appendItemValue, computeWithForm, computeWithForm, copyAllItems, copyItem, copyItem, createReplyMessage, createRichTextItem, encrypt, generateXML, generateXML, getAttachment, getAttachments, getAuthors, getColumnValues, getCreated, getEmbeddedObjects, getEncryptionKeys, getFirstItem, getItems, getItemValue, getItemValueCustomData, getItemValueCustomData, getItemValueCustomDataBytes, getItemValueDate, getItemValueDateRange, getItemValueDateTimeArray, getItemValueDouble, getItemValueInteger, getItemValueSize, getItemValueString, getLastAccessed, getLastModified, getLockHolders, getParentDatabase, getReceivedItemText, getSigner, getSize, getVerifier, hasEmbedded, hasItem, isDeleted, isEncrypted, isEncryptOnSend, isProfile, isSaveMessageOnSend, isSentByAgent, isSigned, isSignOnSend, isValid, lock, lock, lock, lock, lock, lock, lockProvisional, lockProvisional, lockProvisional, recycle, remove, remove, removeItem, removePermanently, renderToRTItem, replaceItemValue, replaceItemValue, replaceItemValue, replaceItemValue, replaceItemValue, replaceItemValue, replaceItemValue, replaceItemValue, replaceItemValue, replaceItemValue, replaceItemValueCustomData, replaceItemValueCustomData, replaceItemValueCustomDataBytes, save, save, save, setEncryptionKeys, setUniversalID, unlock
 
Methods inherited from interface de.bea.domingo.DBase
equals, hashCode, toString
 

Method Detail

getKey

java.lang.String getKey()
The user name (key) of the profile.

Returns:
key of the profile

getNameOfProfile

java.lang.String getNameOfProfile()
The name of the profile.

Returns:
name of the profile


Domingo Java-API