Package | Description |
---|---|
org.camunda.bpm.application.impl.metadata | |
org.camunda.bpm.container.impl.metadata | |
org.camunda.bpm.engine.impl.bpmn.parser | |
org.camunda.bpm.engine.impl.util.xml |
Modifier and Type | Class and Description |
---|---|
class |
ProcessesXmlParse
Parse object for the processes.xml file. |
Modifier and Type | Class and Description |
---|---|
class |
BpmPlatformXmlParse
Parse implementation for parsing the
BpmPlatformXml |
class |
DeploymentMetadataParse
Parse implementation for Deployment Metadata. |
Modifier and Type | Method and Description |
---|---|
Parse |
DeploymentMetadataParse.execute() |
Modifier and Type | Class and Description |
---|---|
class |
BpmnParse
Specific parsing of one BPMN 2.0 XML file, created by the
BpmnParser . |
Modifier and Type | Field and Description |
---|---|
protected Parse |
ParseHandler.parse |
Modifier and Type | Method and Description |
---|---|
Parse |
Parser.createParse() |
Parse |
Parse.execute() |
Parse |
Parse.name(String name) |
Parse |
Parse.sourceInputStream(InputStream inputStream) |
Parse |
Parse.sourceResource(String resource) |
Parse |
Parse.sourceResource(String resource,
ClassLoader classLoader) |
Parse |
Parse.sourceString(String string) |
Parse |
Parse.sourceUrl(String url) |
Parse |
Parse.sourceUrl(URL url) |
Constructor and Description |
---|
ParseHandler(Parse parse) |
Copyright © 2015. All rights reserved.