org.outerj.daisy.workflow
Class WfListHelper
java.lang.Object
org.outerj.daisy.workflow.WfListHelper
public class WfListHelper
- extends Object
WfListHelper
public WfListHelper()
getProcessDefinitionsAsXml
public static org.outerx.daisy.x10Workflow.ProcessDefinitionsDocument getProcessDefinitionsAsXml(List<WfProcessDefinition> processDefinitions)
- Gets the XML representation of all the items in the list.
getTasksAsXml
public static org.outerx.daisy.x10Workflow.TasksDocument getTasksAsXml(List<WfTask> tasks)
- Gets the XML representation of all the items in the list.
getProcessesAsXml
public static org.outerx.daisy.x10Workflow.ProcessesDocument getProcessesAsXml(List<WfProcessInstance> processes)
getTimersAsXml
public static org.outerx.daisy.x10Workflow.TimersDocument getTimersAsXml(List<WfTimer> timers)
getPoolsAsXml
public static org.outerx.daisy.x10Workflow.PoolsDocument getPoolsAsXml(List<WfPool> pools)
- Gets the XML representation of all the items in the list.
getUserIdsAsXml
public static org.outerx.daisy.x10Workflow.UsersDocument getUserIdsAsXml(List<Long> userIdsList)
getProcessInstanceCountsAsXml
public static org.outerx.daisy.x10Workflow.ProcessInstanceCountsDocument getProcessInstanceCountsAsXml(Map<String,Integer> counts)