Class BpmPlatformXmlParse
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.camunda.bpm.engine.impl.util.xml.Parse
org.camunda.bpm.container.impl.metadata.DeploymentMetadataParse
org.camunda.bpm.container.impl.metadata.BpmPlatformXmlParse
- All Implemented Interfaces:
ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
Parse implementation for parsing the BpmPlatformXml
- Author:
- Daniel Meyer
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.impl.util.xml.Parse
errors, JAXP_ACCESS_EXTERNAL_SCHEMA, JAXP_ACCESS_EXTERNAL_SCHEMA_ALL, JAXP_ACCESS_EXTERNAL_SCHEMA_SYSTEM_PROPERTY, JAXP_SCHEMA_LANGUAGE, JAXP_SCHEMA_SOURCE, name, parser, rootElement, schemaResource, streamSource, W3C_XML_SCHEMA, warnings
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionexecute()
protected void
parseJobAcquisition
(Element element, List<JobAcquisitionXml> jobAcquisitions) parse a<job-acquisition .../>
element and add it to the list of parsed elementsprotected void
parseJobExecutor
(Element element, JobExecutorXmlImpl jobExecutorXml) parse a<job-executor .../>
element and add it to the list of parsed elementsprotected void
We know this is a<bpm-platform ../>
elementMethods inherited from class org.camunda.bpm.container.impl.metadata.DeploymentMetadataParse
parseProcessEngine, parseProcessEnginePlugin, parseProcessEnginePlugins, parseProperties
Methods inherited from class org.camunda.bpm.engine.impl.util.xml.Parse
addError, addError, addError, addError, addError, addWarning, addWarning, addWarning, getProblems, getRootElement, hasErrors, hasWarnings, logWarnings, name, resolveAccessExternalSchemaProperty, setSchemaResource, setStreamSource, sourceInputStream, sourceResource, sourceResource, sourceString, sourceUrl, throwExceptionForErrors
Methods inherited from class org.xml.sax.helpers.DefaultHandler
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.xml.sax.ContentHandler
declaration
-
Field Details
-
bpmPlatformXml
the parsedBpmPlatformXml
-
-
Constructor Details
-
BpmPlatformXmlParse
-
-
Method Details
-
execute
- Overrides:
execute
in classDeploymentMetadataParse
-
parseRootElement
protected void parseRootElement()We know this is a<bpm-platform ../>
element- Specified by:
parseRootElement
in classDeploymentMetadataParse
-
parseJobExecutor
parse a<job-executor .../>
element and add it to the list of parsed elements -
parseJobAcquisition
parse a<job-acquisition .../>
element and add it to the list of parsed elements -
getBpmPlatformXml
-
sourceUrl
-