Interface MetadataInstanceEntity
- All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.Entity,org.flowable.common.engine.impl.db.HasRevision,MetadataInstance
- All Known Implementing Classes:
MetadataInstanceEntityImpl
public interface MetadataInstanceEntity
extends MetadataInstance, 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()voidsetBytes(byte[] bytes) voidsetCachedValue(Object cachedValue) voidsetContentItemId(String contentItemId) voidsetDoubleValue(Double doubleValue) voidvoidsetLongValue(Long longValue) voidvoidsetTextValue(String textValue) voidsetTextValue2(String textValue2) voidsetType(org.flowable.variable.api.types.VariableType type) voidsetTypeName(String typeName) voidMethods 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.core.content.api.MetadataInstance
getBytes, getContentItemId, getDoubleValue, getId, getLongValue, getName, getTextValue, getTextValue2, getTypeName, getValue
-
Method Details
-
setId
- Specified by:
setIdin interfaceorg.flowable.common.engine.impl.persistence.entity.Entity
-
setName
-
setContentItemId
-
setTextValue
-
setTextValue2
-
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
-