public interface ValueFields
Modifier and Type | Method and Description |
---|---|
ByteArrayEntity |
getByteArrayValue()
Deprecated.
use getBytes.
|
String |
getByteArrayValueId()
Deprecated.
should no longer be used
|
byte[] |
getBytes() |
Object |
getCachedValue() |
Double |
getDoubleValue() |
String |
getExecutionId() |
Long |
getLongValue() |
String |
getName() |
String |
getProcessInstanceId() |
String |
getTaskId() |
String |
getTextValue() |
String |
getTextValue2() |
void |
setByteArrayValue(byte[] bytes)
Deprecated.
use setBytes.
|
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 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)
@Deprecated String getByteArrayValueId()
@Deprecated ByteArrayEntity getByteArrayValue()
@Deprecated void setByteArrayValue(byte[] bytes)
Object getCachedValue()
void setCachedValue(Object cachedValue)
Copyright © 2016 Alfresco. All rights reserved.