All Packages Class Hierarchy This Package Previous Next Index
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).
This function/method retrieves the primary information for all items characterized by the specified worklist from the MQ Workflow execution server (action call).
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).
This function/method retrieves the primary information for all work items characterized by the specified worklist from the MQ Workflow execution server (action call).
public abstract boolean beepOption() throws FmcException
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:
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:
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:
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:
All Packages Class Hierarchy This Package Previous Next Index