All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.ibm.workflow.api.WorkList

public interface WorkList
extends PersistentList
Version:
3.2.0.2

Method Index

 o beepOption()
Indicates whether a beep should sound when the contents of the worklist changes.
 o queryActivityInstanceNotifications()

This function/method retrieves the primary information for all activity instance notifications characterized by the specified worklist from the MQ Workflow execution server (action call).

 o queryItems()

This function/method retrieves the primary information for all items characterized by the specified worklist from the MQ Workflow execution server (action call).

 o queryProcessInstanceNotifications()

This function/method retrieves the primary information for all process instance notifications characterized by the specified worklist from the MQ Workflow execution server (action call).

 o queryWorkItems()

This function/method retrieves the primary information for all work items characterized by the specified worklist from the MQ Workflow execution server (action call).

Methods

 o beepOption
 public abstract boolean beepOption() throws FmcException
Indicates whether a beep should sound when the contents of the worklist changes.

Throws: FmcException
thrown if an API error or a communication error occurred.
 o queryActivityInstanceNotifications
 public abstract ActivityInstanceNotification[] queryActivityInstanceNotifications() throws FmcException

This function/method retrieves the primary information for all activity instance notifications characterized by the specified worklist from the MQ Workflow execution server (action call).

From the set of qualifying activity instance notifications, only those are retrieved, the user is authorized for. The user is authorized for an activity instance notification if

The primary information that is retrieved for each activity instance notification is:

Throws: FmcException
thrown if an API error or a communication error occurred.
 o queryItems
 public abstract Item[] queryItems() throws FmcException

This function/method retrieves the primary information for all items characterized by the specified worklist from the MQ Workflow execution server (action call).

From the set of qualifying items, only those are retrieved, the user is authorized for. The user is authorized for an item if

The primary information that is retrieved for each item is:

If the item is an actual work item or an activity instance notification, then additional primary information is retrieved:

Throws: FmcException
thrown if an API error or a communication error occurred.
 o queryProcessInstanceNotifications
 public abstract ProcessInstanceNotification[] queryProcessInstanceNotifications() throws FmcException

This function/method retrieves the primary information for all process instance notifications characterized by the specified worklist from the MQ Workflow execution server (action call).

From the set of qualifying process instance notifications, only those are retrieved, the user is authorized for. The user is authorized for a process instance notification if

The primary information that is retrieved for each process instance notification is:

Throws: FmcException
thrown if an API error or a communication error occurred.
 o queryWorkItems
 public abstract WorkItem[] queryWorkItems() throws FmcException

This function/method retrieves the primary information for all work items characterized by the specified worklist from the MQ Workflow execution server (action call).

From the set of qualifying work items, only those are retrieved, the user is authorized for. The user is authorized for a work item if

The primary information that is retrieved for each work item is:

Throws: FmcException
thrown if an API error or a communication error occurred.

All Packages  Class Hierarchy  This Package  Previous  Next  Index