Class StringToBPMNConverter

    • Constructor Detail

      • StringToBPMNConverter

        public StringToBPMNConverter()
    • Method Detail

      • convertBack

        public String convertBack​(org.camunda.bpm.model.bpmn.BpmnModelInstance target)
        Description copied from interface: TwoWayConverter
        Converts the target object type back to the origin object type.
        Specified by:
        convertBack in interface TwoWayConverter<String,​org.camunda.bpm.model.bpmn.BpmnModelInstance>
        Parameters:
        target - object to be converted
        Returns:
        a converted object