setActorId(String actorId) sets the responsible for this assignable object.
public void
setPooledActors(String[] pooledActors) sets the resource pool for this assignable as a set of
PooledActor s.
Use this method to offer the task to a group of users.
sets the responsible for this assignable object.
Use this method to assign the task into a user's personal
task list.
setPooledActors
public void setPooledActors(String[] pooledActors)(Code)
sets the resource pool for this assignable as a set of
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
Assignable.setActorId(String) .