| java.lang.Object org.emforge.jbpm.TaskCollection
TaskCollection | public class TaskCollection implements List<TaskTO>(Code) | | His collection is required for lazy initialization of Tasks
Since converting of ProcessInstance to TaskTO not so fast operation
but we sometimes need to have collection of Tasks, but - not whole tasks are really used
we implementing this lazy-conversion List - ProcessInstance converted into task only then it is required
|
clear | public void clear()(Code) | | |
isEmpty | public boolean isEmpty()(Code) | | |
toArray | public T[] toArray(T[] i_a)(Code) | | |
|
|