Class FileToBPMNConverter

    • Constructor Detail

      • FileToBPMNConverter

        public FileToBPMNConverter()
    • Method Detail

      • getPathFileOutput

        public String getPathFileOutput()
      • setPathFileOutput

        public void setPathFileOutput​(String pathFileOutput)
      • convertBack

        public File 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<File,​org.camunda.bpm.model.bpmn.BpmnModelInstance>
        Parameters:
        target - object to be converted
        Returns:
        a converted object