© 2005 BEA Systems, Inc.

com.bea.portal.model
Interface ResourceIdentifier

All Superinterfaces:
Identifier, PortalScopedObject, Serializable
All Known Subinterfaces:
LayoutIdentifier, NamedResourceIdentifier, PageIdentifier, PlaceholderIdentifier, PortalIdentifier, PortletIdentifier, SkinIdentifier

public interface ResourceIdentifier
extends PortalScopedObject, Identifier

Interface ResourceIdentifier is used to uniquely identify a resource within the portal framework.


Method Summary
 int getResourceType()
          Returns a constant representing the resource type.
 
Methods inherited from interface com.bea.portal.model.PortalScopedObject
getPortalIdentifier
 
Methods inherited from interface com.bea.portal.model.Identifier
getId
 

Method Detail

getResourceType

public int getResourceType()
Returns a constant representing the resource type.

Returns:
resource type.

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved