|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
boolean |
afterFolderAdd(DKPid folderPid,
DKDDO obj)
Handling actions after a new item is added to the folder |
boolean |
afterFolderRemove(DKPid folderPid,
DKDDO obj)
Handling actions after an item is removed to the folder |
boolean |
beforeFolderAdd(DKPid folderPid,
DKDDO obj)
Handling actions before a new item is added to the folder |
boolean |
beforeFolderRemove(DKPid folderPid,
DKDDO obj)
Handling actions before an item is removed to the folder |
Method Detail |
public boolean beforeFolderAdd(DKPid folderPid, DKDDO obj) throws DKException
obj
- DKDDO object representing a new item added to the folderfolderPid
- persistent object of the folderDKException
- is thrown when error condition exist in the exitpublic boolean afterFolderAdd(DKPid folderPid, DKDDO obj) throws DKException
obj
- DKDDO object representing a new item added to the folderfolderPid
- persistent object of the folderDKException
- is thrown when error condition exist in the exitpublic boolean beforeFolderRemove(DKPid folderPid, DKDDO obj) throws DKException
obj
- DKDDO object representing an item removed to the folderfolderPid
- persistent object of the folderDKException
- is thrown when error condition exist in the exitpublic boolean afterFolderRemove(DKPid folderPid, DKDDO obj) throws DKException
obj
- DKDDO object representing an item removed to the folderfolderPid
- persistent object of the folderDKException
- is thrown when error condition exist in the exit
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |