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 TypeMethodDescriptionvoid
org.flowable.common.engine.impl.persistence.entity.ByteArrayRef
org.flowable.variable.api.types.VariableType
getType()
void
setBytes
(byte[] bytes) void
setCachedValue
(Object cachedValue) void
setContentItemId
(String contentItemId) void
setDoubleValue
(Double doubleValue) void
void
setLongValue
(Long longValue) void
void
setTextValue
(String textValue) void
setTextValue2
(String textValue2) void
setType
(org.flowable.variable.api.types.VariableType type) void
setTypeName
(String typeName) void
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
Methods inherited from interface com.flowable.core.content.api.MetadataInstance
getBytes, getContentItemId, getDoubleValue, getId, getLongValue, getName, getTextValue, getTextValue2, getTypeName, getValue
-
Method Details
-
setId
- Specified by:
setId
in 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
-