Oracle© Collaboration Suite Workspaces Web Services API Reference
10g Release 1 (10.1.2.2)

Part No. B28209-01


oracle.workspaces.ws.beans
Class WorkflowConfiguration

java.lang.Object
  extended byoracle.workspaces.ws.beans.WorkflowConfiguration


public class WorkflowConfiguration
extends java.lang.Object

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

WorkflowConfiguration

public WorkflowConfiguration()
Default Constructor

Method Detail

isTriggered

public boolean isTriggered()
Gets the trigger value i.e whether the Workflow is triggered (non-blocking)
Returns:
bypass

isBypass

public 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).
Returns:
bypass

getDescription

public java.lang.String getDescription()
Gets the description.
Returns:
description

getName

public java.lang.String getName()
Gets the name of workflow configuration.
Returns:
name

getOperation

public java.lang.String getOperation()
Gets the operation (for example, COPY, MOVE etc) for which the workflow is assigned to.
Returns:
operation

getWorkflow

public FilesWorkflow getWorkflow()
Gets the workflow details.
Returns:
workflow

Copyright © 2001, 2006, Oracle. All rights reserved.