public interface DataObjectVariableEntity extends org.flowable.variable.api.types.ValueFields, DataObjectVariable, org.flowable.common.engine.impl.persistence.entity.Entity, org.flowable.common.engine.impl.db.HasRevision
| Modifier and Type | Method and Description |
|---|---|
void |
forceUpdate() |
org.flowable.variable.service.impl.persistence.entity.VariableByteArrayRef |
getByteArrayRef() |
Object |
getCachedValue() |
org.flowable.variable.api.types.VariableType |
getType() |
void |
setBytes(byte[] bytes) |
void |
setCachedValue(Object cachedValue) |
void |
setDataInstanceId(String dataInstanceItemId) |
void |
setDoubleValue(Double doubleValue) |
void |
setId(String id) |
void |
setLongValue(Long longValue) |
void |
setName(String name) |
void |
setTextValue(String textValue) |
void |
setTextValue2(String textValue2) |
void |
setType(org.flowable.variable.api.types.VariableType type) |
void |
setTypeName(String typeName) |
void |
setValue(Object value) |
getBytes, getDoubleValue, getExecutionId, getLongValue, getName, getProcessInstanceId, getScopeId, getScopeType, getSubScopeId, getTaskId, getTextValue, getTextValue2getBytes, getDataInstanceId, getDoubleValue, getId, getLongValue, getName, getTextValue, getTextValue2, getTypeName, getValuevoid setId(String id)
setId in interface org.flowable.common.engine.impl.persistence.entity.Entityvoid setName(String name)
void setDataInstanceId(String dataInstanceItemId)
void setTextValue(String textValue)
setTextValue in interface org.flowable.variable.api.types.ValueFieldsvoid setTextValue2(String textValue2)
setTextValue2 in interface org.flowable.variable.api.types.ValueFieldsvoid setLongValue(Long longValue)
setLongValue in interface org.flowable.variable.api.types.ValueFieldsvoid setDoubleValue(Double doubleValue)
setDoubleValue in interface org.flowable.variable.api.types.ValueFieldsvoid setBytes(byte[] bytes)
setBytes in interface org.flowable.variable.api.types.ValueFieldsvoid forceUpdate()
org.flowable.variable.service.impl.persistence.entity.VariableByteArrayRef getByteArrayRef()
org.flowable.variable.api.types.VariableType getType()
void setType(org.flowable.variable.api.types.VariableType type)
void setValue(Object value)
Object getCachedValue()
getCachedValue in interface org.flowable.variable.api.types.ValueFieldsvoid setCachedValue(Object cachedValue)
setCachedValue in interface org.flowable.variable.api.types.ValueFieldsvoid setTypeName(String typeName)
Copyright © 2019. All rights reserved.