Interface TenantVariableEntity
- All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.Entity,org.flowable.common.engine.impl.db.HasRevision,TenantVariable
- All Known Implementing Classes:
TenantVariableEntityImpl
public interface TenantVariableEntity
extends TenantVariable, org.flowable.common.engine.impl.persistence.entity.Entity, org.flowable.common.engine.impl.db.HasRevision
- Author:
- Christopher Welsch
-
Method Summary
Modifier and TypeMethodDescriptionvoidorg.flowable.common.engine.impl.persistence.entity.ByteArrayReforg.flowable.variable.api.types.VariableTypegetType()voidsetBytes(byte[] bytes) voidsetCachedValue(Object cachedValue) voidvoidsetCreatedBy(String authenticatedUserId) voidsetDoubleValue(Double doubleValue) voidvoidsetLastModified(Date currentTime) voidsetLastModifiedBy(String authenticatedUserId) voidsetLongValue(Long longValue) voidvoidsetTenantId(String tenantId) voidsetTextValue(String textValue) voidsetType(org.flowable.variable.api.types.VariableType type) voidsetTypeName(String typeName) voidvoidMethods 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, setRevisionMethods inherited from interface com.flowable.platform.api.tenant.TenantVariable
getCreated, getCreatedBy, getId, getLastModified, getLastModifiedBy, getName, getTenantId, getValue, isVariableProtected
-
Method Details
-
setId
- Specified by:
setIdin interfaceorg.flowable.common.engine.impl.persistence.entity.Entity
-
setName
-
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
-
getCachedValue
Object getCachedValue() -
setCachedValue
-
setTypeName
-
setCreate
-
setCreatedBy
-
setLastModified
-
setLastModifiedBy
-
variableProtected
void variableProtected()
-