Plumtree PEIs  
 

IDirectoryActions Members

IDirectoryActions overview

Public Instance Methods

iconOnAfterCreateABOJob This function will perform some functionality after an ABO Job is created to delete a Directory Object.

More info on ABO Jobs and when this PEI is called:
When the user deletes an Directory Folder, since this action might require a lot of processing time, he will have the choice between deleting the folder now or scheduling an ABO Job to do it later and minimize the impact on the Portal's performance. If he decides to do it now, the OnDeleteDirectoryFolder PEI is called, if he decides to have it done later by a Job, the OnBeforeCreateABOJob and OnAfterCreateABOJob PEIs are called.
iconOnAfterCreateDirectoryFolder This function will perform some functionality after a Directory Folder has been created.
iconOnAfterDeleteDirectoryFolder This function will perform some functionality after a Directory Folder has been deleted.
iconOnBeforeCreateABOJob This function will perform some functionality before an ABO Job is created to delete a Directory Object.

More info on ABO Jobs and when this PEI is called:
When the user deletes an Directory Folder, since this action might require a lot of processing time, he will have the choice between deleting the folder now or scheduling an ABO Job to do it later and minimize the impact on the Portal's performance. If he decides to do it now, the OnDeleteDirectoryFolder PEI is called, if he decides to have it done later by a Job, the OnBeforeCreateABOJob and OnAfterCreateABOJob PEIs are called.
iconOnBeforeCreateDirectoryFolder This function will perform some functionality before the creation process of a Directory Folder.
iconOnBeforeDeleteDirectoryFolder This function will perform some functionality before the deletion process of a Directory Folder.
iconOnBeforeDeleteDocument This function will perform some functionality before the deletion process of a Document.
iconOnClickThroughToDoc This function will perform some functionality during the click through of a particular document and then perform a Redirect or return Null.
iconOnOpenFolder This function will perform some functionality during the Opening of a folder within the directory structure and then perform a Redirect or return Null.

See Also

IDirectoryActions Interface | com.plumtree.portalpages.pei Namespace