public class ProcessVariableOperation extends Object
| Constructor and Description |
|---|
ProcessVariableOperation(String name,
BpmnElement element,
ElementChapter chapter,
KnownElementFieldType fieldType,
String resourceFilePath,
VariableOperation operation,
String scopeId,
int index) |
ProcessVariableOperation(String name,
ElementChapter chapter,
KnownElementFieldType fieldType,
VariableOperation operation,
String scopeId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ElementChapter |
getChapter() |
BpmnElement |
getElement() |
KnownElementFieldType |
getFieldType() |
int |
getFlowOperationIndex() |
String |
getId() |
int |
getIndex() |
String |
getName() |
VariableOperation |
getOperation() |
boolean |
getOperationType() |
String |
getResourceFilePath() |
String |
getScopeId() |
void |
initializeOperation(BpmnElement element) |
void |
setOperationType(boolean type) |
void |
setScopeId(String scopeId) |
String |
toString() |
public ProcessVariableOperation(String name, ElementChapter chapter, KnownElementFieldType fieldType, VariableOperation operation, String scopeId)
public ProcessVariableOperation(String name, BpmnElement element, ElementChapter chapter, KnownElementFieldType fieldType, String resourceFilePath, VariableOperation operation, String scopeId, int index)
public String getName()
public String getId()
public String getResourceFilePath()
public BpmnElement getElement()
public ElementChapter getChapter()
public KnownElementFieldType getFieldType()
public VariableOperation getOperation()
public String getScopeId()
public void setScopeId(String scopeId)
public void setOperationType(boolean type)
public boolean getOperationType()
public int getIndex()
public int getFlowOperationIndex()
public void initializeOperation(BpmnElement element)
Copyright © 2019 viadee Unternehmensberatung AG. All rights reserved.