|
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.content.virtual.workflow.WorkflowActionContext
public class WorkflowActionContext
Represents the Context for a WorkflowAction.
| Field Summary | |
|---|---|
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. |
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 Workflow workflow
| Constructor Detail |
|---|
public WorkflowActionContext(ContentContext context)
| Method Detail |
|---|
public VirtualNode getVirtualNode()
public VersionableContent getVersionableContent()
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)
property - The property to remove.public Object getProperty(String property)
property - The property key
|
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.