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
- 另请参见:
- 序列化表格
从类 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.