[jbpm-dev] [Design of JBoss jBPM] - Re: task component interface comments

tom.baeyens@jboss.com do-not-reply at jboss.com
Mon Dec 8 11:14:17 EST 2008


good idea, but i still like the setters more.  as the setters can also be used in the normal way:

Task task = taskService.newTask();
  | task.setName();
  | task.setDueDate(someDay);
  | task.setAssignee("johndoe");
  | task.save();

that would be harder with the 'withXxx' methods

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195094#4195094

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195094



More information about the jbpm-dev mailing list