public class BpmPlatformXmlParse extends DeploymentMetadataParse
Parse implementation for parsing the BpmPlatformXml
| Modifier and Type | Field and Description | 
|---|---|
| protected BpmPlatformXml | bpmPlatformXmlthe 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, parsePropertiesaddError, addError, addError, addWarning, addWarning, getProblems, getRootElement, hasErrors, hasWarnings, logWarnings, name, setSchemaResource, setStreamSource, sourceInputStream, sourceResource, sourceResource, sourceString, sourceUrl, throwExceptionForErrorscharacters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warningprotected BpmPlatformXml bpmPlatformXml
BpmPlatformXmlpublic BpmPlatformXmlParse(Parser parser)
public BpmPlatformXmlParse execute()
execute in class DeploymentMetadataParseprotected void parseRootElement()
<bpm-platform ../> elementparseRootElement in class DeploymentMetadataParseprotected 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 © 2018. All rights reserved.