Enterprise Information Portal APIs

com.ibm.mm.sdk.common
Class DKDatastoreAdminV4

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

public class DKDatastoreAdminV4
extends dkAbstractDatastoreAdmin
implements DKConstantV4, DKMessageIdV4

DKDatastoreAdminV4 : This class represents and processes datastore administration functions.

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
DKDatastoreAdminV4(dkDatastore ds)
          constructor
 
Method Summary
 dkAccessControl accessControl()
          Deprecated. Replace by authorizationMgmt
 dkUserManagement userManagement()
          Gets the reference to the user management object
 
Methods inherited from class com.ibm.mm.sdk.common.dkAbstractDatastoreAdmin
adminDomainsMgmt, authorizationMgmt, clearCache, configurationManagement, getDatastore, setDatastore, workFlowManagement
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DKDatastoreAdminV4

public DKDatastoreAdminV4(dkDatastore ds)
constructor
Parameters:
ds - a dkDatastore object
Method Detail

accessControl

public dkAccessControl accessControl()
                              throws DKException,
                                     java.lang.Exception
Deprecated. Replace by authorizationMgmt

Gets the reference to the access control object
Overrides:
accessControl in class dkAbstractDatastoreAdmin
Returns:
the dkAccessControl object
Throws:
DKException - if error detected
java.lang.Exception - if error detected
See Also:
dkAbstractDatastoreAdmin.authorizationMgmt()

userManagement

public dkUserManagement userManagement()
                                throws DKException,
                                       java.lang.Exception
Gets the reference to the user management object
Overrides:
userManagement in class dkAbstractDatastoreAdmin
Returns:
the dkUserManagement object

EIP Java APIs

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