com.ibm.workplace.wcm.api
Interface VirtualPortalContext


public interface VirtualPortalContext

The target Virtual Portal to scope the execution of a VirtualPortalScopedAction.

Since:
8.0.0.1

Method Summary
 java.lang.String getVirtualPortalContextPath()
          Retrieve the context path associated with the Virtual Portal represented by this context
 java.lang.String getVirtualPortalHostName()
          Retrieve the host name for the Virtual Portal represented by this context
 ObjectID getVirtualPortalID()
          The ObjectID of the target Virtual Portal of this context
 

Method Detail

getVirtualPortalID

ObjectID getVirtualPortalID()
The ObjectID of the target Virtual Portal of this context

Returns:
ObjectID of the target Virtual portal

getVirtualPortalContextPath

java.lang.String getVirtualPortalContextPath()
Retrieve the context path associated with the Virtual Portal represented by this context

Returns:
String Virtual Portal context

getVirtualPortalHostName

java.lang.String getVirtualPortalHostName()
Retrieve the host name for the Virtual Portal represented by this context

Returns:
String Virtual Portal host name