parseProcessDefinitions(InputSource toParse) Parses the input that describe process definitions and converts it
into a list of
ProcessDefinitionProcessDefinition .
Parameters: toParse - the input that describes the process definition as XPDL.
Parses the input that describe process definitions and converts it
into a list of
ProcessDefinitionProcessDefinition .
Parameters: toParse - the input that describes the process definition as XPDL. a list; the first element of this list is a list of prioritizedmessages de.danet.an.workflow.api.PrioritizedMessagePrioritizedMessage and then follows all the parsed processdefinitions. exception: ImportException - if the XPDL is not correct.