public class VariableInstanceEntity extends AbstractVariableServiceEntity implements VariableInstance, ValueFields, PersistentObject, HasRevision, BulkDeleteable, 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 String |
localizedDescription |
protected String |
localizedName |
protected Long |
longValue |
protected String |
name |
protected String |
processInstanceId |
protected String |
taskId |
protected String |
textValue |
protected String |
textValue2 |
protected VariableType |
type |
protected String |
typeName |
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision| Modifier | Constructor and Description |
|---|---|
protected |
VariableInstanceEntity() |
getIdPrefixgetId, getOriginalPersistentState, getRevision, getRevisionNext, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetId, isReadOnly, setIdgetId, setIdgetRevision, getRevisionNext, setRevisionprotected String name
protected String localizedName
protected String localizedDescription
protected VariableType type
protected String typeName
protected String processInstanceId
protected String executionId
protected String taskId
protected Long longValue
protected Double doubleValue
protected String textValue
protected String textValue2
protected final ByteArrayRef byteArrayRef
protected Object cachedValue
protected boolean forcedUpdate
protected boolean deleted
public static VariableInstanceEntity createAndInsert(String name, VariableType type, Object value)
public static VariableInstanceEntity create(String name, VariableType type, Object value)
public void setExecution(ExecutionEntity execution)
public void forceUpdate()
public void delete()
public Object getPersistentState()
PersistentObjectgetPersistentState in interface PersistentObjectgetPersistentState in interface Entitypublic boolean isDeleted()
isDeleted in interface EntityisDeleted in class AbstractEntitypublic void setProcessInstanceId(String processInstanceId)
setProcessInstanceId in interface VariableInstancepublic void setProcessDefinitionId(String processDefinitionId)
setProcessDefinitionId in interface VariableInstancepublic void setExecutionId(String executionId)
setExecutionId in interface VariableInstancepublic byte[] getBytes()
getBytes in interface ValueFieldspublic void setBytes(byte[] bytes)
ValueFieldssetBytes in interface ValueFieldspublic Object getValue()
getValue in interface VariableInstancepublic void setValue(Object value)
setValue in interface VariableInstancepublic String getName()
getName in interface ValueFieldspublic void setName(String name)
setName in interface VariableInstancepublic String getLocalizedName()
public void setLocalizedName(String localizedName)
public String getLocalizedDescription()
public void setLocalizedDescription(String localizedDescription)
public String getTypeName()
getTypeName in interface VariableInstancepublic void setTypeName(String typeName)
setTypeName in interface VariableInstancepublic VariableType getType()
public void setType(VariableType type)
public 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 Long getLongValue()
getLongValue in interface ValueFieldspublic void setLongValue(Long longValue)
ValueFieldssetLongValue in interface ValueFieldspublic Double getDoubleValue()
getDoubleValue in interface ValueFieldspublic void setDoubleValue(Double doubleValue)
ValueFieldssetDoubleValue in interface ValueFieldspublic String getTextValue()
getTextValue in interface ValueFieldspublic void setTextValue(String textValue)
ValueFieldssetTextValue in interface ValueFieldspublic String getTextValue2()
getTextValue2 in interface ValueFieldspublic void setTextValue2(String textValue2)
ValueFieldssetTextValue2 in interface ValueFieldspublic Object getCachedValue()
getCachedValue in interface ValueFieldspublic void setCachedValue(Object cachedValue)
setCachedValue in interface ValueFieldspublic String getScopeId()
getScopeId in interface ValueFieldspublic String getSubScopeId()
getSubScopeId in interface ValueFieldspublic String getScopeType()
getScopeType in interface ValueFieldspublic void setScopeId(String scopeId)
setScopeId in interface VariableInstancepublic void setSubScopeId(String subScopeId)
setSubScopeId in interface VariableInstancepublic void setScopeType(String scopeType)
setScopeType in interface VariableInstanceCopyright © 2023 Flowable. All rights reserved.