com.ibm.workplace.wcm.api
Interface VirtualPortalScopedAction


public interface VirtualPortalScopedAction

A computation to be performed with the scope of a specific virtual portal. The computation is performed by invoking Repository.executeInVP(VirtualPortalContext, VirtualPortalScopedAction).

Since:
8.0.0.1

Method Summary
 void run()
          Performs the computation.
 

Method Detail

run

void run()
         throws WCMException
Performs the computation. This method will be called by AccessController.doPrivileged after enabling privileges.

Throws:
WCMException