Package org.flowable.engine.dynamic
Interface PropertiesParser
-
- All Known Implementing Classes:
BasePropertiesParser,DefaultPropertiesParser,ScriptTaskPropertiesParser,UserTaskPropertiesParser
public interface PropertiesParserCreated by Pardo David on 5/12/2016.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.fasterxml.jackson.databind.node.ObjectNodeparseElement(org.flowable.bpmn.model.FlowElement flowElement, com.fasterxml.jackson.databind.node.ObjectNode flowElementNode, com.fasterxml.jackson.databind.ObjectMapper mapper)booleansupports(org.flowable.bpmn.model.FlowElement flowElement)
-
-
-
Method Detail
-
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)
-
-