org.activiti.engine.impl.history.parse
类 FlowNodeHistoryParseHandler

java.lang.Object
  继承者 org.activiti.engine.impl.history.parse.FlowNodeHistoryParseHandler
所有已实现的接口:
BpmnParseHandler

public class FlowNodeHistoryParseHandler
extends Object
implements BpmnParseHandler

作者:
Joram Barrez

字段摘要
protected static ActivityInstanceEndHandler ACTIVITI_INSTANCE_END_LISTENER
           
protected static ActivityInstanceStartHandler ACTIVITY_INSTANCE_START_LISTENER
           
protected static Set<Class<? extends org.activiti.bpmn.model.BaseElement>> supportedElementClasses
           
 
构造方法摘要
FlowNodeHistoryParseHandler()
           
 
方法摘要
 Set<Class<? extends org.activiti.bpmn.model.BaseElement>> getHandledTypes()
          The types for which this handler must be calleding during process parsing.
 void parse(BpmnParse bpmnParse, org.activiti.bpmn.model.BaseElement element)
          The actual delegation method.
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

ACTIVITI_INSTANCE_END_LISTENER

protected static final ActivityInstanceEndHandler ACTIVITI_INSTANCE_END_LISTENER

ACTIVITY_INSTANCE_START_LISTENER

protected static final ActivityInstanceStartHandler ACTIVITY_INSTANCE_START_LISTENER

supportedElementClasses

protected static Set<Class<? extends org.activiti.bpmn.model.BaseElement>> supportedElementClasses
构造方法详细信息

FlowNodeHistoryParseHandler

public FlowNodeHistoryParseHandler()
方法详细信息

getHandledTypes

public Set<Class<? extends org.activiti.bpmn.model.BaseElement>> getHandledTypes()
从接口 BpmnParseHandler 复制的描述
The types for which this handler must be calleding during process parsing.

指定者:
接口 BpmnParseHandler 中的 getHandledTypes

parse

public void parse(BpmnParse bpmnParse,
                  org.activiti.bpmn.model.BaseElement element)
从接口 BpmnParseHandler 复制的描述
The actual delegation method. The parser will calls this method on a match with the BpmnParseHandler.getHandledTypes() return value.

指定者:
接口 BpmnParseHandler 中的 parse
参数:
bpmnParse - The BpmnParse instance that acts as container for all things produced during the parsing.


Copyright © 2013 Alfresco. All rights reserved.