|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.bigbross.bossa.work.WorkManager
This class manages the generation of work item lists.
| Constructor Summary | |
WorkManager()
Creates a new empty work manager. |
|
WorkManager(Bossa engine)
Creates a new empty work manager. |
|
| Method Summary | |
List |
getActivities(Resource resource)
Returns a list of all activities in the engine that are under the responsability of the provided resource. |
List |
getWorkItems(Resource resource)
Returns a list of all work items in the engine that can be opened by the provided resource. |
List |
getWorkItems(Resource resource,
boolean getInitial)
Returns a list of all work items in the engine that can be opened by the provided resource, including the initial work items. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public WorkManager(Bossa engine)
engine - the bossa engine this work manager is part.public WorkManager()
| Method Detail |
public List getWorkItems(Resource resource)
resource - the resource.
public List getWorkItems(Resource resource,
boolean getInitial)
resource - the resource.getInitial - set to true to get the initial work
items and to false to only get the
standard work items.
public List getActivities(Resource resource)
resource - the resource.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||