Uses of Interface
org.flowable.engine.impl.bpmn.parser.factory.XMLImporterFactory
-
Packages that use XMLImporterFactory Package Description org.flowable.engine.impl.bpmn.parser.factory org.flowable.engine.impl.cfg -
-
Uses of XMLImporterFactory in org.flowable.engine.impl.bpmn.parser.factory
Classes in org.flowable.engine.impl.bpmn.parser.factory that implement XMLImporterFactory Modifier and Type Class Description classDefaultXMLImporterFactoryDefault implementation of theXMLImporterFactory. -
Uses of XMLImporterFactory in org.flowable.engine.impl.cfg
Fields in org.flowable.engine.impl.cfg declared as XMLImporterFactory Modifier and Type Field Description protected XMLImporterFactoryProcessEngineConfigurationImpl. wsWsdlImporterFactoryMethods in org.flowable.engine.impl.cfg that return XMLImporterFactory Modifier and Type Method Description XMLImporterFactoryProcessEngineConfigurationImpl. getWsdlImporterFactory()Methods in org.flowable.engine.impl.cfg with parameters of type XMLImporterFactory Modifier and Type Method Description ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setWsdlImporterFactory(XMLImporterFactory wsWsdlImporterFactory)
-