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