|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
common superclass for TaskInstance
s and
SwimlaneInstance
s used by
the AssignmentHandler
interface.
Method Summary | |
void |
setActorId(java.lang.String actorId)
sets the responsible for this assignable object. |
void |
setPooledActors(java.lang.String[] pooledActors)
sets the resource pool for this assignable as a set of PooledActor s. |
Method Detail |
public void setActorId(java.lang.String actorId)
public void setPooledActors(java.lang.String[] pooledActors)
PooledActor
s.
Use this method to offer the task to a group of users. Each user in the group
can then take the task by calling the setActorId(String)
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |