Enterprise Information Portal APIs

com.ibm.mm.sdk.common
Class DKAccessControlListV4

java.lang.Object
  |
  +--com.ibm.mm.sdk.common.DKAccessControlListV4
All Implemented Interfaces:
DKConstant, DKConstantV4, DKMessageId, DKMessageIdV4, java.io.Serializable

public class DKAccessControlListV4
extends java.lang.Object
implements DKConstantV4, DKMessageIdV4, java.io.Serializable

DKAccessControListlV4 : This class represents an access control list in V4.

See Also:
Serialized Form

Fields inherited from interface com.ibm.mm.sdk.common.DKConstantV4
    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.DKMessageIdV4
copyright, DK_V4_MSG_MSGID_NOT_FOUND
 
Fields inherited from interface com.ibm.mm.sdk.common.DKMessageId
    For details, see the class or interface
 
Constructor Summary
DKAccessControlListV4()
          Constructs the access control and initializes it with the datastore.
DKAccessControlListV4(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 to VI400
 void del()
          Deletes an existing access control list from VI400
 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 the 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 VI400
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DKAccessControlListV4

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

DKAccessControlListV4

public DKAccessControlListV4()
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)
             throws DKException,
                    java.lang.Exception
Sets the name of the access control list
Throws:
DKException - always

setDescription

public void setDescription(java.lang.String description)
                    throws DKException,
                           java.lang.Exception
Sets the description of the access control list
Throws:
DKException - always

setAccessData

public void setAccessData(dkCollection access_data)
                   throws DKException,
                          java.lang.Exception
Sets the access data of the access control list
Throws:
DKException - always

getName

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

getDescription

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

getAccessData

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

retrieve

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

add

public void add()
         throws DKException,
                java.lang.Exception
Adds a new access control list to VI400
Throws:
DKException - always

update

public void update()
            throws DKException,
                   java.lang.Exception
Updates an existing access control list in VI400
Throws:
DKException - always

del

public void del()
         throws DKException,
                java.lang.Exception
Deletes an existing access control list from VI400
Throws:
DKException - always

EIP Java APIs

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