|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.msponer.android.yac.marshaller.MobileMarshaller
public class MobileMarshaller
Class is based on org.yawlfoundation.yawl.engine.interfce.Marshaller with minor modifications due to mobile usage.
Constructor Summary | |
---|---|
protected |
MobileMarshaller()
Instantiates a new mobile marshaller. |
Method Summary | |
---|---|
static org.yawlfoundation.yawl.engine.interfce.WorkItemRecord |
unmarshalWorkItem(org.jdom.Element workItemElement)
Unmarshal work item. |
static org.yawlfoundation.yawl.engine.interfce.WorkItemRecord |
unmarshalWorkItem(String workItemXML)
Unmarshal a work item. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected MobileMarshaller()
Method Detail |
---|
public static org.yawlfoundation.yawl.engine.interfce.WorkItemRecord unmarshalWorkItem(String workItemXML)
workItemXML
- the work item xml
public static org.yawlfoundation.yawl.engine.interfce.WorkItemRecord unmarshalWorkItem(org.jdom.Element workItemElement)
workItemElement
- the work item element
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |