|
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.DKFolderMgmtFed
This is the management class for handling federated folder objects
Constructor Summary | |
DKFolderMgmtFed()
Default constructor |
|
DKFolderMgmtFed(dkDatastore ds)
Constructor with datastore reference |
Method Summary | |
void |
addFolder(DKDDO fedFolderObj)
Adds a federated folder into the EIP persistent datastore |
DKDDO |
createFolder(java.lang.String fedEntityName)
Creates an empty federated folder |
dkDatastore |
getDatastore()
Gets the datastore object |
dkCollection |
getFolders(java.lang.String fedEntityName)
Gets a list of federated folder objects for the given federated entity name |
void |
removeFolder(DKDDO fedFolderObj)
Removes a federated folder from the EIP persistent datastore |
DKDDO |
retrieveFolder(java.lang.String pidString)
Retrieves a federated folder from the EIP persistent datastore |
void |
setDatastore(dkDatastore ds)
Sets the datastore object |
void |
updateFolder(DKDDO fedFolderObj)
Adds a federated folder into the EIP persistent datastore - attributes update only. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DKFolderMgmtFed()
public DKFolderMgmtFed(dkDatastore ds) throws DKException
ds
- dkDatastore - datastore objectMethod Detail |
public void setDatastore(dkDatastore ds) throws DKException
ds
- dkDatastore - datastore objectpublic dkDatastore getDatastore()
public DKDDO createFolder(java.lang.String fedEntityName) throws DKException, java.lang.Exception
fedEntityName
- name of the federated entitypublic dkCollection getFolders(java.lang.String fedEntityName) throws DKException, java.lang.Exception
fedEntityName
- name of the federated entitypublic void addFolder(DKDDO fedFolderObj) throws DKException, java.lang.Exception
fedFolderObj
- DKDDO object containing federated folder dataDKException
- if error occurs in the EIP serverjava.lang.Exception
- if communication between EIP server and clientpublic void updateFolder(DKDDO fedFolderObj) throws DKException, java.lang.Exception
fedFolderObj
- DKDDO object containing federated folder dataDKException
- if error occurs in the EIP serverjava.lang.Exception
- if communication between EIP server and clientpublic void removeFolder(DKDDO fedFolderObj) throws DKException, java.lang.Exception
fedFolderObj
- DKDDO object containing federated folder dataDKException
- if error occurs in the EIP serverjava.lang.Exception
- if communication between EIP server and clientpublic DKDDO retrieveFolder(java.lang.String pidString) throws DKException, java.lang.Exception
fedFolderObj
- DKDDO object containing federated folder dataDKException
- if error occurs in the EIP serverjava.lang.Exception
- if communication between EIP server and client
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |