|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.portal.tools.resource.ResourceIDBuilder<T>
com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<TypeID>
com.bea.portal.tools.content.type.TypeIDBuilder
public class TypeIDBuilder
Builds and parses TypeID 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 | |
|---|---|
TypeIDBuilder()
Constructor. |
|
| Method Summary | |
|---|---|
TypeID |
createResourceID()
Create the TypeID. |
RepositoryID |
getRepositoryID()
Deprecated use getRepositoryInTypeModeID() |
RepositoryInTypeModeID |
getRepositoryInTypeModeID()
Get the RepositoryInTypeModeID of the repository. |
String |
getTypeName()
Get the name of the workflow. |
TypeIDBuilder |
parseResourceURN(String resourceURN)
Parse the given URN. |
TypeIDBuilder |
setRepositoryID(RepositoryID repositoryID)
Deprecated use setRepositoryInTypeModeID(RepositoryInTypeModeID) |
TypeIDBuilder |
setRepositoryInTypeModeID(RepositoryInTypeModeID repositoryInTypeModeID)
Change the RepositoryInTypeModeID of the repository. |
TypeIDBuilder |
setTypeName(String name)
Change the name of the workflow. |
| 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 TypeIDBuilder()
| Method Detail |
|---|
public TypeIDBuilder parseResourceURN(String resourceURN)
parseResourceURN in class com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<TypeID>resourceURN - the URN of the referrent resource
TaggedResourceIDBuilderpublic RepositoryID getRepositoryID()
getRepositoryInTypeModeID()
RepositoryID of the repository.
RepositoryID of the repositorypublic RepositoryInTypeModeID getRepositoryInTypeModeID()
RepositoryInTypeModeID of the repository.
RepositoryInTypeModeID of the repositorypublic TypeIDBuilder setRepositoryID(RepositoryID repositoryID)
setRepositoryInTypeModeID(RepositoryInTypeModeID)
RepositoryID of the repository.
repositoryID - the RepositoryID of the repository
TypeIDBuilderpublic TypeIDBuilder setRepositoryInTypeModeID(RepositoryInTypeModeID repositoryInTypeModeID)
RepositoryInTypeModeID of the repository.
repositoryInTypeModeID - the RepositoryInTypeModeID of the repository
TypeIDBuilderpublic String getTypeName()
public TypeIDBuilder setTypeName(String name)
name - the name of the workflow
TypeIDBuilderpublic TypeID createResourceID()
TypeID.
createResourceID in class ResourceIDBuilder<TypeID>TypeID
|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||