org.activiti.engine.impl.pvm.process
类 ProcessElementImpl

java.lang.Object
  继承者 org.activiti.engine.impl.pvm.process.ProcessElementImpl
所有已实现的接口:
Serializable, PvmProcessElement
直接已知子类:
ScopeImpl, TransitionImpl

public class ProcessElementImpl
extends Object
implements PvmProcessElement

common properties for process definition, activity and transition including event listeners.

作者:
Tom Baeyens
另请参见:
序列化表格

字段摘要
protected  String id
           
protected  ProcessDefinitionImpl processDefinition
           
protected  Map<String,Object> properties
           
 
构造方法摘要
ProcessElementImpl(String id, ProcessDefinitionImpl processDefinition)
           
 
方法摘要
 String getId()
           
 ProcessDefinitionImpl getProcessDefinition()
           
 Map<String,Object> getProperties()
           
 Object getProperty(String name)
           
 void setProperties(Map<String,Object> properties)
           
 void setProperty(String name, Object value)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

id

protected String id

processDefinition

protected ProcessDefinitionImpl processDefinition

properties

protected Map<String,Object> properties
构造方法详细信息

ProcessElementImpl

public ProcessElementImpl(String id,
                          ProcessDefinitionImpl processDefinition)
方法详细信息

setProperty

public void setProperty(String name,
                        Object value)

getProperty

public Object getProperty(String name)
指定者:
接口 PvmProcessElement 中的 getProperty

getProperties

public Map<String,Object> getProperties()

getId

public String getId()
指定者:
接口 PvmProcessElement 中的 getId

setProperties

public void setProperties(Map<String,Object> properties)

getProcessDefinition

public ProcessDefinitionImpl getProcessDefinition()
指定者:
接口 PvmProcessElement 中的 getProcessDefinition


Copyright © 2013 Alfresco. All rights reserved.