public interface MetadataInstanceEntity extends MetadataInstance, org.flowable.common.engine.impl.persistence.entity.Entity, org.flowable.common.engine.impl.db.HasRevision
Modifier and Type | Method and Description |
---|---|
void |
forceUpdate() |
org.flowable.variable.service.impl.persistence.entity.VariableByteArrayRef |
getByteArrayRef() |
Object |
getCachedValue() |
org.flowable.variable.api.types.VariableType |
getType() |
void |
setBytes(byte[] bytes) |
void |
setCachedValue(Object cachedValue) |
void |
setContentItemId(String contentItemId) |
void |
setDoubleValue(Double doubleValue) |
void |
setId(String id) |
void |
setLongValue(Long longValue) |
void |
setName(String name) |
void |
setTextValue(String textValue) |
void |
setTextValue2(String textValue2) |
void |
setType(org.flowable.variable.api.types.VariableType type) |
void |
setTypeName(String typeName) |
void |
setValue(Object value) |
getBytes, getContentItemId, getDoubleValue, getId, getLongValue, getName, getTextValue, getTextValue2, getTypeName, getValue
void setId(String id)
setId
in interface org.flowable.common.engine.impl.persistence.entity.Entity
void setName(String name)
void setContentItemId(String contentItemId)
void setTextValue(String textValue)
void setTextValue2(String textValue2)
void setLongValue(Long longValue)
void setDoubleValue(Double doubleValue)
void setBytes(byte[] bytes)
void forceUpdate()
org.flowable.variable.service.impl.persistence.entity.VariableByteArrayRef getByteArrayRef()
org.flowable.variable.api.types.VariableType getType()
void setType(org.flowable.variable.api.types.VariableType type)
void setValue(Object value)
Object getCachedValue()
void setCachedValue(Object cachedValue)
void setTypeName(String typeName)
Copyright © 2019. All rights reserved.