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 TypeMethodDescriptionvoidorg.flowable.common.engine.impl.persistence.entity.ByteArrayReforg.flowable.variable.api.types.VariableTypegetType()voidvoidsetBytes(byte[] bytes) voidsetCachedValue(Object cachedValue) voidsetDoubleValue(Double doubleValue) voidvoidsetLongValue(Long longValue) voidvoidsetTenantId(String tenantId) voidsetTextValue(String textValue) voidsetType(org.flowable.variable.api.types.VariableType type) voidsetTypeName(String typeName) voidMethods inherited from interface com.flowable.core.app.api.AppVariable
getAppKey, getId, getName, getTenantId, getTypeName, getValueMethods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setInserted, setOriginalPersistentState, setUpdatedMethods inherited from interface org.flowable.common.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevision
-
Method Details
-
setId
- Specified by:
setIdin 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:
setValuein interfaceAppVariable
-
getCachedValue
Object getCachedValue() -
setCachedValue
-
setTypeName
- Specified by:
setTypeNamein interfaceAppVariable
-