com.genesyslab.ail.workflow
Interface Queue

All Superinterfaces:
IdObject

public interface Queue
extends IdObject

A queue that contains multimedia interactions. Queues are defined in the Configuration Layer.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.genesyslab.ail.IdObject
IdObject.ObjectType
 
Method Summary
 java.util.Map getAnnex()
          Returns the annex of this view, as defined in the Configuration Layer.
 java.lang.String getDescription()
          Returns the description of this queue.
 java.lang.String getDisplayName()
          Returns the display name of this queue.
 java.lang.String getId()
          Returns the name of this queue.
 
Methods inherited from interface com.genesyslab.ail.IdObject
getObjectType
 

Method Detail

getId

java.lang.String getId()
Returns the name of this queue.

Specified by:
getId in interface IdObject

getDescription

java.lang.String getDescription()
Returns the description of this queue. It is located in the annex in queue/description.


getDisplayName

java.lang.String getDisplayName()
Returns the display name of this queue. This display name should be used for GUI purposes. It is located in the annex in namespace/name.


getAnnex

java.util.Map getAnnex()
Returns the annex of this view, as defined in the Configuration Layer.