Plumtree PEIs  
 

IObjectActions Methods

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

Public Instance Methods

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

More info on ABO Jobs and when this PEI is called:
When the user deletes an Admin Folder (including Community folders), 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 OnDeleteAdminFolder PEI is called, if he decides to have it done later by a Job, the OnBeforeCreateABOJob and OnAfterCreateABOJob PEIs are called.
OnBeforeCopyAdminFolder This function will perform some functionality before an Admin Folder is copied.
OnBeforeCopyObject This function will perform some functionality before an Object is copied from a folder to another.
OnBeforeCreateABOJob This function will perform some functionality before an ABO Job is created to delete an Object.

More info on ABO Jobs and when this PEI is called:
When the user deletes an Admin Folder (including Community folders), 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 OnDeleteAdminFolder PEI is called, if he decides to have it done later by a Job, the OnBeforeCreateABOJob and OnAfterCreateABOJob PEIs are called.
OnBeforeCreateAdminFolder This function will perform some functionality before the creation process of a Admin Folder
OnBeforeDeleteAdminFolder This function will perform some functionality before the deletion process of a Admin Folder.
OnBeforeDeleteObject This function will perform some functionality before the deletion process of a set of objects.
OnBeforeMigrateObject This function will perform some functionality during the Migration process of a set of objects.
OnBeforeMoveObject This function will perform some functionality or validation before the move process of a object.

See Also

IObjectActions Interface | com.plumtree.portalpages.pei Namespace