com.genesyslab.ail.workflow
Interface WorkbinManager


public interface WorkbinManager

The manager of Workbins for a place.

See Also:
Place.getWorkbinManager()

Method Summary
 Queue getQueue(java.lang.String _name)
          Returns the queue with this name.
 java.util.Collection getQueues()
          Returns all the queues as Strings.
 Workbin getWorkbin(java.lang.String _name)
          Returns the workbin with this name.
 java.util.Collection getWorkbins()
          Returns all the defined workbins in a Collection.
 

Method Detail

getWorkbin

Workbin getWorkbin(java.lang.String _name)
Returns the workbin with this name.

Returns:
a Workbin, or null if there is no workbin with this name

getWorkbins

java.util.Collection getWorkbins()
Returns all the defined workbins in a Collection. Workbins are defined in the Configuration Layer.

Returns:
a Collection of Workbins.

getQueues

java.util.Collection getQueues()
Returns all the queues as Strings. Queues are defined in the Configuration Layer.

Returns:
a Collection of String

getQueue

Queue getQueue(java.lang.String _name)
Returns the queue with this name.

Returns:
a Queue, or null if there is no queue with this name