|
Copyright © 2006 BEA Systems, Inc. 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<WorkflowID>
com.bea.portal.tools.content.workflow.WorkflowIDBuilder
public class WorkflowIDBuilder
Builds and parses WorkflowID 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 | |
|---|---|
WorkflowIDBuilder()
Constructor. |
|
| Method Summary | |
|---|---|
WorkflowID |
createResourceID()
Create the WorkflowID. |
RepositoryID |
getRepositoryID()
Get the RepositoryID of the repository. |
String |
getWorkflowName()
Get the name of the workflow. |
WorkflowIDBuilder |
parseResourceURN(String resourceURN)
Parse the given URN. |
WorkflowIDBuilder |
setRepositoryID(RepositoryID repositoryID)
Change the RepositoryID of the repository. |
WorkflowIDBuilder |
setWorkflowName(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, setResourceType, setResourceURN, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WorkflowIDBuilder()
| Method Detail |
|---|
public WorkflowIDBuilder parseResourceURN(String resourceURN)
parseResourceURN in class com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<WorkflowID>resourceURN - the URN of the referrent resource
TaggedResourceIDBuilderpublic RepositoryID getRepositoryID()
RepositoryID of the repository.
RepositoryID of the repositorypublic WorkflowIDBuilder setRepositoryID(RepositoryID repositoryID)
RepositoryID of the repository.
repositoryID - the RepositoryID of the repository
WorkflowIDBuilderpublic String getWorkflowName()
public WorkflowIDBuilder setWorkflowName(String name)
name - the name of the workflow
WorkflowIDBuilderpublic WorkflowID createResourceID()
WorkflowID.
createResourceID in class ResourceIDBuilder<WorkflowID>WorkflowID
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||