com.genesyslab.ail
Interface WorkflowStatus


public interface WorkflowStatus

Representation of the Interaction Server status available for a multimedia history item.


Nested Class Summary
static class WorkflowStatus.Status
          This enum lists the possible statuses for multimedia history items.
 
Method Summary
 java.lang.String getQueueId()
          Returns the queue ID associated with the multimedia history item.
 WorkflowStatus.Status getStatus()
          Returns the status of the interaction in the Interaction Server.
 java.lang.String getWorkbinId()
          Returns the workbin ID associated with the multimedia history item.
 java.lang.String getWorkbinParameter()
          Returns the workbin parameters associated with the multimedia history item.
 

Method Detail

getQueueId

java.lang.String getQueueId()
Returns the queue ID associated with the multimedia history item.


getWorkbinId

java.lang.String getWorkbinId()
Returns the workbin ID associated with the multimedia history item.


getWorkbinParameter

java.lang.String getWorkbinParameter()
Returns the workbin parameters associated with the multimedia history item.


getStatus

WorkflowStatus.Status getStatus()
Returns the status of the interaction in the Interaction Server.