Plumtree PEIs  
 

IDirectoryActions Methods

The methods of the IDirectoryActions interface are listed below. For a complete list of IDirectoryActions interface members, see the IDirectoryActions Members topic.

Public Instance Methods

OnAfterCreateABOJob 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.
OnAfterCreateDirectoryFolder This function will perform some functionality after a Directory Folder has been created.
OnAfterDeleteDirectoryFolder This function will perform some functionality after a Directory Folder has been deleted.
OnBeforeCreateABOJob 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.
OnBeforeCreateDirectoryFolder This function will perform some functionality before the creation process of a Directory Folder.
OnBeforeDeleteDirectoryFolder This function will perform some functionality before the deletion process of a Directory Folder.
OnBeforeDeleteDocument This function will perform some functionality before the deletion process of a Document.
OnClickThroughToDoc This function will perform some functionality during the click through of a particular document and then perform a Redirect or return Null.
OnOpenFolder 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