Skip navigation links


com.bea.portal.tools.portal.desktop
Class DesktopDefinitionsIDBuilder

java.lang.Object
  extended by com.bea.portal.tools.resource.ResourceIDBuilder<T>
      extended by com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<DesktopDefinitionsID>
          extended by com.bea.portal.tools.portal.desktop.DesktopDefinitionsIDBuilder

All Implemented Interfaces
Serializable, Cloneable

public final class DesktopDefinitionsIDBuilder
extends com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<DesktopDefinitionsID>

Identifies the collection of portal resource definitions.

See Also
Serialized Form

Nested Class Summary

 

Nested classes/interfaces inherited from class com.bea.portal.tools.resource.ResourceIDBuilder
ResourceIDBuilder.ParseContext

 

Field Summary

 

Fields inherited from class com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder
tags

 

Constructor Summary
DesktopDefinitionsIDBuilder()
          Constructor.

 

Method Summary
 DesktopDefinitionsID createResourceID()
          Create the DesktopDefinitionsID.
 PortalID getPortalID()
          Get the PortalID.
 PortalPath getPortalPath()
          Get the PortalPath.
 String getWebApplicationName()
          Get the name the web application that the desktop definition is associated with.
 DesktopDefinitionsIDBuilder parseResourceURN(String resourceURN)
          Parse the given URN.
 DesktopDefinitionsIDBuilder setPortalID(PortalID portalID)
          Change the PortalID
 DesktopDefinitionsIDBuilder setPortalPath(PortalPath portalPath)
          Change the PortalPath
 DesktopDefinitionsIDBuilder setWebApplicationName(String name)
          Change the name the web application that the desktop definition is associated with.

 

Methods inherited from class com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder
clone, getTag, getTags, getTagValue, getTagValue, parseResourcePath, processResourceTags, reset, setTagValue

 

Methods inherited from class com.bea.portal.tools.resource.ResourceIDBuilder
createParseContext, getExpectedResourceType, getResourceType, getResourceURN, parseResourceTypeNamespaceURI, parseResourceURN, resolveResourceType, setExpectedResourceType, setResourceType, setResourceURN, toString

 

Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

DesktopDefinitionsIDBuilder

public DesktopDefinitionsIDBuilder()
Constructor.

Method Detail

parseResourceURN

public DesktopDefinitionsIDBuilder parseResourceURN(String resourceURN)
Parse the given URN. resourceURN the URN of the referrent resource this DesktopDefinitionsIDBuilder
Overrides:
parseResourceURN in class com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<DesktopDefinitionsID>
Parameters
resourceURN - the URN of the referrent resource
Returns
this ResourceIDBuilder

getPortalID

public PortalID getPortalID()
Get the PortalID.
Returns
the PortalID

setPortalID

public DesktopDefinitionsIDBuilder setPortalID(PortalID portalID)
Change the PortalID
Parameters
portalID - the PortalID
Returns
this DesktopDefinitionsIDBuilder

getPortalPath

public PortalPath getPortalPath()
Get the PortalPath.
Returns
the PortalPath

setPortalPath

public DesktopDefinitionsIDBuilder setPortalPath(PortalPath portalPath)
Change the PortalPath
Parameters
portalPath - the PortalPath
Returns
this DesktopDefinitionsIDBuilder

getWebApplicationName

public String getWebApplicationName()
Get the name the web application that the desktop definition is associated with.
Returns
the name of the web application

setWebApplicationName

public DesktopDefinitionsIDBuilder setWebApplicationName(String name)
Change the name the web application that the desktop definition is associated with.
Parameters
name - the name of the web application that the desktop definition is associated with
Returns
this DesktopDefinitionsIDBuilder

createResourceID

public DesktopDefinitionsID createResourceID()
Create the DesktopDefinitionsID. the DesktopDefinitionsID
Overrides:
createResourceID in class ResourceIDBuilder<DesktopDefinitionsID>
Returns
the ResourceID

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.