public class VariableInstanceEntityImpl extends AbstractVariableServiceEntity implements VariableInstanceEntity, ValueFields, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected ByteArrayRef |
byteArrayRef |
protected Object |
cachedValue |
protected boolean |
deleted |
protected Double |
doubleValue |
protected String |
executionId |
protected boolean |
forcedUpdate |
protected Long |
longValue |
protected String |
name |
protected String |
processDefinitionId |
protected String |
processInstanceId |
protected String |
scopeId |
protected String |
scopeType |
protected String |
subScopeId |
protected String |
taskId |
protected String |
textValue |
protected String |
textValue2 |
protected VariableType |
type |
protected String |
typeName |
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision| Constructor and Description |
|---|
VariableInstanceEntityImpl() |
getIdPrefixgetId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisReadOnlygetId, setIdgetId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedgetRevision, getRevisionNext, setRevisionprotected String name
protected VariableType type
protected String typeName
protected String executionId
protected String processInstanceId
protected String processDefinitionId
protected String taskId
protected String scopeId
protected String subScopeId
protected String scopeType
protected Long longValue
protected Double doubleValue
protected String textValue
protected String textValue2
protected ByteArrayRef byteArrayRef
protected Object cachedValue
protected boolean forcedUpdate
protected boolean deleted
public Object getPersistentState()
getPersistentState in interface Entitypublic void forceUpdate()
forceUpdate in interface VariableInstanceEntitypublic void setExecutionId(String executionId)
setExecutionId in interface VariableInstancepublic void setProcessInstanceId(String processInstanceId)
setProcessInstanceId in interface VariableInstancepublic void setProcessDefinitionId(String processDefinitionId)
setProcessDefinitionId in interface VariableInstancepublic byte[] getBytes()
getBytes in interface ValueFieldspublic void setBytes(byte[] bytes)
setBytes in interface ValueFieldspublic ByteArrayRef getByteArrayRef()
getByteArrayRef in interface VariableInstanceEntityprotected void ensureByteArrayRefInitialized()
public Object getValue()
getValue in interface VariableInstancepublic void setValue(Object value)
setValue in interface VariableInstancepublic void setName(String name)
setName in interface VariableInstancepublic String getName()
getName in interface ValueFieldspublic String getTypeName()
getTypeName in interface VariableInstancepublic void setTypeName(String typeName)
setTypeName in interface VariableInstancepublic VariableType getType()
getType in interface VariableInstanceEntitypublic void setType(VariableType type)
setType in interface VariableInstanceEntitypublic String getProcessInstanceId()
getProcessInstanceId in interface ValueFieldspublic String getProcessDefinitionId()
getProcessDefinitionId in interface VariableInstancepublic String getTaskId()
getTaskId in interface ValueFieldspublic void setTaskId(String taskId)
setTaskId in interface VariableInstancepublic String getExecutionId()
getExecutionId in interface ValueFieldspublic String getScopeId()
getScopeId in interface ValueFieldspublic void setScopeId(String scopeId)
setScopeId in interface VariableInstancepublic String getSubScopeId()
getSubScopeId in interface ValueFieldspublic void setSubScopeId(String subScopeId)
setSubScopeId in interface VariableInstancepublic String getScopeType()
getScopeType in interface ValueFieldspublic void setScopeType(String scopeType)
setScopeType in interface VariableInstancepublic Long getLongValue()
getLongValue in interface ValueFieldspublic void setLongValue(Long longValue)
setLongValue in interface ValueFieldspublic Double getDoubleValue()
getDoubleValue in interface ValueFieldspublic void setDoubleValue(Double doubleValue)
setDoubleValue in interface ValueFieldspublic String getTextValue()
getTextValue in interface ValueFieldspublic void setTextValue(String textValue)
setTextValue in interface ValueFieldspublic String getTextValue2()
getTextValue2 in interface ValueFieldspublic void setTextValue2(String textValue2)
setTextValue2 in interface ValueFieldspublic Object getCachedValue()
getCachedValue in interface ValueFieldspublic void setCachedValue(Object cachedValue)
setCachedValue in interface ValueFieldsprotected String getEngineType()
Copyright © 2021 Flowable. All rights reserved.