com.bea.portal.tools.portal
Class DesktopParentedResourceID

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
                  extended by com.bea.portal.tools.portal.PortalParentedResourceID
                      extended by com.bea.portal.tools.portal.DesktopParentedResourceID
All Implemented Interfaces
Serializable
Direct Known Subclasses:
BookID, PageID, PortletID

public class DesktopParentedResourceID
extends PortalParentedResourceID

Represents a ResourceID for resources that have a desktop parent.

See Also
Serialized Form

Constructor Summary
protected DesktopParentedResourceID(DesktopParentedResourceIDBuilder builder)
          Constructor.
protected DesktopParentedResourceID(String resourceURN)
          Constructor.
 
Method Summary
 DesktopDefinitionID getDesktopDefinitionID()
           
 DesktopPath getDesktopPath()
           
protected  DesktopParentedResourceIDBuilder 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.portal.PortalParentedResourceID
getPortalID, getPortalPath
 
Methods inherited from class com.bea.portal.tools.resource.ParentedResourceID
getParentID
 
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

DesktopParentedResourceID

protected DesktopParentedResourceID(String resourceURN)
Constructor.

Parameters
resourceURN - the URN of the referrent resource

DesktopParentedResourceID

protected DesktopParentedResourceID(DesktopParentedResourceIDBuilder builder)
Constructor.

Parameters
builder - the DesktopParentedResourceID
Method Detail

getResourceIDBuilder

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

Overrides:
getResourceIDBuilder in class PortalParentedResourceID
Returns
the the ResourceIDBuilder

setResourcePathTags

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

getDesktopPath

public DesktopPath getDesktopPath()

getDesktopDefinitionID

public DesktopDefinitionID getDesktopDefinitionID()


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.