Uses of Class
org.flowable.engine.impl.bpmn.deployer.ParsedDeploymentBuilderFactory
Packages that use ParsedDeploymentBuilderFactory
-
Uses of ParsedDeploymentBuilderFactory in org.flowable.engine.impl.bpmn.deployer
Fields in org.flowable.engine.impl.bpmn.deployer declared as ParsedDeploymentBuilderFactoryModifier and TypeFieldDescriptionprotected ParsedDeploymentBuilderFactory
BpmnDeployer.parsedDeploymentBuilderFactory
Methods in org.flowable.engine.impl.bpmn.deployer that return ParsedDeploymentBuilderFactoryMethods in org.flowable.engine.impl.bpmn.deployer with parameters of type ParsedDeploymentBuilderFactoryModifier and TypeMethodDescriptionvoid
BpmnDeployer.setParsedDeploymentBuilderFactory
(ParsedDeploymentBuilderFactory parsedDeploymentBuilderFactory) -
Uses of ParsedDeploymentBuilderFactory in org.flowable.engine.impl.cfg
Fields in org.flowable.engine.impl.cfg declared as ParsedDeploymentBuilderFactoryModifier and TypeFieldDescriptionprotected ParsedDeploymentBuilderFactory
ProcessEngineConfigurationImpl.parsedDeploymentBuilderFactory
Methods in org.flowable.engine.impl.cfg that return ParsedDeploymentBuilderFactoryModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.getParsedDeploymentBuilderFactory()
Methods in org.flowable.engine.impl.cfg with parameters of type ParsedDeploymentBuilderFactoryModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setParsedDeploymentBuilderFactory
(ParsedDeploymentBuilderFactory parsedDeploymentBuilderFactory)