public class ProcessElementImpl extends Object implements PvmProcessElement
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected ProcessDefinitionImpl |
processDefinition |
protected Map<String,Object> |
properties |
| Constructor and Description |
|---|
ProcessElementImpl(String id,
ProcessDefinitionImpl processDefinition) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
ProcessDefinitionImpl |
getProcessDefinition() |
Map<String,Object> |
getProperties() |
Object |
getProperty(String name) |
void |
setProperties(Map<String,Object> properties) |
void |
setProperty(String name,
Object value) |
protected String id
protected ProcessDefinitionImpl processDefinition
public ProcessElementImpl(String id, ProcessDefinitionImpl processDefinition)
public Object getProperty(String name)
getProperty in interface PvmProcessElementpublic String getId()
getId in interface PvmProcessElementpublic ProcessDefinitionImpl getProcessDefinition()
getProcessDefinition in interface PvmProcessElementCopyright © 2016 Alfresco. All rights reserved.