|
Oracle© Collaboration Suite Workspaces Web Services API Reference 10g Release 1 (10.1.2.2) Part No. B28209-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.workspaces.ws.beans.FilesWorkflow
This class encapsulates the workflow attributes like workflow name, description and workflow parameters.
| Method Summary | |
java.lang.String |
getDescription()Gets the description of files workflow. |
long |
getId()Gets the id. |
java.lang.String |
getName()Gets the name of files workflow. |
WorkflowParameter[] |
getParameters()Gets the array of parameters. |
java.lang.String |
getType()Gets the workflow type. |
boolean |
isTriggered()Gets the trigger value for this Workflow i.e whether the Workflow is triggered (non-blocking). |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public java.lang.String getDescription()
public long getId()
public boolean isTriggered()
public java.lang.String getName()
public WorkflowParameter[] getParameters()
public java.lang.String getType()
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||