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

Part No. B28209-01


oracle.workspaces.ws.beans
Class FilesWorkflow

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


public class FilesWorkflow
extends java.lang.Object

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

getDescription

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

getId

public long getId()
Gets the id.
Returns:
id

isTriggered

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

getName

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

getParameters

public WorkflowParameter[] getParameters()
Gets the array of parameters.
Returns:
parameters

getType

public java.lang.String getType()
Gets the workflow type.
Returns:
type

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