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
    com.fasterxml.jackson.databind.node.ObjectNode
    parseElement(org.flowable.bpmn.model.FlowElement flowElement, com.fasterxml.jackson.databind.node.ObjectNode flowElementNode, com.fasterxml.jackson.databind.ObjectMapper mapper)
     
    boolean
    supports(org.flowable.bpmn.model.FlowElement flowElement)
     
  • Method Details

    • parseElement

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

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