{ } }
Tree PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD com.ibm.workplace.wcm.api
Interface VirtualPortalContext
public interface VirtualPortalContextThe 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 contextjava.lang.String getVirtualPortalHostName()
Retrieve the host name for the Virtual Portal represented by this contextObjectID 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
Tree PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD