com.bea.portal.tools.portal.community
Class CommunitiesID

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.portal.community.CommunitiesID
All Implemented Interfaces
Serializable

public class CommunitiesID
extends com.bea.portal.tools.resource.framework.TaggedResourceID

Identifies a collection of community resources.

See Also
Serialized Form

Constructor Summary
CommunitiesID(CommunitiesIDBuilder builder)
          Constructor.
CommunitiesID(String resourceURN)
          Constructor.
 
Method Summary
 PortalID getPortalID()
          Get the PortalID
 PortalPath getPortalPath()
           
 String getWebApplicationName()
           
protected  void setResourcePathTags(boolean canonicalResourceURN, com.bea.portal.tools.resource.framework.TaggedResourceID.TagMap tags)
           
 
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

CommunitiesID

public CommunitiesID(String resourceURN)
Constructor.

Parameters
resourceURN - the URN of the referrent resource

CommunitiesID

public CommunitiesID(CommunitiesIDBuilder builder)
Constructor.

Parameters
builder - the CommunitiesIDBuilder
Method Detail

getPortalID

public PortalID getPortalID()
Get the PortalID

Returns
the PortalID

getPortalPath

public PortalPath getPortalPath()

setResourcePathTags

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

getWebApplicationName

public String getWebApplicationName()


Copyright © 2011, Oracle. All rights reserved.