public class ErrorEventDefinitionParseHandler extends AbstractBpmnParseHandler<org.activiti.bpmn.model.ErrorEventDefinition>
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTYNAME_INITIAL |
PROPERTYNAME_ERROR_EVENT_DEFINITIONS, PROPERTYNAME_EVENT_SUBSCRIPTION_DECLARATION, PROPERTYNAME_IS_FOR_COMPENSATION, PROPERTYNAME_TIMER_DECLARATION
Constructor and Description |
---|
ErrorEventDefinitionParseHandler() |
Modifier and Type | Method and Description |
---|---|
protected void |
addErrorEventDefinition(ErrorEventDefinition errorEventDefinition,
ScopeImpl catchingScope) |
void |
createBoundaryErrorEventDefinition(org.activiti.bpmn.model.ErrorEventDefinition errorEventDefinition,
boolean interrupting,
ActivityImpl activity,
ActivityImpl nestedErrorEventActivity) |
protected void |
createErrorStartEventDefinition(org.activiti.bpmn.model.ErrorEventDefinition errorEventDefinition,
ActivityImpl startEventActivity,
ScopeImpl scope) |
protected void |
executeParse(BpmnParse bpmnParse,
org.activiti.bpmn.model.ErrorEventDefinition eventDefinition) |
Class<? extends org.activiti.bpmn.model.BaseElement> |
getHandledType() |
addEventSubscriptionDeclaration, createActivityOnCurrentScope, createActivityOnScope, createAssociation, createExecutionListener, createExecutionListenersOnScope, createExecutionListenersOnTransition, createIOSpecification, findActivity, getHandledTypes, getPrecedingEventBasedGateway, parse, processArtifacts, processDataObjects
public static final String PROPERTYNAME_INITIAL
public Class<? extends org.activiti.bpmn.model.BaseElement> getHandledType()
getHandledType
in class AbstractBpmnParseHandler<org.activiti.bpmn.model.ErrorEventDefinition>
protected void executeParse(BpmnParse bpmnParse, org.activiti.bpmn.model.ErrorEventDefinition eventDefinition)
executeParse
in class AbstractBpmnParseHandler<org.activiti.bpmn.model.ErrorEventDefinition>
protected void createErrorStartEventDefinition(org.activiti.bpmn.model.ErrorEventDefinition errorEventDefinition, ActivityImpl startEventActivity, ScopeImpl scope)
public void createBoundaryErrorEventDefinition(org.activiti.bpmn.model.ErrorEventDefinition errorEventDefinition, boolean interrupting, ActivityImpl activity, ActivityImpl nestedErrorEventActivity)
protected void addErrorEventDefinition(ErrorEventDefinition errorEventDefinition, ScopeImpl catchingScope)
Copyright © 2016 Alfresco. All rights reserved.