org.activiti.engine.impl.bpmn.parser.handler
类 ErrorEventDefinitionParseHandler
java.lang.Object
org.activiti.engine.impl.bpmn.parser.handler.AbstractBpmnParseHandler<org.activiti.bpmn.model.ErrorEventDefinition>
org.activiti.engine.impl.bpmn.parser.handler.ErrorEventDefinitionParseHandler
- 所有已实现的接口:
- BpmnParseHandler
public class ErrorEventDefinitionParseHandler
- extends AbstractBpmnParseHandler<org.activiti.bpmn.model.ErrorEventDefinition>
- 作者:
- Joram Barrez
从类 org.activiti.engine.impl.bpmn.parser.handler.AbstractBpmnParseHandler 继承的方法 |
addEventSubscriptionDeclaration, createActivityOnCurrentScope, createActivityOnScope, createAssociation, createExecutionListener, createExecutionListenersOnScope, createExecutionListenersOnTransition, createIOSpecification, findActivity, getHandledTypes, getPrecedingEventBasedGateway, parse, processArtifacts |
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROPERTYNAME_INITIAL
public static final String PROPERTYNAME_INITIAL
- 另请参见:
- 常量字段值
ErrorEventDefinitionParseHandler
public ErrorEventDefinitionParseHandler()
getHandledType
public Class<? extends org.activiti.bpmn.model.BaseElement> getHandledType()
- 覆盖:
- 类
AbstractBpmnParseHandler<org.activiti.bpmn.model.ErrorEventDefinition>
中的 getHandledType
executeParse
protected void executeParse(BpmnParse bpmnParse,
org.activiti.bpmn.model.ErrorEventDefinition eventDefinition)
- 指定者:
- 类
AbstractBpmnParseHandler<org.activiti.bpmn.model.ErrorEventDefinition>
中的 executeParse
createErrorStartEventDefinition
protected void createErrorStartEventDefinition(org.activiti.bpmn.model.ErrorEventDefinition errorEventDefinition,
ActivityImpl startEventActivity,
ScopeImpl scope)
createBoundaryErrorEventDefinition
public void createBoundaryErrorEventDefinition(org.activiti.bpmn.model.ErrorEventDefinition errorEventDefinition,
boolean interrupting,
ActivityImpl activity,
ActivityImpl nestedErrorEventActivity)
addErrorEventDefinition
protected void addErrorEventDefinition(ErrorEventDefinition errorEventDefinition,
ScopeImpl catchingScope)
Copyright © 2013 Alfresco. All rights reserved.