public class VariableInstanceEntity extends org.flowable.variable.service.impl.persistence.entity.AbstractVariableServiceEntity implements org.flowable.variable.api.persistence.entity.VariableInstance, org.flowable.variable.api.types.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 org.flowable.variable.api.types.VariableType |
type |
protected String |
typeName |
| 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, setIdgetId, setIdgetRevision, getRevisionNext, setRevisionprotected String name
protected String localizedName
protected String localizedDescription
protected org.flowable.variable.api.types.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, org.flowable.variable.api.types.VariableType type, Object value)
public static VariableInstanceEntity create(String name, org.flowable.variable.api.types.VariableType type, Object value)
public void setExecution(ExecutionEntity execution)
public void forceUpdate()
public void delete()
public Object getPersistentState()
PersistentObjectgetPersistentState in interface PersistentObjectgetPersistentState in interface org.flowable.common.engine.impl.persistence.entity.Entitypublic boolean isDeleted()
isDeleted in interface org.flowable.common.engine.impl.persistence.entity.EntityisDeleted in class org.flowable.common.engine.impl.persistence.entity.AbstractEntitypublic void setProcessInstanceId(String processInstanceId)
setProcessInstanceId in interface org.flowable.variable.api.persistence.entity.VariableInstancepublic void setProcessDefinitionId(String processDefinitionId)
setProcessDefinitionId in interface org.flowable.variable.api.persistence.entity.VariableInstancepublic void setExecutionId(String executionId)
setExecutionId in interface org.flowable.variable.api.persistence.entity.VariableInstancepublic byte[] getBytes()
getBytes in interface org.flowable.variable.api.types.ValueFieldspublic void setBytes(byte[] bytes)
setBytes in interface org.flowable.variable.api.types.ValueFieldspublic Object getValue()
getValue in interface org.flowable.variable.api.persistence.entity.VariableInstancepublic void setValue(Object value)
setValue in interface org.flowable.variable.api.persistence.entity.VariableInstancepublic String getName()
getName in interface org.flowable.variable.api.types.ValueFieldspublic void setName(String name)
setName in interface org.flowable.variable.api.persistence.entity.VariableInstancepublic String getLocalizedName()
public void setLocalizedName(String localizedName)
public String getLocalizedDescription()
public void setLocalizedDescription(String localizedDescription)
public String getTypeName()
getTypeName in interface org.flowable.variable.api.persistence.entity.VariableInstancepublic void setTypeName(String typeName)
setTypeName in interface org.flowable.variable.api.persistence.entity.VariableInstancepublic org.flowable.variable.api.types.VariableType getType()
public void setType(org.flowable.variable.api.types.VariableType type)
public String getProcessInstanceId()
getProcessInstanceId in interface org.flowable.variable.api.types.ValueFieldspublic String getProcessDefinitionId()
getProcessDefinitionId in interface org.flowable.variable.api.persistence.entity.VariableInstancepublic String getTaskId()
getTaskId in interface org.flowable.variable.api.types.ValueFieldspublic void setTaskId(String taskId)
setTaskId in interface org.flowable.variable.api.persistence.entity.VariableInstancepublic String getExecutionId()
getExecutionId in interface org.flowable.variable.api.types.ValueFieldspublic Long getLongValue()
getLongValue in interface org.flowable.variable.api.types.ValueFieldspublic void setLongValue(Long longValue)
setLongValue in interface org.flowable.variable.api.types.ValueFieldspublic Double getDoubleValue()
getDoubleValue in interface org.flowable.variable.api.types.ValueFieldspublic void setDoubleValue(Double doubleValue)
setDoubleValue in interface org.flowable.variable.api.types.ValueFieldspublic String getTextValue()
getTextValue in interface org.flowable.variable.api.types.ValueFieldspublic void setTextValue(String textValue)
setTextValue in interface org.flowable.variable.api.types.ValueFieldspublic String getTextValue2()
getTextValue2 in interface org.flowable.variable.api.types.ValueFieldspublic void setTextValue2(String textValue2)
setTextValue2 in interface org.flowable.variable.api.types.ValueFieldspublic Object getCachedValue()
getCachedValue in interface org.flowable.variable.api.types.ValueFieldspublic void setCachedValue(Object cachedValue)
setCachedValue 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 void setScopeId(String scopeId)
setScopeId in interface org.flowable.variable.api.persistence.entity.VariableInstancepublic void setSubScopeId(String subScopeId)
setSubScopeId in interface org.flowable.variable.api.persistence.entity.VariableInstancepublic void setScopeType(String scopeType)
setScopeType in interface org.flowable.variable.api.persistence.entity.VariableInstanceCopyright © 2018 Flowable. All rights reserved.