public class MetadataInstanceEntityImpl extends AbstractContentEngineEntity implements MetadataInstanceEntity, org.flowable.variable.api.types.ValueFields, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected org.flowable.variable.service.impl.persistence.entity.VariableByteArrayRef |
byteArrayRef |
protected Object |
cachedValue |
protected String |
contentItemId |
protected boolean |
deleted |
protected Double |
doubleValue |
protected boolean |
forcedUpdate |
protected Long |
longValue |
protected String |
name |
protected String |
textValue |
protected String |
textValue2 |
protected org.flowable.variable.api.types.VariableType |
type |
protected String |
typeName |
| Constructor and Description |
|---|
MetadataInstanceEntityImpl() |
getIdPrefixgetId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitsetIdgetIdprotected String name
protected org.flowable.variable.api.types.VariableType type
protected String typeName
protected String contentItemId
protected Long longValue
protected Double doubleValue
protected String textValue
protected String textValue2
protected org.flowable.variable.service.impl.persistence.entity.VariableByteArrayRef byteArrayRef
protected Object cachedValue
protected boolean forcedUpdate
protected boolean deleted
public Object getPersistentState()
getPersistentState in interface org.flowable.common.engine.impl.persistence.entity.Entitypublic void forceUpdate()
forceUpdate in interface MetadataInstanceEntitypublic byte[] getBytes()
getBytes in interface MetadataInstancegetBytes in interface org.flowable.variable.api.types.ValueFieldspublic void setBytes(byte[] bytes)
setBytes in interface MetadataInstanceEntitysetBytes in interface org.flowable.variable.api.types.ValueFieldspublic org.flowable.variable.service.impl.persistence.entity.VariableByteArrayRef getByteArrayRef()
getByteArrayRef in interface MetadataInstanceEntityprotected void ensureByteArrayRefInitialized()
public Object getValue()
getValue in interface MetadataInstancepublic void setValue(Object value)
setValue in interface MetadataInstanceEntitypublic void setName(String name)
setName in interface MetadataInstanceEntitypublic String getName()
getName in interface MetadataInstancegetName in interface org.flowable.variable.api.types.ValueFieldspublic String getContentItemId()
getContentItemId in interface MetadataInstancepublic void setContentItemId(String contentItemId)
setContentItemId in interface MetadataInstanceEntitypublic String getTypeName()
getTypeName in interface MetadataInstancepublic void setTypeName(String typeName)
setTypeName in interface MetadataInstanceEntitypublic org.flowable.variable.api.types.VariableType getType()
getType in interface MetadataInstanceEntitypublic void setType(org.flowable.variable.api.types.VariableType type)
setType in interface MetadataInstanceEntitypublic Long getLongValue()
getLongValue in interface MetadataInstancegetLongValue in interface org.flowable.variable.api.types.ValueFieldspublic void setLongValue(Long longValue)
setLongValue in interface MetadataInstanceEntitysetLongValue in interface org.flowable.variable.api.types.ValueFieldspublic Double getDoubleValue()
getDoubleValue in interface MetadataInstancegetDoubleValue in interface org.flowable.variable.api.types.ValueFieldspublic void setDoubleValue(Double doubleValue)
setDoubleValue in interface MetadataInstanceEntitysetDoubleValue in interface org.flowable.variable.api.types.ValueFieldspublic String getTextValue()
getTextValue in interface MetadataInstancegetTextValue in interface org.flowable.variable.api.types.ValueFieldspublic void setTextValue(String textValue)
setTextValue in interface MetadataInstanceEntitysetTextValue in interface org.flowable.variable.api.types.ValueFieldspublic String getTextValue2()
getTextValue2 in interface MetadataInstancegetTextValue2 in interface org.flowable.variable.api.types.ValueFieldspublic void setTextValue2(String textValue2)
setTextValue2 in interface MetadataInstanceEntitysetTextValue2 in interface org.flowable.variable.api.types.ValueFieldspublic Object getCachedValue()
getCachedValue in interface MetadataInstanceEntitygetCachedValue in interface org.flowable.variable.api.types.ValueFieldspublic void setCachedValue(Object cachedValue)
setCachedValue in interface MetadataInstanceEntitysetCachedValue in interface org.flowable.variable.api.types.ValueFieldspublic String getProcessInstanceId()
getProcessInstanceId in interface org.flowable.variable.api.types.ValueFieldspublic String getExecutionId()
getExecutionId in interface org.flowable.variable.api.types.ValueFieldspublic String getScopeId()
getScopeId in interface org.flowable.variable.api.types.ValueFieldspublic String getSubScopeId()
getSubScopeId in interface org.flowable.variable.api.types.ValueFieldspublic String getScopeType()
getScopeType in interface org.flowable.variable.api.types.ValueFieldspublic String getTaskId()
getTaskId in interface org.flowable.variable.api.types.ValueFieldsCopyright © 2019. All rights reserved.