Daisy Open Source CMS

org.outerj.daisy.workflow
Class WfListHelper

java.lang.Object
  extended by org.outerj.daisy.workflow.WfListHelper

public class WfListHelper
extends Object


Constructor Summary
WfListHelper()
           
 
Method Summary
static org.outerx.daisy.x10Workflow.PoolsDocument getPoolsAsXml(List<WfPool> pools)
          Gets the XML representation of all the items in the list.
static org.outerx.daisy.x10Workflow.ProcessDefinitionsDocument getProcessDefinitionsAsXml(List<WfProcessDefinition> processDefinitions)
          Gets the XML representation of all the items in the list.
static org.outerx.daisy.x10Workflow.ProcessesDocument getProcessesAsXml(List<WfProcessInstance> processes)
           
static org.outerx.daisy.x10Workflow.ProcessInstanceCountsDocument getProcessInstanceCountsAsXml(Map<String,Integer> counts)
           
static org.outerx.daisy.x10Workflow.TasksDocument getTasksAsXml(List<WfTask> tasks)
          Gets the XML representation of all the items in the list.
static org.outerx.daisy.x10Workflow.TimersDocument getTimersAsXml(List<WfTimer> timers)
           
static org.outerx.daisy.x10Workflow.UsersDocument getUserIdsAsXml(List<Long> userIdsList)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WfListHelper

public WfListHelper()
Method Detail

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)

Daisy Open Source CMS