Enterprise Information Portal APIs

com.ibm.mm.sdk.common
Class DKDatastoreAdminOD

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

public class DKDatastoreAdminOD
extends dkAbstractDatastoreAdmin
implements DKConstantOD, DKMessageIdOD

DKDatastoreAdminOD : This class represents and processes datastore administration functions.

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

Constructor Detail

DKDatastoreAdminOD

public DKDatastoreAdminOD(dkDatastore ds)
Method Detail

setDatastore

public void setDatastore(dkDatastore ds)
Sets the reference to the owner datastore object
Overrides:
setDatastore in class dkAbstractDatastoreAdmin

getDatastore

public dkDatastore getDatastore()
Gets the reference to the owner datastore object
Overrides:
getDatastore in class dkAbstractDatastoreAdmin
Returns:
the dkDatastore object

accessControl

public dkAccessControl accessControl()
                              throws DKException,
                                     java.lang.Exception
Gets the reference to the access control object
Overrides:
accessControl in class dkAbstractDatastoreAdmin
Returns:
the dkAccessControl object

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.