Interface AppVariableEntity
- All Superinterfaces:
AppVariable
,org.flowable.common.engine.impl.persistence.entity.Entity
,org.flowable.common.engine.impl.db.HasRevision
- All Known Implementing Classes:
AppVariableEntityImpl
public interface AppVariableEntity
extends AppVariable, org.flowable.common.engine.impl.persistence.entity.Entity, org.flowable.common.engine.impl.db.HasRevision
-
Method Summary
Modifier and TypeMethodDescriptionvoid
org.flowable.common.engine.impl.persistence.entity.ByteArrayRef
org.flowable.variable.api.types.VariableType
getType()
void
void
setBytes
(byte[] bytes) void
setCachedValue
(Object cachedValue) void
setDoubleValue
(Double doubleValue) void
void
setLongValue
(Long longValue) void
void
setTenantId
(String tenantId) void
setTextValue
(String textValue) void
setType
(org.flowable.variable.api.types.VariableType type) void
setTypeName
(String typeName) void
Methods inherited from interface com.flowable.core.app.api.AppVariable
getAppKey, getId, getName, getTenantId, getTypeName, getValue
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setInserted, setOriginalPersistentState, setUpdated
Methods inherited from interface org.flowable.common.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevision
-
Method Details
-
setId
- Specified by:
setId
in interfaceorg.flowable.common.engine.impl.persistence.entity.Entity
-
setName
-
setAppKey
-
setTenantId
-
setTextValue
-
setLongValue
-
setDoubleValue
-
setBytes
void setBytes(byte[] bytes) -
forceUpdate
void forceUpdate() -
getByteArrayRef
org.flowable.common.engine.impl.persistence.entity.ByteArrayRef getByteArrayRef() -
getType
org.flowable.variable.api.types.VariableType getType() -
setType
void setType(org.flowable.variable.api.types.VariableType type) -
setValue
- Specified by:
setValue
in interfaceAppVariable
-
getCachedValue
Object getCachedValue() -
setCachedValue
-
setTypeName
- Specified by:
setTypeName
in interfaceAppVariable
-