|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.mm.sdk.common.dkAbstractDatastoreAdmin
dkAbstractDatastoreAdmin : This class represents and processes datastore datastore admin functions.
Fields inherited from interface com.ibm.mm.sdk.common.DKMessageId |
For details, see the class or interface |
Fields inherited from interface com.ibm.mm.sdk.common.DKConstant |
For details, see the class or interface |
Constructor Summary | |
dkAbstractDatastoreAdmin()
Constructs a new dkAbstractDatastoreAdmin class without owner datastore object. |
|
dkAbstractDatastoreAdmin(dkDatastore ds)
Constructs a new dkAbstractDatastoreAdmin class with owner datastore object |
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 admin 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 |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public dkAbstractDatastoreAdmin()
public dkAbstractDatastoreAdmin(dkDatastore ds)
ds
- reference to owner datastore objectMethod Detail |
public void setDatastore(dkDatastore ds)
setDatastore
in interface dkDatastoreAdmin
public dkDatastore getDatastore()
getDatastore
in interface dkDatastoreAdmin
public dkAccessControl accessControl() throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
accessControl
in interface dkDatastoreAdmin
authorizationMgmt()
public dkAuthorizationMgmt authorizationMgmt() throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
authorizationMgmt
in interface dkDatastoreAdmin
public dkUserManagement userManagement() throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
userManagement
in interface dkDatastoreAdmin
public dkConfigurationMgmt configurationManagement() throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
configurationManagement
in interface dkDatastoreAdmin
public dkWorkFlowMgmt workFlowManagement() throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
workFlowManagement
in interface dkDatastoreAdmin
public dkAdminDomainsMgmt adminDomainsMgmt() throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
adminDomainsMgmt
in interface dkDatastoreAdmin
public void clearCache() throws DKException, java.lang.Exception
Note:DKUsageError exception thrown if method is not implemented
clearCache
in interface dkDatastoreAdmin
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |