public class SequenceFlowParseHandler extends AbstractBpmnParseHandler<org.flowable.bpmn.model.SequenceFlow>
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTYNAME_CONDITION |
static String |
PROPERTYNAME_CONDITION_TEXT |
PROPERTYNAME_ERROR_EVENT_DEFINITIONS, PROPERTYNAME_EVENT_SUBSCRIPTION_DECLARATION, PROPERTYNAME_TIMER_DECLARATION
Constructor and Description |
---|
SequenceFlowParseHandler() |
Modifier and Type | Method and Description |
---|---|
protected void |
executeParse(BpmnParse bpmnParse,
org.flowable.bpmn.model.SequenceFlow sequenceFlow) |
Class<? extends org.flowable.bpmn.model.BaseElement> |
getHandledType() |
createAssociation, createExecutionListener, getHandledTypes, getPrecedingEventBasedGateway, parse, processArtifacts
public static final String PROPERTYNAME_CONDITION
public static final String PROPERTYNAME_CONDITION_TEXT
public Class<? extends org.flowable.bpmn.model.BaseElement> getHandledType()
getHandledType
in class AbstractBpmnParseHandler<org.flowable.bpmn.model.SequenceFlow>
protected void executeParse(BpmnParse bpmnParse, org.flowable.bpmn.model.SequenceFlow sequenceFlow)
executeParse
in class AbstractBpmnParseHandler<org.flowable.bpmn.model.SequenceFlow>
Copyright © 2019 Flowable. All rights reserved.