© 2002 BEA Systems, Inc.


com.bea.portal.model
Interface PortalIdentifier


public interface PortalIdentifier
extends ResourceIdentifier

Interface PortalIdentifier is used to uniquely identify a Portal instance within the portal framework.


Method Summary
 java.lang.String getApplicationName()
          Returns the name of the app that this portal is deployed within.
 java.lang.String getPropertySetName()
          Returns the name of the associated property set.
 java.lang.String getWebAppName()
          Returns the name of the webApp that this portal is deployed within.
 
Methods inherited from interface com.bea.portal.model.ResourceIdentifier
getResourceType
 
Methods inherited from interface com.bea.portal.model.PortalScopedObject
getPortalIdentifier
 
Methods inherited from interface com.bea.portal.model.Identifier
getId
 

Method Detail

getApplicationName

public java.lang.String getApplicationName()
Returns the name of the app that this portal is deployed within.

Returns:
application name for this portal.

getWebAppName

public java.lang.String getWebAppName()
Returns the name of the webApp that this portal is deployed within.

Returns:
the web application name for this portal.

getPropertySetName

public java.lang.String getPropertySetName()
Returns the name of the associated property set.

Returns:
propertyset name.

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved