+

Search Tips   |   Advanced Search

 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

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
 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD