Enterprise Information Portal APIs

com.ibm.mm.sdk.common
Class DKAccessControlListOD

java.lang.Object
  |
  +--com.ibm.mm.sdk.common.DKAccessControlListOD
All Implemented Interfaces:
DKConstant, DKConstantOD, DKMessageId, DKMessageIdOD, java.io.Serializable

public class DKAccessControlListOD
extends java.lang.Object
implements DKConstantOD, DKMessageIdOD, java.io.Serializable

DKAccessControListlOD : This class represents an access control list in OD.

See Also:
Serialized Form

Fields inherited from interface com.ibm.mm.sdk.common.DKConstantOD
    For details, see the class or interface
 
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.DKMessageIdOD
DK_OD_MSG_INIT_FAILED, DK_OD_MSG_INVALID_API, DK_OD_MSG_INVALID_CHOICE, DK_OD_MSG_INVALID_DATE, DK_OD_MSG_INVALID_DECIMAL, DK_OD_MSG_INVALID_INTEGER, DK_OD_MSG_INVALID_OPERATOR, DK_OD_MSG_INVALID_RANGE, DK_OD_MSG_INVALID_SEARCH, DK_OD_MSG_INVALID_SEGMENT_NUM, DK_OD_MSG_MSGID_NOT_FOUND, DK_OD_MSG_NO_VALUES_SPECIFIED, DK_OD_MSG_ONLY_ONE_VALUE_GIVEN, DK_OD_MSG_SERVER_TIMEOUT, DK_OD_MSG_UNDEFINED, DK_OD_MSG_UNKNOWN_ERROR, DK_OD_MSG_VALUE_NOT_SPECIFIED
 
Fields inherited from interface com.ibm.mm.sdk.common.DKMessageId
    For details, see the class or interface
 
Constructor Summary
DKAccessControlListOD()
          Constructs the access control and initializes it with the datastore.
DKAccessControlListOD(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 OD
 void del()
          Deletes an existing access control list from DL
 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 OD
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DKAccessControlListOD

public DKAccessControlListOD(dkDatastore ds,
                             java.lang.String name)
Constructs the access control and initializes it with the datastore.

DKAccessControlListOD

public DKAccessControlListOD()
Constructs the access control and initializes it with the datastore.
Method Detail

setDatastore

public void setDatastore(dkDatastore ds)

getDatastore

public dkDatastore getDatastore()

setName

public void setName(java.lang.String name)
Sets the name of the access control list

setDescription

public void setDescription(java.lang.String description)
Sets the description of the access control list

setAccessData

public void setAccessData(dkCollection access_data)
Sets the access data of the access control list

getName

public java.lang.String getName()
Gets the name of the access control list
Returns:
the name of the access control list

getDescription

public java.lang.String getDescription()
Gets the description of the access control list
Returns:
the description of the access control list

getAccessData

public dkCollection getAccessData()
Gets the access data of the access control list
Returns:
a collection of access data of the access control list

retrieve

public void retrieve()
              throws DKException,
                     java.lang.Exception
Retrieves information of the access control list

add

public void add()
         throws DKException,
                java.lang.Exception
Adds a new access control list into OD

update

public void update()
            throws DKException,
                   java.lang.Exception
Updates an existing access control list in OD

del

public void del()
         throws DKException,
                java.lang.Exception
Deletes an existing access control list from DL

EIP Java APIs

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.