|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.msponer.android.yac.marshaller.MobileResourceMarshaller
public class MobileResourceMarshaller
Class is based on org.yawlfoundation.yawl.resourcing.rsInterface.ResourceMarshaller with minor modifications due to mobile usage.
Constructor Summary | |
---|---|
MobileResourceMarshaller()
Instantiates a new mobile resource marshaller. |
Method Summary | |
---|---|
String |
marshallParticipants(Set<org.yawlfoundation.yawl.resourcing.resource.Participant> set)
Marshall participants. |
String |
marshallWorkItemRecords(List<org.yawlfoundation.yawl.engine.interfce.WorkItemRecord> list)
Marshall work item records. |
String |
marshallWorkItemRecords(Set<org.yawlfoundation.yawl.engine.interfce.WorkItemRecord> set)
Marshall work item records. |
Set<org.yawlfoundation.yawl.resourcing.resource.Participant> |
unmarshallParticipants(String xml)
Unmarshall participants. |
org.yawlfoundation.yawl.engine.interfce.WorkItemRecord |
unmarshallWorkItemRecord(String xml)
Unmarshall work item record. |
Set<org.yawlfoundation.yawl.engine.interfce.WorkItemRecord> |
unmarshallWorkItemRecords(String xml)
Unmarshall work item records. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MobileResourceMarshaller()
Method Detail |
---|
public String marshallParticipants(Set<org.yawlfoundation.yawl.resourcing.resource.Participant> set)
set
- the set
public Set<org.yawlfoundation.yawl.resourcing.resource.Participant> unmarshallParticipants(String xml)
xml
- the xml
public String marshallWorkItemRecords(Set<org.yawlfoundation.yawl.engine.interfce.WorkItemRecord> set)
set
- the set
public String marshallWorkItemRecords(List<org.yawlfoundation.yawl.engine.interfce.WorkItemRecord> list)
list
- the list
public Set<org.yawlfoundation.yawl.engine.interfce.WorkItemRecord> unmarshallWorkItemRecords(String xml)
xml
- the xml
public org.yawlfoundation.yawl.engine.interfce.WorkItemRecord unmarshallWorkItemRecord(String xml) throws IOException
xml
- the xml
IOException
- Signals that an I/O exception has occurred.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |