com.bea.portal.tools.resource
Class ParentedResourceID

java.lang.Object
  extended by com.bea.portal.tools.resource.ResourceID
      extended by com.bea.portal.tools.resource.framework.TaggedResourceID
          extended by com.bea.portal.tools.resource.WebAppResourceID
              extended by com.bea.portal.tools.resource.ParentedResourceID
All Implemented Interfaces
Serializable
Direct Known Subclasses:
PortalParentedResourceID

public class ParentedResourceID
extends WebAppResourceID

Represents a ResourceID for resources that have parents.

See Also
Serialized Form

Constructor Summary
protected ParentedResourceID(ParentedResourceIDBuilder builder)
          Constructor.
protected ParentedResourceID(String resourceURN)
          Constructor.
 
Method Summary
 WebAppResourceID getParentID()
           
protected  ParentedResourceIDBuilder getResourceIDBuilder()
          Get the ResourceIDBuilder.
protected  void setResourcePathTags(boolean canonicalResourceURN, com.bea.portal.tools.resource.framework.TaggedResourceID.TagMap tags)
           
 
Methods inherited from class com.bea.portal.tools.resource.WebAppResourceID
getWebApp
 
Methods inherited from class com.bea.portal.tools.resource.framework.TaggedResourceID
appendResourcePath, getTag, getTags, getTagValue
 
Methods inherited from class com.bea.portal.tools.resource.ResourceID
appendResourceTypeNamespaceURI, computeResourceURN, computeResourceURN, equals, getCanonicalResourceURN, getResourceEnvironment, getResourceType, getResourceURN, hashCode, narrow, setCanonicalResourceURN, setResourceURN, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParentedResourceID

protected ParentedResourceID(String resourceURN)
Constructor.

Parameters
resourceURN - the URN of the referrent resource

ParentedResourceID

protected ParentedResourceID(ParentedResourceIDBuilder builder)
Constructor.

Parameters
builder - the ParentedResourceID
Method Detail

getResourceIDBuilder

protected ParentedResourceIDBuilder getResourceIDBuilder()
Description copied from class: ResourceID
Get the ResourceIDBuilder.

Overrides:
getResourceIDBuilder in class WebAppResourceID
Returns
the the ResourceIDBuilder

setResourcePathTags

protected void setResourcePathTags(boolean canonicalResourceURN,
                                   com.bea.portal.tools.resource.framework.TaggedResourceID.TagMap tags)
Overrides:
setResourcePathTags in class WebAppResourceID

getParentID

public final WebAppResourceID getParentID()


Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.