com.ibm.ccd.ui.dataobjects.workflow
Class WorkflowXMLParser

java.lang.Object
  extended by com.ibm.ccd.ui.dataobjects.workflow.WorkflowXMLParser

public class WorkflowXMLParser
extends java.lang.Object

WorkflowXMLParser class Parses all the xmls received WPC Response


Constructor Summary
WorkflowXMLParser()
           
 
Method Summary
static java.util.List getBusinessProcessNamesList(org.w3c.dom.Element collAreaListElement)
          Getting the business processnames list
static java.util.Map getItemsMap(org.w3c.dom.Element element)
          Getting items map
static Workflow getStepsList(org.w3c.dom.Element bodyElement)
          Getting the steps list
static java.util.List getUserRolesList(org.w3c.dom.Element[] element)
          Getting extracting the user roles list
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowXMLParser

public WorkflowXMLParser()
Method Detail

getUserRolesList

public static java.util.List getUserRolesList(org.w3c.dom.Element[] element)
Getting extracting the user roles list

Parameters:
element -
Returns:
list

getBusinessProcessNamesList

public static java.util.List getBusinessProcessNamesList(org.w3c.dom.Element collAreaListElement)
Getting the business processnames list

Parameters:
collAreaListElement -
Returns:
list

getStepsList

public static Workflow getStepsList(org.w3c.dom.Element bodyElement)
Getting the steps list

Parameters:
bodyElement -
Returns:
workflow

getItemsMap

public static java.util.Map getItemsMap(org.w3c.dom.Element element)
Getting items map

Parameters:
element -
Returns:
map