Process API

filenet.vw.api
Class VWRole.WorkBasketReference

java.lang.Object
  extended by filenet.vw.api.VWRole.WorkBasketReference
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
VWRole

public static class VWRole.WorkBasketReference
extends java.lang.Object
implements java.io.Serializable

Use this class to retrieve information about a workbasket associated with a role.

See Also:
Serialized Form

Method Summary
 java.lang.String getQueueName()
          Gets the name of the queue associated with the workbasket for this role.
 java.lang.String getWorkBasketAuthoredName()
          Gets the name originally assigned to the workbasket associated with this role.
 java.lang.String getWorkBasketName()
          Gets the current name of the workbasket associated with this role.
 java.lang.String toString()
          Gets a String version of the workbasket description.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getQueueName

public java.lang.String getQueueName()
Gets the name of the queue associated with the workbasket for this role.

Returns:
A String containing the name of the queue.

getWorkBasketName

public java.lang.String getWorkBasketName()
                                   throws VWException
Gets the current name of the workbasket associated with this role.

Returns:
A String containing the current name of the workbasket.
Throws:
VWException

getWorkBasketAuthoredName

public java.lang.String getWorkBasketAuthoredName()
Gets the name originally assigned to the workbasket associated with this role.

Returns:
A String containing the original name of the workbasket.

toString

public java.lang.String toString()
Gets a String version of the workbasket description.

Overrides:
toString in class java.lang.Object
Returns:
A String containing the description of the workbasket.

Process API

© Copyright IBM Corporation 2002, 2008. All rights reserved.