Plumtree PEIs  
 

com.plumtree.portaluiinfrastructure.pei Namespace

PEI Documentation

Namespace hierarchy

Interfaces

Interface Description
INewEditObjectActions This interface was created to allow developers the ability to create functions that can be dynamically discovered by the Plumtree application for the purposes of performing some functionality when a particular object creation or modification based event occurs.

NOTE: Should this interface be implemented more than once within the Dynamic Discovery process, the implementations will be processed in the order that they are displayed within the representative XML file. All implementations will be called.

NOTE: The implementation of these particular functions should be held to a minimum and done very carefully as these functions will be called every single time that a Create, Edit and Store of a object is called and this could seriously hurt performance on the Administration or Portal Servers.

NOTE: In the case where multiple implementations return a String object, all the valid Strings (not null and not empty) will be appended together (separated by a blank space) and the final String will be the error message displayed on the page.