|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
assigns TaskInstance
s or
SwimlaneInstance
s to
actors.
Method Summary | |
void |
assign(Assignable assignable,
ExecutionContext executionContext)
assigns the assignable (= TaskInstance or
a SwimlaneInstance to an swimlaneActorId or
a set of PooledActor s. |
Method Detail |
public void assign(Assignable assignable, ExecutionContext executionContext) throws java.lang.Exception
TaskInstance
or
a SwimlaneInstance
to an swimlaneActorId or
a set of PooledActor
s.
The swimlaneActorId is the user that is responsible for the given task or swimlane.
The pooledActors represents a pool of actors to which the task or swimlane is
offered. Any actors from the pool can then take a TaskInstance by calling
TaskInstance.setActorId(String)
.
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |