|
Oracle® Mail Java API Reference 10g Release 1 (10.1.1) B14492-01 |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--oracle.mail.ldap.ESDSModifyData
This class helps the caller set the attribute names and values for the entry to be modified, also the type of modification.
| Constructor Summary | |
ESDSModifyData()Constructor |
|
| Method Summary | |
void |
addAttribute(java.lang.String modificationType, java.lang.String attributeName, java.lang.String attributeValue)This method will add an attribute and it's new values and it's modification type for the modification operation. |
void |
addAttribute(java.lang.String modificationType, java.lang.String attributeName, java.util.Vector attrValues)This method will add an attribute and it's new values and it's modification type for the modification operation. |
void |
addBinaryAttribute(java.lang.String modificationType, java.lang.String attributeName, byte[] attrValue)This method will add a binary attribute and it's new values and it's modification type for the modification operation. |
java.util.Vector |
getAttribute(java.lang.String attribName) |
java.util.Vector |
getAttrNames() |
java.util.Vector |
getBinaryAttribute(java.lang.String attribName) |
java.util.Hashtable |
getESDSModifyEntryBinaryData() |
java.util.Hashtable |
getESDSModifyEntryData() |
int |
getNoOfAttributes() |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ESDSModifyData()
| Method Detail |
public void addAttribute(java.lang.String modificationType,
java.lang.String attributeName,
java.lang.String attributeValue)
throws ESDSException
modificationType - Type of modification on the attribute DS_MODIFY_ADD,DS_MODIFY_REPLACE, DS_MODIFY_DELETEattributeName - Name of attribute to be modifiedattributeValue - Value of attribute to be modified
public void addAttribute(java.lang.String modificationType,
java.lang.String attributeName,
java.util.Vector attrValues)
throws ESDSException
modificationType - Type of modification on the attribute DS_MODIFY_ADD,DS_MODIFY_REPLACE, DS_MODIFY_DELETEattributeName - Name of attribute to be modifiedattrValues - Values of attribute, Vector of Strings
public void addBinaryAttribute(java.lang.String modificationType,
java.lang.String attributeName,
byte[] attrValue)
throws ESDSException
modificationType - Type of modification on the attribute DS_MODIFY_ADD,DS_MODIFY_REPLACE, DS_MODIFY_DELETEattributeName - Name of attribute to be modifiedattrValue - Values of attribute, byte[]public java.util.Vector getAttribute(java.lang.String attribName)
public java.util.Vector getBinaryAttribute(java.lang.String attribName)
public java.util.Hashtable getESDSModifyEntryData()
public java.util.Hashtable getESDSModifyEntryBinaryData()
public int getNoOfAttributes()
public java.util.Vector getAttrNames()
|
Oracle® Mail Java API Reference 10g Release 1 (10.1.1) B14492-01 |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||