Enterprise Information Portal APIs

com.ibm.mm.sdk.common
Interface dkDatastoreAdmin

All Known Implementing Classes:
dkAbstractDatastoreAdmin

public interface dkDatastoreAdmin

dkDatastoreAdmin : This class represents and processes datastore administration functions.


Method Summary
 dkAccessControl accessControl()
          Deprecated. Replace by authorizationMgmt
 dkAdminDomainsMgmt adminDomainsMgmt()
          Gets the reference to the admin domains management object
 dkAuthorizationMgmt authorizationMgmt()
          Gets the reference to the authorization management object
 void clearCache()
          Clear datastore cache
 dkConfigurationMgmt configurationManagement()
          Gets the reference to the configuration management 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
 dkWorkFlowMgmt workFlowManagement()
          Gets the reference to the workflow management object
 

Method Detail

setDatastore

public void setDatastore(dkDatastore ds)
Sets the reference to the owner datastore object

getDatastore

public dkDatastore getDatastore()
Gets the reference to the owner datastore object
Returns:
the dkDatastore object

accessControl

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

Gets the reference to the access control object

Note:DKUsageError exception thrown if method is not implemented

Returns:
the dkAccessControl object
See Also:
authorizationMgmt()

authorizationMgmt

public dkAuthorizationMgmt authorizationMgmt()
                                      throws DKException,
                                             java.lang.Exception
Gets the reference to the authorization management object

Note:DKUsageError exception thrown if method is not implemented

Returns:
the dkAuthorizationMgmt object

userManagement

public dkUserManagement userManagement()
                                throws DKException,
                                       java.lang.Exception
Gets the reference to the user management object

Note:DKUsageError exception thrown if method is not implemented

Returns:
the dkUserManagement object

configurationManagement

public dkConfigurationMgmt configurationManagement()
                                            throws DKException,
                                                   java.lang.Exception
Gets the reference to the configuration management object

Note:DKUsageError exception thrown if method is not implemented

Returns:
the dkConfigurationManagement object

workFlowManagement

public dkWorkFlowMgmt workFlowManagement()
                                  throws DKException,
                                         java.lang.Exception
Gets the reference to the workflow management object

Note:DKUsageError exception thrown if method is not implemented

Returns:
the dkWorkFlowMgmt object

adminDomainsMgmt

public dkAdminDomainsMgmt adminDomainsMgmt()
                                    throws DKException,
                                           java.lang.Exception
Gets the reference to the admin domains management object

Note:DKUsageError exception thrown if method is not implemented

Returns:
the dkAdminDomainsMgmt object

clearCache

public void clearCache()
                throws DKException,
                       java.lang.Exception
Clear datastore cache

Note:DKUsageError exception thrown if method is not implemented


EIP Java APIs

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