Uses of Class
org.flowable.engine.impl.bpmn.parser.BpmnParser
Packages that use BpmnParser
Package
Description
-
Uses of BpmnParser in org.flowable.engine.impl.bpmn.deployer
Fields in org.flowable.engine.impl.bpmn.deployer declared as BpmnParserModifier and TypeFieldDescriptionprotected BpmnParser
ParsedDeploymentBuilder.bpmnParser
protected BpmnParser
ParsedDeploymentBuilderFactory.bpmnParser
Methods in org.flowable.engine.impl.bpmn.deployer that return BpmnParserMethods in org.flowable.engine.impl.bpmn.deployer with parameters of type BpmnParserModifier and TypeMethodDescriptionvoid
ParsedDeploymentBuilderFactory.setBpmnParser
(BpmnParser bpmnParser) Constructors in org.flowable.engine.impl.bpmn.deployer with parameters of type BpmnParserModifierConstructorDescriptionParsedDeploymentBuilder
(EngineDeployment deployment, BpmnParser bpmnParser, Map<String, Object> deploymentSettings) -
Uses of BpmnParser in org.flowable.engine.impl.bpmn.parser
Constructors in org.flowable.engine.impl.bpmn.parser with parameters of type BpmnParserModifierConstructorDescriptionBpmnParse
(BpmnParser parser) Constructor to be called by theBpmnParser
. -
Uses of BpmnParser in org.flowable.engine.impl.cfg
Fields in org.flowable.engine.impl.cfg declared as BpmnParserMethods in org.flowable.engine.impl.cfg that return BpmnParserMethods in org.flowable.engine.impl.cfg with parameters of type BpmnParserModifier and TypeMethodDescriptionBpmnParseFactory.createBpmnParse
(BpmnParser bpmnParser) DefaultBpmnParseFactory.createBpmnParse
(BpmnParser bpmnParser) ProcessEngineConfigurationImpl.setBpmnParser
(BpmnParser bpmnParser)