|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is used for Domino specific address entries. There are several mappings of groupware keys to Domino concepts which are worth noting:
Restriction
support for address
entries is limited in Domino. Only
Restriction.TYPE_VALUE
or
Restriction.TYPE_CONTENT
restrictions by
IPerson.LAST_NAME
are supported. All
other restrictions will return no results.
Field Summary | |
static ItemClass |
CLASS
The item class of IExchangeAddressEntry . |
static Key |
EMPLOYEE_ID
Key that represents the address entry employee ID. |
static int |
KEYID_EMPLOYEE_ID
The int ID for the EMPLOYEE_ID key. |
static int |
KEYID_OFFICE_NUMBER
The int ID for the OFFICE_NUMBER key. |
static Key |
OFFICE_NUMBER
Key that represents the address entry office number. |
Fields inherited from interface com.compoze.collab.groupware.IAddressEntry |
ADDRESS, KEYID_ADDRESS |
Fields inherited from interface com.compoze.collab.IItem |
ID, ITEM_CLASS, KEYID_ID, KEYID_ITEM_CLASS, KEYID_PARENT_ID, MINIMUM_ITEM_KEYS, PARENT_ID |
Fields inherited from interface com.compoze.collab.domino.IDominoPerson |
FULL_NAME, KEYID_FULL_NAME |
Method Summary | |
java.lang.String |
getAddress()
Gets the address of the address book entry. |
java.lang.String |
getEmployeeID()
Gets the employee ID of the address book entry. |
java.lang.String |
getOfficeNumber()
Gets the office number of the address book entry. |
Methods inherited from interface com.compoze.collab.IItem |
commit, containsKey, containsKey, copyProperties, copyTo, delete, fetchProperties, getAttribute, getEnum, getID, getInputStream, getItemClass, getOutputStream, getParent, getParent, getParentID, getProperties, getProperties, getProperties, getProperty, getProperty, getProperty, getReader, getRootContainer, getSession, getWriter, isMissing, moveTo, removeAttribute, removeProperty, setAttribute, setProperties, setProperty, setProperty, setProperty |
Methods inherited from interface com.compoze.collab.domino.IDominoPerson |
getFullName |
Field Detail |
public static final int KEYID_EMPLOYEE_ID
int
ID for the EMPLOYEE_ID
key.public static final int KEYID_OFFICE_NUMBER
int
ID for the OFFICE_NUMBER
key.public static final Key EMPLOYEE_ID
public static final Key OFFICE_NUMBER
public static final ItemClass CLASS
IExchangeAddressEntry
.Method Detail |
public java.lang.String getAddress() throws CollaborationException
getAddress
in interface IAddressEntry
FULL_NAME
property, so this must be requested)IDominoPerson.FULL_NAME
public java.lang.String getEmployeeID() throws CollaborationException
null
)EMPLOYEE_ID
public java.lang.String getOfficeNumber() throws CollaborationException
null
)OFFICE_NUMBER
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |