|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.mm.sdk.common.DKAccessControlListDD
DKAccessControListlDD : This class represents an access control list in DD.
Fields inherited from interface com.ibm.mm.sdk.common.DKConstant |
For details, see the class or interface |
Fields inherited from interface com.ibm.mm.sdk.common.DKMessageIdDD |
copyright, DK_DD_MSG_MSGID_DOMDOC, DK_DD_MSG_MSGID_GOVERNOR, DK_DD_MSG_MSGID_NO_ATTR_OBJ, DK_DD_MSG_MSGID_NO_BINDER_OBJ, DK_DD_MSG_MSGID_NO_CABINET_OBJ, DK_DD_MSG_MSGID_NO_DOCUMENT_OBJ, DK_DD_MSG_MSGID_NO_MESSAGE, DK_DD_MSG_MSGID_NO_ROOM_OBJ, DK_DD_MSG_MSGID_NO_SUCCESS, DK_DD_MSG_MSGID_NUL_PARAM |
Fields inherited from interface com.ibm.mm.sdk.common.DKMessageId |
For details, see the class or interface |
Constructor Summary | |
DKAccessControlListDD()
Constructs the access control and initializes it with the datastore. |
|
DKAccessControlListDD(dkDatastore ds,
java.lang.String name)
Constructs the access control and initializes it with the datastore. |
Method Summary | |
void |
add()
Adds a new access control list into DD |
void |
del()
Deletes an existing access control list from DD |
dkCollection |
getAccessData()
Gets the access data of the access control list |
dkDatastore |
getDatastore()
|
java.lang.String |
getDescription()
Gets the description of the access control list |
java.lang.String |
getName()
Gets the name of the access control list |
void |
retrieve()
Retrieves information of the access control list |
void |
setAccessData(dkCollection access_data)
Sets the access data of the access control list |
void |
setDatastore(dkDatastore ds)
|
void |
setDescription(java.lang.String description)
Sets the description of the access control list |
void |
setName(java.lang.String name)
Sets the name of the access control list |
void |
update()
Updates an existing access control list in DD |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DKAccessControlListDD(dkDatastore ds, java.lang.String name)
public DKAccessControlListDD()
Method Detail |
public void setDatastore(dkDatastore ds)
public dkDatastore getDatastore()
public void setName(java.lang.String name)
public void setDescription(java.lang.String description)
public void setAccessData(dkCollection access_data)
public java.lang.String getName()
public java.lang.String getDescription()
public dkCollection getAccessData()
public void retrieve() throws DKException, java.lang.Exception
public void add() throws DKException, java.lang.Exception
public void update() throws DKException, java.lang.Exception
public void del() throws DKException, java.lang.Exception
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |