Class MetadataInstanceEntityImpl

java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntity
com.flowable.content.engine.impl.persistence.entity.AbstractContentEngineEntity
com.flowable.content.engine.impl.persistence.entity.MetadataInstanceEntityImpl
All Implemented Interfaces:
MetadataInstanceEntity, MetadataInstance, java.io.Serializable, org.flowable.common.engine.impl.db.HasRevision, org.flowable.common.engine.impl.persistence.entity.Entity, org.flowable.variable.api.types.ValueFields

public class MetadataInstanceEntityImpl
extends AbstractContentEngineEntity
implements MetadataInstanceEntity, org.flowable.variable.api.types.ValueFields, java.io.Serializable
See Also:
Serialized Form
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected org.flowable.variable.service.impl.persistence.entity.VariableByteArrayRef byteArrayRef  
    protected java.lang.Object cachedValue  
    protected java.lang.String contentItemId  
    protected boolean deleted  
    protected java.lang.Double doubleValue  
    protected boolean forcedUpdate  
    protected java.lang.Long longValue  
    protected java.lang.String name  
    protected java.lang.String textValue  
    protected java.lang.String textValue2  
    protected org.flowable.variable.api.types.VariableType type  
    protected java.lang.String typeName  

    Fields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity

    id, isDeleted, isInserted, isUpdated, originalPersistentState, revision
  • Constructor Summary

    Constructors 
    Constructor Description
    MetadataInstanceEntityImpl()  
  • Method Summary

    Modifier and Type Method Description
    protected void ensureByteArrayRefInitialized()  
    void forceUpdate()  
    org.flowable.variable.service.impl.persistence.entity.VariableByteArrayRef getByteArrayRef()  
    byte[] getBytes()  
    java.lang.Object getCachedValue()  
    java.lang.String getContentItemId()  
    java.lang.Double getDoubleValue()  
    java.lang.String getExecutionId()  
    java.lang.Long getLongValue()  
    java.lang.String getName()  
    java.lang.Object getPersistentState()  
    java.lang.String getProcessInstanceId()  
    java.lang.String getScopeId()  
    java.lang.String getScopeType()  
    java.lang.String getSubScopeId()  
    java.lang.String getTaskId()  
    java.lang.String getTextValue()  
    java.lang.String getTextValue2()  
    org.flowable.variable.api.types.VariableType getType()  
    java.lang.String getTypeName()  
    java.lang.Object getValue()  
    void setBytes​(byte[] bytes)  
    void setCachedValue​(java.lang.Object cachedValue)  
    void setContentItemId​(java.lang.String contentItemId)  
    void setDoubleValue​(java.lang.Double doubleValue)  
    void setLongValue​(java.lang.Long longValue)  
    void setName​(java.lang.String name)  
    void setTextValue​(java.lang.String textValue)  
    void setTextValue2​(java.lang.String textValue2)  
    void setType​(org.flowable.variable.api.types.VariableType type)  
    void setTypeName​(java.lang.String typeName)  
    void setValue​(java.lang.Object value)  
    java.lang.String toString()  

    Methods inherited from class com.flowable.content.engine.impl.persistence.entity.AbstractContentEngineEntity

    getIdPrefix

    Methods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity

    getId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdated

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity

    getId, getIdPrefix, getOriginalPersistentState, 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

    getId

    Methods inherited from interface com.flowable.content.engine.impl.persistence.entity.MetadataInstanceEntity

    setId