|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IRequestRecord
A request record is the stored version of a request. It has a set of attributes that are mapped into LDAP attributes for actual directory operations.
| Field Summary | |
|---|---|
static java.lang.String |
ATTR_CREATE_TIME
|
static java.lang.String |
ATTR_EXT_DATA
|
static java.lang.String |
ATTR_MODIFY_TIME
|
static java.lang.String |
ATTR_REQUEST_ID
|
static java.lang.String |
ATTR_REQUEST_OWNER
|
static java.lang.String |
ATTR_REQUEST_STATE
|
static java.lang.String |
ATTR_REQUEST_TYPE
|
static java.lang.String |
ATTR_SOURCE_ID
|
| Method Summary | |
|---|---|
void |
delete(java.lang.String name)
Removes attribute from the request. |
java.lang.Object |
get(java.lang.String name)
Gets the request attribute value by the name. |
java.util.Enumeration |
getAttrNames()
Gets attribute names of the request. |
java.util.Enumeration |
getElements()
Gets attribute list of the request. |
RequestId |
getRequestId()
Gets the request id. |
void |
set(java.lang.String name,
java.lang.Object o)
Sets new attribute for the request. |
| Methods inherited from interface com.netscape.certsrv.dbs.IDBObj |
|---|
getSerializableAttrNames |
| Field Detail |
|---|
static final java.lang.String ATTR_REQUEST_ID
static final java.lang.String ATTR_REQUEST_STATE
static final java.lang.String ATTR_CREATE_TIME
static final java.lang.String ATTR_MODIFY_TIME
static final java.lang.String ATTR_SOURCE_ID
static final java.lang.String ATTR_REQUEST_OWNER
static final java.lang.String ATTR_REQUEST_TYPE
static final java.lang.String ATTR_EXT_DATA
| Method Detail |
|---|
RequestId getRequestId()
java.util.Enumeration getAttrNames()
java.lang.Object get(java.lang.String name)
get in interface IAttrSetname - attribute name
void set(java.lang.String name,
java.lang.Object o)
set in interface IAttrSetname - attribute nameo - attribute value
void delete(java.lang.String name)
throws EBaseException
delete in interface IAttrSetname - attribute name
EBaseException - on attribute handling errors.java.util.Enumeration getElements()
getElements in interface IAttrSet
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||