|
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.WorkflowConfiguration
This class represents Workflow Configuration associated with an operation (for example, COPY, MOVE etc).
| Constructor Summary | |
WorkflowConfiguration()Default Constructor |
|
| Method Summary | |
java.lang.String |
getDescription()Gets the description. |
java.lang.String |
getName()Gets the name of workflow configuration. |
java.lang.String |
getOperation()Gets the operation (for example, COPY, MOVE etc) for which the workflow is assigned to. |
FilesWorkflow |
getWorkflow()Gets the workflow details. |
boolean |
isBypass()Gets whether the workflow should be bypassed if the operation is started by the approver(The user(s) who either accepts or rejects the operation). |
boolean |
isTriggered()Gets the trigger value 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 |
| Constructor Detail |
public WorkflowConfiguration()
| Method Detail |
public boolean isTriggered()
public boolean isBypass()
public java.lang.String getDescription()
public java.lang.String getName()
public java.lang.String getOperation()
public FilesWorkflow getWorkflow()
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||