org.activiti.engine.impl.bpmn.parser.handler
类 TimerEventDefinitionParseHandler

java.lang.Object
  继承者 org.activiti.engine.impl.bpmn.parser.handler.AbstractBpmnParseHandler<org.activiti.bpmn.model.TimerEventDefinition>
      继承者 org.activiti.engine.impl.bpmn.parser.handler.TimerEventDefinitionParseHandler
所有已实现的接口:
BpmnParseHandler

public class TimerEventDefinitionParseHandler
extends AbstractBpmnParseHandler<org.activiti.bpmn.model.TimerEventDefinition>

作者:
Joram Barrez

字段摘要
static String PROPERTYNAME_START_TIMER
           
 
从类 org.activiti.engine.impl.bpmn.parser.handler.AbstractBpmnParseHandler 继承的字段
PROPERTYNAME_ERROR_EVENT_DEFINITIONS, PROPERTYNAME_EVENT_SUBSCRIPTION_DECLARATION, PROPERTYNAME_IS_FOR_COMPENSATION, PROPERTYNAME_TIMER_DECLARATION
 
构造方法摘要
TimerEventDefinitionParseHandler()
           
 
方法摘要
protected  void addTimerDeclaration(ScopeImpl scope, TimerDeclarationImpl timerDeclaration)
           
protected  TimerDeclarationImpl createTimer(BpmnParse bpmnParse, org.activiti.bpmn.model.TimerEventDefinition timerEventDefinition, ScopeImpl timerActivity, String jobHandlerType)
           
protected  void executeParse(BpmnParse bpmnParse, org.activiti.bpmn.model.TimerEventDefinition timerEventDefinition)
           
 Class<? extends org.activiti.bpmn.model.BaseElement> getHandledType()
           
 
从类 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_START_TIMER

public static final String PROPERTYNAME_START_TIMER
另请参见:
常量字段值
构造方法详细信息

TimerEventDefinitionParseHandler

public TimerEventDefinitionParseHandler()
方法详细信息

getHandledType

public Class<? extends org.activiti.bpmn.model.BaseElement> getHandledType()
覆盖:
AbstractBpmnParseHandler<org.activiti.bpmn.model.TimerEventDefinition> 中的 getHandledType

executeParse

protected void executeParse(BpmnParse bpmnParse,
                            org.activiti.bpmn.model.TimerEventDefinition timerEventDefinition)
指定者:
AbstractBpmnParseHandler<org.activiti.bpmn.model.TimerEventDefinition> 中的 executeParse

createTimer

protected TimerDeclarationImpl createTimer(BpmnParse bpmnParse,
                                           org.activiti.bpmn.model.TimerEventDefinition timerEventDefinition,
                                           ScopeImpl timerActivity,
                                           String jobHandlerType)

addTimerDeclaration

protected void addTimerDeclaration(ScopeImpl scope,
                                   TimerDeclarationImpl timerDeclaration)


Copyright © 2013 Alfresco. All rights reserved.