Class BpmnPersistence
- java.lang.Object
-
- org.uberfire.ext.wires.bpmn.backend.BpmnPersistence
-
public class BpmnPersistence extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBpmnPersistence()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BpmnPersistencegetInstance()Stringmarshal(org.uberfire.ext.wires.bpmn.api.model.impl.nodes.ProcessNode process)org.uberfire.ext.wires.bpmn.api.model.impl.nodes.ProcessNodeunmarshal(String content)
-
-
-
Method Detail
-
getInstance
public static BpmnPersistence getInstance()
-
marshal
public String marshal(org.uberfire.ext.wires.bpmn.api.model.impl.nodes.ProcessNode process)
-
unmarshal
public org.uberfire.ext.wires.bpmn.api.model.impl.nodes.ProcessNode unmarshal(String content)
-
-