|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPortalPresentationManager
Provides a level of abstraction over the IDesktopDefinitionManager
and the IPortalDefinitionManager
. These methods are intended for Oracle internal use only.
Method Summary | |
---|---|
com.bea.netuix.application.definition.PortalResource |
getCustomizedPortalResource(CustomizationContext customizationContext, String webAppName, PortalPath portalPath, DesktopPath desktopPath) Returns a customized PortalResource object that a combination of the webAppName , PortalPath , DesktopPath and user permissions resolves to. |
com.bea.netuix.application.definition.PortalResource |
getPortalResource(CustomizationContext customizationContext, String webAppName, PortalPath portalPath, DesktopPath desktopPath) Returns a PortalResource object that a combination of the webAppName , PortalPath , DesktopPath and user permissions resolves to. |
Method Detail |
---|
com.bea.netuix.application.definition.PortalResource getPortalResource(CustomizationContext customizationContext, String webAppName, PortalPath portalPath, DesktopPath desktopPath) throws RemoteException
PortalResource
object that a combination of the webAppName
, PortalPath
, DesktopPath
and user permissions resolves to.Desktop
is returned.Desktop
does not exist, the content uri to the PortalDefinition
is returned.customizationContext
- customization informationwebAppName
- J2EE web application nameportalPath
- PortalPath
desktopPath
- DesktopPath
, can be null in which case portal resource uri will be returnedRemoteException
com.bea.netuix.application.definition.PortalResource getCustomizedPortalResource(CustomizationContext customizationContext, String webAppName, PortalPath portalPath, DesktopPath desktopPath) throws RemoteException
PortalResource
object that a combination of the webAppName
, PortalPath
, DesktopPath
and user permissions resolves to.customizationContext
- customization informationwebAppName
- J2EE web application nameportalPath
- PortalPath
desktopPath
- DesktopPath
, can be null in which case portal resource uri will be returnedRemoteException
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2010, Oracle. All rights reserved.