Plumtree PEIs  
 

IDirectoryActions Interface

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 directory 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: In the case where a Redirect object is returned, the first implementation of the interface that actually returns a valid Redirect will be the one that will be processed.

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.

For a list of all members of this type, see IDirectoryActions Members.

public interface IDirectoryActions

Requirements

Namespace: com.plumtree.portalpages.pei

Assembly: portalpages (in portalpages.dll)

See Also

IDirectoryActions Members | com.plumtree.portalpages.pei Namespace