|
Copyright © 2008 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.content.virtual.workflow.WorkflowActionContext
public class WorkflowActionContext
Represents the Context for a WorkflowAction.
| Field Summary | |
|---|---|
protected RepositoryManager |
repositoryManager
|
protected VersionableContent |
versionableContent
|
protected VirtualNode |
virtualNode
|
protected Workflow |
workflow
|
| Constructor Summary | |
|---|---|
WorkflowActionContext(ContentContext context)
|
|
| Method Summary | |
|---|---|
void |
addProperty(String property,
Object value)
Allow users to add a custom property to the workflow context. |
ContentContext |
getContentContext()
Return the context associated with the workflow |
Object |
getProperty(String property)
Gets the property form the user properties. |
RepositoryManager |
getRepositoryManager()
|
VersionableContent |
getVersionableContent()
|
VirtualNode |
getVirtualNode()
|
Workflow |
getWorkflow()
|
void |
removeProperty(String property)
Removes the property from the user properties. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected VirtualNode virtualNode
protected VersionableContent versionableContent
protected RepositoryManager repositoryManager
protected Workflow workflow
| Constructor Detail |
|---|
public WorkflowActionContext(ContentContext context)
| Method Detail |
|---|
public VirtualNode getVirtualNode()
public VersionableContent getVersionableContent()
public RepositoryManager getRepositoryManager()
public Workflow getWorkflow()
public ContentContext getContentContext()
public void addProperty(String property,
Object value)
property - The property namevalue - The value of the property. If value is not serializable, the method will throw
an IllegalArgumentExceptionpublic void removeProperty(String property)
public Object getProperty(String property)
|
Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||