Пример #1
0
 /**
  * copies the assignment (that includes both the swimlaneActorId and the set of pooledActors) of
  * the given swimlane into this taskInstance.
  */
 public void copySwimlaneInstanceAssignment(SwimlaneInstance swimlaneInstance) {
   setSwimlaneInstance(swimlaneInstance);
   setActorId(swimlaneInstance.getActorId());
   setPooledActors(swimlaneInstance.getPooledActors());
 }