public class BpmPlatformXmlParse extends DeploymentMetadataParse
Parse implementation for parsing the BpmPlatformXml
Modifier and Type | Field and Description |
---|---|
protected BpmPlatformXml |
bpmPlatformXml
the parsed
BpmPlatformXml |
errors, name, parser, rootElement, schemaResource, streamSource, warnings
Constructor and Description |
---|
BpmPlatformXmlParse(Parser parser) |
Modifier and Type | Method and Description |
---|---|
BpmPlatformXmlParse |
execute() |
BpmPlatformXml |
getBpmPlatformXml() |
protected void |
parseJobAcquisition(Element element,
List<JobAcquisitionXml> jobAcquisitions)
parse a
<job-acquisition .../> element and add it to the
list of parsed elements |
protected void |
parseJobExecutor(Element element,
JobExecutorXmlImpl jobExecutorXml)
parse a
<job-executor .../> element and add it to the list of parsed elements |
protected void |
parseRootElement()
We know this is a
<bpm-platform ../> element |
BpmPlatformXmlParse |
sourceUrl(URL url) |
parseProcessEngine, parseProcessEnginePlugin, parseProcessEnginePlugins, parseProperties
addError, addError, addWarning, addWarning, getProblems, getRootElement, hasErrors, hasWarnings, logWarnings, name, setSchemaResource, setStreamSource, sourceInputStream, sourceResource, sourceResource, sourceString, sourceUrl, throwExceptionForErrors
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning
protected BpmPlatformXml bpmPlatformXml
BpmPlatformXml
public BpmPlatformXmlParse(Parser parser)
public BpmPlatformXmlParse execute()
execute
in class DeploymentMetadataParse
protected void parseRootElement()
<bpm-platform ../>
elementparseRootElement
in class DeploymentMetadataParse
protected void parseJobExecutor(Element element, JobExecutorXmlImpl jobExecutorXml)
<job-executor .../>
element and add it to the list of parsed elementsprotected void parseJobAcquisition(Element element, List<JobAcquisitionXml> jobAcquisitions)
<job-acquisition .../>
element and add it to the
list of parsed elementspublic BpmPlatformXml getBpmPlatformXml()
public BpmPlatformXmlParse sourceUrl(URL url)
Copyright © 2015. All rights reserved.