org.camunda.bpm.container.impl.metadata
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
public class BpmPlatformXmlParse
- extends DeploymentMetadataParse
Parse implementation for parsing the BpmPlatformXml
- Author:
- Daniel Meyer
Methods inherited from class org.camunda.bpm.engine.impl.util.xml.Parse |
addError, addError, addWarning, addWarning, getProblems, getRootElement, hasErrors, hasWarnings, logWarnings, name, 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 |
bpmPlatformXml
protected BpmPlatformXml bpmPlatformXml
- the parsed
BpmPlatformXml
BpmPlatformXmlParse
public BpmPlatformXmlParse(Parser parser)
execute
public BpmPlatformXmlParse execute()
- Overrides:
execute
in class DeploymentMetadataParse
parseRootElement
protected void parseRootElement()
- We know this is a
<bpm-platform ../>
element
- Specified by:
parseRootElement
in class DeploymentMetadataParse
parseJobExecutor
protected void parseJobExecutor(Element element,
JobExecutorXmlImpl jobExecutorXml)
- parse a
<job-executor .../>
element and add it to the list of parsed elements
parseJobAcquisition
protected void parseJobAcquisition(Element element,
List<JobAcquisitionXml> jobAcquisitions)
- parse a
<job-acquisition .../>
element and add it to the
list of parsed elements
getBpmPlatformXml
public BpmPlatformXml getBpmPlatformXml()
sourceUrl
public BpmPlatformXmlParse sourceUrl(URL url)
- Overrides:
sourceUrl
in class Parse
Copyright © 2014 camunda services GmbH. All Rights Reserved.