Interface PropertiesParser

All Known Implementing Classes:
BasePropertiesParser, DefaultPropertiesParser, ScriptTaskPropertiesParser, UserTaskPropertiesParser

public interface PropertiesParser
Created by Pardo David on 5/12/2016.
  • Method Summary

    Modifier and Type
    Method
    Description
    tools.jackson.databind.node.ObjectNode
    parseElement(org.flowable.bpmn.model.FlowElement flowElement, tools.jackson.databind.node.ObjectNode flowElementNode, tools.jackson.databind.ObjectMapper mapper)
     
    boolean
    supports(org.flowable.bpmn.model.FlowElement flowElement)
     
  • Method Details

    • parseElement

      tools.jackson.databind.node.ObjectNode parseElement(org.flowable.bpmn.model.FlowElement flowElement, tools.jackson.databind.node.ObjectNode flowElementNode, tools.jackson.databind.ObjectMapper mapper)
    • supports

      boolean supports(org.flowable.bpmn.model.FlowElement flowElement)