Class AppVariableEntityImpl
- java.lang.Object
-
- org.flowable.common.engine.impl.persistence.entity.AbstractEntity
-
- com.flowable.app.engine.impl.persistence.entity.AbstractAppEngineEntity
-
- com.flowable.app.engine.impl.persistence.entity.AppVariableEntityImpl
-
- All Implemented Interfaces:
AppVariableEntity,AppVariable,Serializable,HasRevision,Entity,ValueFields
public class AppVariableEntityImpl extends AbstractAppEngineEntity implements AppVariableEntity, ValueFields, Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringappKeyprotected ByteArrayRefbyteArrayRefprotected ObjectcachedValueprotected booleandeletedprotected DoubledoubleValueprotected booleanforcedUpdateprotected LonglongValueprotected Stringnameprotected StringtenantIdprotected StringtextValueprotected VariableTypetypeprotected StringtypeName-
Fields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision
-
-
Constructor Summary
Constructors Constructor Description AppVariableEntityImpl()
-
Method Summary
-
Methods inherited from class com.flowable.app.engine.impl.persistence.entity.AbstractAppEngineEntity
getIdPrefix
-
Methods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
getId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdated
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.flowable.core.app.api.AppVariable
getId
-
Methods inherited from interface com.flowable.app.engine.impl.persistence.entity.AppVariableEntity
setId
-
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setInserted, setOriginalPersistentState, setUpdated
-
Methods inherited from interface org.flowable.common.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevision
-
-
-
-
Field Detail
-
name
protected String name
-
type
protected VariableType type
-
typeName
protected String typeName
-
appKey
protected String appKey
-
tenantId
protected String tenantId
-
longValue
protected Long longValue
-
doubleValue
protected Double doubleValue
-
textValue
protected String textValue
-
byteArrayRef
protected ByteArrayRef byteArrayRef
-
cachedValue
protected Object cachedValue
-
forcedUpdate
protected boolean forcedUpdate
-
deleted
protected boolean deleted
-
-
Method Detail
-
getPersistentState
public Object getPersistentState()
- Specified by:
getPersistentStatein interfaceEntity
-
forceUpdate
public void forceUpdate()
- Specified by:
forceUpdatein interfaceAppVariableEntity
-
getBytes
public byte[] getBytes()
- Specified by:
getBytesin interfaceValueFields
-
setBytes
public void setBytes(byte[] bytes)
- Specified by:
setBytesin interfaceAppVariableEntity- Specified by:
setBytesin interfaceValueFields
-
getByteArrayRef
public ByteArrayRef getByteArrayRef()
- Specified by:
getByteArrayRefin interfaceAppVariableEntity
-
ensureByteArrayRefInitialized
protected void ensureByteArrayRefInitialized()
-
getValue
public Object getValue()
- Specified by:
getValuein interfaceAppVariable
-
setValue
public void setValue(Object value)
- Specified by:
setValuein interfaceAppVariable- Specified by:
setValuein interfaceAppVariableEntity
-
setName
public void setName(String name)
- Specified by:
setNamein interfaceAppVariableEntity
-
getName
public String getName()
Description copied from interface:AppVariablevariable name- Specified by:
getNamein interfaceAppVariable- Specified by:
getNamein interfaceValueFields
-
getAppKey
public String getAppKey()
Description copied from interface:AppVariablereference to the app definition key- Specified by:
getAppKeyin interfaceAppVariable
-
setAppKey
public void setAppKey(String appKey)
- Specified by:
setAppKeyin interfaceAppVariableEntity
-
getTenantId
public String getTenantId()
Description copied from interface:AppVariablethe tenant identifier of this app variable- Specified by:
getTenantIdin interfaceAppVariable
-
setTenantId
public void setTenantId(String tenantId)
- Specified by:
setTenantIdin interfaceAppVariableEntity
-
getTypeName
public String getTypeName()
- Specified by:
getTypeNamein interfaceAppVariable
-
setTypeName
public void setTypeName(String typeName)
- Specified by:
setTypeNamein interfaceAppVariable- Specified by:
setTypeNamein interfaceAppVariableEntity
-
getType
public VariableType getType()
- Specified by:
getTypein interfaceAppVariableEntity
-
setType
public void setType(VariableType type)
- Specified by:
setTypein interfaceAppVariableEntity
-
getLongValue
public Long getLongValue()
- Specified by:
getLongValuein interfaceValueFields
-
setLongValue
public void setLongValue(Long longValue)
- Specified by:
setLongValuein interfaceAppVariableEntity- Specified by:
setLongValuein interfaceValueFields
-
getDoubleValue
public Double getDoubleValue()
- Specified by:
getDoubleValuein interfaceValueFields
-
setDoubleValue
public void setDoubleValue(Double doubleValue)
- Specified by:
setDoubleValuein interfaceAppVariableEntity- Specified by:
setDoubleValuein interfaceValueFields
-
getTextValue
public String getTextValue()
- Specified by:
getTextValuein interfaceValueFields
-
setTextValue
public void setTextValue(String textValue)
- Specified by:
setTextValuein interfaceAppVariableEntity- Specified by:
setTextValuein interfaceValueFields
-
getCachedValue
public Object getCachedValue()
- Specified by:
getCachedValuein interfaceAppVariableEntity- Specified by:
getCachedValuein interfaceValueFields
-
setCachedValue
public void setCachedValue(Object cachedValue)
- Specified by:
setCachedValuein interfaceAppVariableEntity- Specified by:
setCachedValuein interfaceValueFields
-
getProcessInstanceId
public String getProcessInstanceId()
- Specified by:
getProcessInstanceIdin interfaceValueFields
-
getExecutionId
public String getExecutionId()
- Specified by:
getExecutionIdin interfaceValueFields
-
getScopeId
public String getScopeId()
- Specified by:
getScopeIdin interfaceValueFields
-
getSubScopeId
public String getSubScopeId()
- Specified by:
getSubScopeIdin interfaceValueFields
-
getScopeType
public String getScopeType()
- Specified by:
getScopeTypein interfaceValueFields
-
getTaskId
public String getTaskId()
- Specified by:
getTaskIdin interfaceValueFields
-
getTextValue2
public String getTextValue2()
- Specified by:
getTextValue2in interfaceValueFields
-
setTextValue2
public void setTextValue2(String textValue2)
- Specified by:
setTextValue2in interfaceValueFields
-
-