jBPM Designer - Backend 6.0.0.CR1

org.jbpm.designer.bpmn2
Interface BpmnMarshallerHelper


public interface BpmnMarshallerHelper

A helper to marshall specific properties of the Process Designer models, to translate them into BPMN 2 constraints.


Method Summary
 void applyProperties(org.eclipse.bpmn2.BaseElement baseElement, Map<String,String> properties)
          Applies the set of properties from the json model to the BPMN 2 element.
 

Method Detail

applyProperties

void applyProperties(org.eclipse.bpmn2.BaseElement baseElement,
                     Map<String,String> properties)
Applies the set of properties from the json model to the BPMN 2 element.

Parameters:
baseElement - the base element to be customized.
properties - the set of properties extracted from the json model.

jBPM Designer - Backend 6.0.0.CR1

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