|
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 | +--com.ibm.mm.sdk.common.DKDatastoreAdminDL
DKDatastoreAdminDL : This class represents and processes datastore administration functions for DL.
Fields inherited from interface com.ibm.mm.sdk.common.DKConstantDL |
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.DKMessageIdDL |
DK_DL_MSG_INVNBR_TEXTMAPPING, DK_DL_MSG_MSGID_NOT_FOUND |
Fields inherited from interface com.ibm.mm.sdk.common.DKMessageId |
For details, see the class or interface |
Constructor Summary | |
DKDatastoreAdminDL(dkDatastore ds)
|
Method Summary | |
dkAccessControl |
accessControl()
Deprecated. Replace by authorizationMgmt |
void |
addContentDef(dkContentDef contentDef)
Adds a new content class definition into the DL library server. |
void |
deleteContentDef(dkContentDef contentDef)
Deletes a content class definition in the DL library server |
dkContentDef |
getContentDef(int id)
Gets the content definition of a specified content Id. |
dkContentDef |
getContentDef(java.lang.String contentType)
Gets the content definition of a specified content type. |
dkContentDef |
getContentDefOfMimeType(java.lang.String mimeType)
Gets the content definition of a specified mime type. |
dkCollection |
listContentDef()
List all content classes defined in the DL library server |
dkCollection |
listContentDef(java.lang.String mimeType)
List all content classes with the specified mimeType in the DL library server |
void |
setDatastore(dkDatastore ds)
Sets the reference to the owner datastore object |
void |
updateContentDef(dkContentDef contentDef)
Updates a content class definition in the DL library server. |
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, workFlowManagement |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DKDatastoreAdminDL(dkDatastore ds)
Method Detail |
public void setDatastore(dkDatastore ds)
setDatastore
in class dkAbstractDatastoreAdmin
ds
- reference to datastorepublic dkAccessControl accessControl() throws DKException, java.lang.Exception
accessControl
in class dkAbstractDatastoreAdmin
dkAbstractDatastoreAdmin.authorizationMgmt()
public dkUserManagement userManagement() throws DKException, java.lang.Exception
userManagement
in class dkAbstractDatastoreAdmin
public dkCollection listContentDef() throws DKException, java.lang.Exception
public dkCollection listContentDef(java.lang.String mimeType) throws DKException, java.lang.Exception
mimetype
- the specified mime typepublic void addContentDef(dkContentDef contentDef) throws DKException, java.lang.Exception
contentDef
- a content class definition object for input/outputpublic void updateContentDef(dkContentDef contentDef) throws DKException, java.lang.Exception
contentDef
- a content class definition objectpublic void deleteContentDef(dkContentDef contentDef) throws DKException, java.lang.Exception
contentDef
- a content class definition objectpublic dkContentDef getContentDef(java.lang.String contentType) throws DKException, java.lang.Exception
contentType
- the content class namepublic dkContentDef getContentDef(int id) throws DKException, java.lang.Exception
id
- the content class idpublic dkContentDef getContentDefOfMimeType(java.lang.String mimeType) throws DKException, java.lang.Exception
mimetType
- the mime type
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |