|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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
public class BpmPlatformXmlParse
Parse implementation for parsing the BpmPlatformXml
| Field Summary | |
|---|---|
protected BpmPlatformXml |
bpmPlatformXml
the parsed BpmPlatformXml |
| Fields inherited from class org.camunda.bpm.engine.impl.util.xml.Parse |
|---|
errors, name, parser, rootElement, schemaResource, streamSource, warnings |
| Constructor Summary | |
|---|---|
BpmPlatformXmlParse(Parser parser)
|
|
| Method Summary | |
|---|---|
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)
|
| Methods 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, 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 |
| Field Detail |
|---|
protected BpmPlatformXml bpmPlatformXml
BpmPlatformXml
| Constructor Detail |
|---|
public BpmPlatformXmlParse(Parser parser)
| Method Detail |
|---|
public BpmPlatformXmlParse execute()
execute in class DeploymentMetadataParseprotected void parseRootElement()
<bpm-platform ../> element
parseRootElement in class DeploymentMetadataParse
protected void parseJobExecutor(Element element,
JobExecutorXmlImpl jobExecutorXml)
<job-executor .../> element and add it to the list of parsed elements
protected void parseJobAcquisition(Element element,
List<JobAcquisitionXml> jobAcquisitions)
<job-acquisition .../> element and add it to the
list of parsed elements
public BpmPlatformXml getBpmPlatformXml()
public BpmPlatformXmlParse sourceUrl(URL url)
sourceUrl in class Parse
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||