Interface BpmnParseHandler


public interface BpmnParseHandler
Allows to hook into the parsing of one or more elements during the parsing of a BPMN 2.0 process. For more details, see the userguide section on bpmn parse handlers. Instances of this class can be injected into the ProcessEngineConfigurationImpl. The handler will then be called whenever a BPMN 2.0 element is parsed that matches the types returned by the getHandledTypes() method.
Author:
Joram Barrez
See Also:
  • AbstractBpmnParseHandler