|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.msponer.android.yac.xml.WorkItemElementEntryDeserializer
public class WorkItemElementEntryDeserializer
Work item element entry deserializer. Takes the work item's XSD and XML, processes the documents and generates a tree of work item element entries representing the data structure. Corresponding YAWL class is org.yawlfoundation.yawl.resourcing.jsf.dynform.DynFormFieldAssembler
Constructor Summary | |
---|---|
protected |
WorkItemElementEntryDeserializer()
Hidden constructor. |
Method Summary | |
---|---|
static WorkItemElementEntry |
parse(String workItemDataSchemaString,
String dataString)
Parses the XML and XSD data. |
static void |
printElementEntryList(List<WorkItemElementEntry> wiElementEntryList)
Prints the element entry list. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected WorkItemElementEntryDeserializer()
Method Detail |
---|
public static WorkItemElementEntry parse(String workItemDataSchemaString, String dataString) throws Exception
workItemDataSchemaString
- the work item data schema stringdataString
- the data string
Exception
- the exceptionpublic static void printElementEntryList(List<WorkItemElementEntry> wiElementEntryList)
wiElementEntryList
- the work item element entry list
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |