|
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<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()
Deprecated use getRepositoryInRepoModeID() |
RepositoryInRepoModeID |
getRepositoryInRepoModeID()
Get the RepositoryInRepoModeID of the repository. |
String |
getWorkflowName()
Get the name of the workflow. |
WorkflowIDBuilder |
parseResourceURN(String resourceURN)
Parse the given URN. |
WorkflowIDBuilder |
setRepositoryID(RepositoryID repositoryID)
Deprecated use setRepositoryInRepoModeID(RepositoryInRepoModeID) |
WorkflowIDBuilder |
setRepositoryInRepoModeID(RepositoryInRepoModeID repositoryID)
Change the RepositoryInRepoModeID 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, setExpectedResourceType, 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()
getRepositoryInRepoModeID()
RepositoryID of the repository.
RepositoryID of the repositorypublic RepositoryInRepoModeID getRepositoryInRepoModeID()
RepositoryInRepoModeID of the repository.
RepositoryInRepoModeID of the repositorypublic WorkflowIDBuilder setRepositoryID(RepositoryID repositoryID)
setRepositoryInRepoModeID(RepositoryInRepoModeID)
RepositoryID of the repository.
repositoryID - the RepositoryID of the repository
WorkflowIDBuilderpublic WorkflowIDBuilder setRepositoryInRepoModeID(RepositoryInRepoModeID repositoryID)
RepositoryInRepoModeID of the repository.
repositoryID - the RepositoryInRepoModeID 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 © 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 | ||||||||