Modifier and Type | Field and Description |
---|---|
static String |
ACTIVITI_BPMN_EXTENSIONS_NS
The namespace of the Activiti custom BPMN extensions.
|
static String |
BPMN_20_SCHEMA_LOCATION
The location of the BPMN 2.0 XML schema.
|
static String |
BPMN_DC_NS
The namespace of the BPMN 2.0 diagram common elements.
|
static String |
BPMN_DI_NS
The namepace of the BPMN 2.0 diagram interchange elements.
|
static String |
BPMN20_NS
The BPMN 2.0 namespace
|
protected BpmnParseFactory |
bpmnParseFactory |
protected ExpressionManager |
expressionManager |
static String |
OMG_DI_NS
The namespace of the generic OMG DI elements (don't ask me why they didnt use the BPMN_DI_NS ...)
|
protected List<BpmnParseListener> |
parseListeners |
static String |
XSI_NS
The Schema-Instance namespace.
|
defaultSaxParserFactory, INSTANCE
Constructor and Description |
---|
BpmnParser(ExpressionManager expressionManager,
BpmnParseFactory bpmnParseFactory) |
Modifier and Type | Method and Description |
---|---|
BpmnParse |
createParse()
Creates a new
BpmnParse instance that can be used
to parse only one BPMN 2.0 process definition. |
ExpressionManager |
getExpressionManager() |
List<BpmnParseListener> |
getParseListeners() |
void |
setExpressionManager(ExpressionManager expressionManager) |
void |
setParseListeners(List<BpmnParseListener> parseListeners) |
getSaxParser, getSaxParserFactory
public static final String BPMN20_NS
public static final String BPMN_20_SCHEMA_LOCATION
public static final String ACTIVITI_BPMN_EXTENSIONS_NS
public static final String BPMN_DI_NS
public static final String BPMN_DC_NS
public static final String OMG_DI_NS
public static final String XSI_NS
protected ExpressionManager expressionManager
protected List<BpmnParseListener> parseListeners
protected BpmnParseFactory bpmnParseFactory
public BpmnParser(ExpressionManager expressionManager, BpmnParseFactory bpmnParseFactory)
public BpmnParse createParse()
BpmnParse
instance that can be used
to parse only one BPMN 2.0 process definition.createParse
in class Parser
public ExpressionManager getExpressionManager()
public void setExpressionManager(ExpressionManager expressionManager)
public List<BpmnParseListener> getParseListeners()
public void setParseListeners(List<BpmnParseListener> parseListeners)
Copyright © 2015. All rights reserved.