|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.bea.portal.tools.resource.ResourceIDBuilder<T>
com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<NodeID>
com.bea.portal.tools.content.NodeIDBuilder
public final class NodeIDBuilder
Builds and parses NodeID instances.
| 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 | |
|---|---|
NodeIDBuilder()Constructor. |
|
| Method Summary | |
|---|---|
NodeID |
createResourceID()Create the NodeID. |
NodePath |
getNodePath()Get the path of the node. |
String |
getRepositoryName()Get the repository of the content node. |
String |
getUUID()Get the repository unique identifier of the content node. |
NodeIDBuilder |
parseResourceURN(String resourceURN)Parse the given URN. |
NodeIDBuilder |
setNodePath(NodePath nodePath)Change the path of the node. |
NodeIDBuilder |
setNodePath(String path)Change the path of the node. |
NodeIDBuilder |
setRepositoryID(RepositoryID repositoryID) |
NodeIDBuilder |
setRepositoryName(String repoCanonicalURN)Deprecated use setRepositoryID(RepositoryID) |
NodeIDBuilder |
setUUID(String uuid)Change the repository unique identifier of the content node. |
| 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 |
|---|
public NodeIDBuilder()
| Method Detail |
|---|
public NodeIDBuilder parseResourceURN(String resourceURN)
parseResourceURN in class com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<NodeID>resourceURN - the URN of the referrent resourceTaggedResourceIDBuilderpublic String getRepositoryName()
public NodeIDBuilder setRepositoryName(String repoCanonicalURN)
setRepositoryID(RepositoryID)repository - the canonical resource URN of the repository of the content nodeNodeIDBuilderpublic NodeIDBuilder setRepositoryID(RepositoryID repositoryID)
public String getUUID()
public NodeIDBuilder setUUID(String uuid)
uuid - the repository unique identifier of the content nodeNodeIDBuilderpublic NodePath getNodePath()
public NodeIDBuilder setNodePath(String path)
path - the path of the nodeNodeIDBuilderpublic NodeIDBuilder setNodePath(NodePath nodePath)
nodePath - the path of the nodeNodeIDBuilderpublic NodeID createResourceID()
NodeID.createResourceID in class ResourceIDBuilder<NodeID>NodeID
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2010, Oracle. All rights reserved.