jBPM Designer - Backend 6.0.3-SNAPSHOT

org.jbpm.designer.web.profile
Interface IDiagramProfile.IDiagramMarshaller

Enclosing interface:
IDiagramProfile

public static interface IDiagramProfile.IDiagramMarshaller

Parser to produce the final model to be saved.


Method Summary
 org.eclipse.bpmn2.Definitions getDefinitions(String jsonModel, String preProcessingData)
           
 org.eclipse.emf.ecore.resource.Resource getResource(String jsonModel, String preProcessingData)
           
 String parseModel(String jsonModel, String preProcessingData)
           
 

Method Detail

parseModel

String parseModel(String jsonModel,
                  String preProcessingData)
                  throws Exception
Parameters:
jsonModel - the model
Returns:
the string representation of the serialized model.
Throws:
Exception

getDefinitions

org.eclipse.bpmn2.Definitions getDefinitions(String jsonModel,
                                             String preProcessingData)
                                             throws Exception
Throws:
Exception

getResource

org.eclipse.emf.ecore.resource.Resource getResource(String jsonModel,
                                                    String preProcessingData)
                                                    throws Exception
Throws:
Exception

jBPM Designer - Backend 6.0.3-SNAPSHOT

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.