public interface ValueFields
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytes() |
Object |
getCachedValue() |
Double |
getDoubleValue() |
String |
getExecutionId() |
Long |
getLongValue() |
String |
getName() |
String |
getProcessInstanceId() |
String |
getScopeId() |
String |
getScopeType() |
String |
getSubScopeId() |
String |
getTaskId() |
String |
getTextValue() |
String |
getTextValue2() |
void |
setBytes(byte[] bytes)
Sets the byte array value.
|
void |
setCachedValue(Object cachedValue) |
void |
setDoubleValue(Double doubleValue)
Sets the double value.
|
void |
setLongValue(Long longValue)
Sets the long value.
|
void |
setTextValue(String textValue)
Sets the first text value.
|
void |
setTextValue2(String textValue2)
Sets second text value.
|
String getName()
String getProcessInstanceId()
String getExecutionId()
String getScopeId()
String getSubScopeId()
String getScopeType()
String getTaskId()
String getTextValue()
void setTextValue(String textValue)
String getTextValue2()
void setTextValue2(String textValue2)
Long getLongValue()
void setLongValue(Long longValue)
Double getDoubleValue()
void setDoubleValue(Double doubleValue)
byte[] getBytes()
void setBytes(byte[] bytes)
Object getCachedValue()
void setCachedValue(Object cachedValue)
Copyright © 2017 Flowable. All rights reserved.