public class DataObjectVariableEntityImpl extends AbstractDataObjectEngineEntity implements DataObjectVariableEntity
| Modifier and Type | Field and Description |
|---|---|
protected org.flowable.variable.service.impl.persistence.entity.VariableByteArrayRef |
byteArrayRef |
protected Object |
cachedValue |
protected String |
dataInstanceId |
protected boolean |
deleted |
protected Double |
doubleValue |
protected boolean |
forcedUpdate |
protected Long |
longValue |
protected String |
name |
protected String |
textValue |
protected String |
textValue2 |
protected org.flowable.variable.api.types.VariableType |
type |
protected String |
typeName |
| Constructor and Description |
|---|
DataObjectVariableEntityImpl() |
getIdPrefixgetId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitsetIdgetIdprotected String name
protected org.flowable.variable.api.types.VariableType type
protected String typeName
protected String dataInstanceId
protected Long longValue
protected Double doubleValue
protected String textValue
protected String textValue2
protected org.flowable.variable.service.impl.persistence.entity.VariableByteArrayRef byteArrayRef
protected Object cachedValue
protected boolean forcedUpdate
protected boolean deleted
public Object getPersistentState()
getPersistentState in interface org.flowable.common.engine.impl.persistence.entity.Entitypublic void forceUpdate()
forceUpdate in interface DataObjectVariableEntitypublic byte[] getBytes()
getBytes in interface DataObjectVariablegetBytes in interface org.flowable.variable.api.types.ValueFieldspublic void setBytes(byte[] bytes)
setBytes in interface DataObjectVariableEntitysetBytes in interface org.flowable.variable.api.types.ValueFieldspublic org.flowable.variable.service.impl.persistence.entity.VariableByteArrayRef getByteArrayRef()
getByteArrayRef in interface DataObjectVariableEntityprotected void ensureByteArrayRefInitialized()
public Object getValue()
getValue in interface DataObjectVariablepublic void setValue(Object value)
setValue in interface DataObjectVariableEntitypublic void setName(String name)
setName in interface DataObjectVariableEntitypublic String getName()
getName in interface DataObjectVariablegetName in interface org.flowable.variable.api.types.ValueFieldspublic String getDataInstanceId()
getDataInstanceId in interface DataObjectVariablepublic void setDataInstanceId(String dataInstanceId)
setDataInstanceId in interface DataObjectVariableEntitypublic String getTypeName()
getTypeName in interface DataObjectVariablepublic void setTypeName(String typeName)
setTypeName in interface DataObjectVariableEntitypublic org.flowable.variable.api.types.VariableType getType()
getType in interface DataObjectVariableEntitypublic void setType(org.flowable.variable.api.types.VariableType type)
setType in interface DataObjectVariableEntitypublic Long getLongValue()
getLongValue in interface DataObjectVariablegetLongValue in interface org.flowable.variable.api.types.ValueFieldspublic void setLongValue(Long longValue)
setLongValue in interface DataObjectVariableEntitysetLongValue in interface org.flowable.variable.api.types.ValueFieldspublic Double getDoubleValue()
getDoubleValue in interface DataObjectVariablegetDoubleValue in interface org.flowable.variable.api.types.ValueFieldspublic void setDoubleValue(Double doubleValue)
setDoubleValue in interface DataObjectVariableEntitysetDoubleValue in interface org.flowable.variable.api.types.ValueFieldspublic String getTextValue()
getTextValue in interface DataObjectVariablegetTextValue in interface org.flowable.variable.api.types.ValueFieldspublic void setTextValue(String textValue)
setTextValue in interface DataObjectVariableEntitysetTextValue in interface org.flowable.variable.api.types.ValueFieldspublic String getTextValue2()
getTextValue2 in interface DataObjectVariablegetTextValue2 in interface org.flowable.variable.api.types.ValueFieldspublic void setTextValue2(String textValue2)
setTextValue2 in interface DataObjectVariableEntitysetTextValue2 in interface org.flowable.variable.api.types.ValueFieldspublic Object getCachedValue()
getCachedValue in interface DataObjectVariableEntitygetCachedValue in interface org.flowable.variable.api.types.ValueFieldspublic void setCachedValue(Object cachedValue)
setCachedValue in interface DataObjectVariableEntitysetCachedValue in interface org.flowable.variable.api.types.ValueFieldspublic String getProcessInstanceId()
getProcessInstanceId in interface org.flowable.variable.api.types.ValueFieldspublic String getExecutionId()
getExecutionId in interface org.flowable.variable.api.types.ValueFieldspublic String getScopeId()
getScopeId in interface org.flowable.variable.api.types.ValueFieldspublic String getSubScopeId()
getSubScopeId in interface org.flowable.variable.api.types.ValueFieldspublic String getScopeType()
getScopeType in interface org.flowable.variable.api.types.ValueFieldspublic String getTaskId()
getTaskId in interface org.flowable.variable.api.types.ValueFieldsCopyright © 2019. All rights reserved.