public class HistoricDecisionInputInstanceEntity extends HistoryEvent implements HistoricDecisionInputInstance, ValueFields
| Modifier and Type | Field and Description |
|---|---|
protected ByteArrayField |
byteArrayField |
protected String |
clauseId |
protected String |
clauseName |
protected Date |
createTime |
protected String |
decisionInstanceId |
protected Double |
doubleValue |
protected Long |
longValue |
protected String |
tenantId |
protected String |
textValue |
protected String |
textValue2 |
protected TypedValueField |
typedValueField |
ACTIVITY_EVENT_TYPE_END, ACTIVITY_EVENT_TYPE_START, ACTIVITY_EVENT_TYPE_UPDATE, caseDefinitionId, caseDefinitionKey, caseDefinitionName, caseExecutionId, caseInstanceId, eventType, executionId, FORM_PROPERTY_UPDATE, id, IDENTITY_LINK_ADD, IDENTITY_LINK_DELETE, INCIDENT_CREATE, INCIDENT_DELETE, INCIDENT_RESOLVE, processDefinitionId, processDefinitionKey, processDefinitionName, processDefinitionVersion, processInstanceId, removalTime, rootProcessInstanceId, sequenceCounter, TASK_EVENT_TYPE_COMPLETE, TASK_EVENT_TYPE_CREATE, TASK_EVENT_TYPE_DELETE, TASK_EVENT_TYPE_UPDATE, VARIABLE_EVENT_TYPE_CREATE, VARIABLE_EVENT_TYPE_DELETE, VARIABLE_EVENT_TYPE_UPDATE| Constructor and Description |
|---|
HistoricDecisionInputInstanceEntity() |
HistoricDecisionInputInstanceEntity(String rootProcessInstanceId,
Date removalTime) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
byte[] |
getByteArrayValue() |
String |
getByteArrayValueId() |
String |
getClauseId()
The unique identifier of the clause that the value is assigned for.
|
String |
getClauseName()
The name of the clause that the value is assigned for.
|
Date |
getCreateTime()
Returns time when the variable was created.
|
String |
getDecisionInstanceId()
The unique identifier of the historic decision instance.
|
Double |
getDoubleValue() |
String |
getErrorMessage()
If the variable value could not be loaded, this returns the error message.
|
Long |
getLongValue() |
String |
getName() |
String |
getRootProcessInstanceId()
Returns the root process instance id of the process instance
on which the associated business rule task has been called.
|
String |
getSerializerName() |
String |
getTenantId() |
String |
getTextValue() |
String |
getTextValue2() |
TypedValue |
getTypedValue()
Returns the
TypedValue for this value. |
TypedValue |
getTypedValue(boolean deserializeValue) |
String |
getTypeName()
Returns the type name of the variable
|
Object |
getValue()
Returns the value of this variable instance.
|
void |
setByteArrayValue(byte[] bytes) |
void |
setByteArrayValueId(String byteArrayId) |
void |
setClauseId(String clauseId) |
void |
setClauseName(String clauseName) |
void |
setCreateTime(Date createTime) |
void |
setDecisionInstanceId(String decisionInstanceId) |
void |
setDoubleValue(Double doubleValue) |
void |
setLongValue(Long longValue) |
void |
setRootProcessInstanceId(String rootProcessInstanceId) |
void |
setSerializerName(String serializerName) |
void |
setTenantId(String tenantId) |
void |
setTextValue(String textValue) |
void |
setTextValue2(String textValue2) |
void |
setTypeName(String typeName) |
void |
setValue(TypedValue typedValue) |
getCaseDefinitionId, getCaseDefinitionKey, getCaseDefinitionName, getCaseExecutionId, getCaseInstanceId, getEventType, getExecutionId, getId, getPersistentState, getProcessDefinitionId, getProcessDefinitionKey, getProcessDefinitionName, getProcessDefinitionVersion, getProcessInstanceId, getRemovalTime, getSequenceCounter, isEventOfType, setCaseDefinitionId, setCaseDefinitionKey, setCaseDefinitionName, setCaseExecutionId, setCaseInstanceId, setEventType, setExecutionId, setId, setProcessDefinitionId, setProcessDefinitionKey, setProcessDefinitionName, setProcessDefinitionVersion, setProcessInstanceId, setRemovalTime, setSequenceCounter, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetId, getRemovalTimeprotected String decisionInstanceId
protected String clauseId
protected String clauseName
protected Long longValue
protected Double doubleValue
protected String textValue
protected String textValue2
protected String tenantId
protected ByteArrayField byteArrayField
protected TypedValueField typedValueField
protected Date createTime
public String getDecisionInstanceId()
HistoricDecisionInputInstancegetDecisionInstanceId in interface HistoricDecisionInputInstancepublic void setDecisionInstanceId(String decisionInstanceId)
public String getClauseId()
HistoricDecisionInputInstancenull if the decision is not implemented as decision table.getClauseId in interface HistoricDecisionInputInstancepublic void setClauseId(String clauseId)
public String getClauseName()
HistoricDecisionInputInstancenull if the decision is not implemented as decision table.getClauseName in interface HistoricDecisionInputInstancepublic void setClauseName(String clauseName)
public String getTypeName()
HistoricDecisionInputInstancegetTypeName in interface HistoricDecisionInputInstancepublic void setTypeName(String typeName)
public Object getValue()
HistoricDecisionInputInstancegetValue in interface HistoricDecisionInputInstancepublic TypedValue getTypedValue()
HistoricDecisionInputInstanceTypedValue for this value.getTypedValue in interface HistoricDecisionInputInstancepublic TypedValue getTypedValue(boolean deserializeValue)
public String getErrorMessage()
HistoricDecisionInputInstancegetErrorMessage in interface HistoricDecisionInputInstancepublic String getTextValue()
getTextValue in interface ValueFieldspublic void setTextValue(String textValue)
setTextValue in interface ValueFieldspublic String getTextValue2()
getTextValue2 in interface ValueFieldspublic void setTextValue2(String textValue2)
setTextValue2 in interface ValueFieldspublic Long getLongValue()
getLongValue in interface ValueFieldspublic void setLongValue(Long longValue)
setLongValue in interface ValueFieldspublic Double getDoubleValue()
getDoubleValue in interface ValueFieldspublic void setDoubleValue(Double doubleValue)
setDoubleValue in interface ValueFieldspublic String getByteArrayValueId()
public void setByteArrayValueId(String byteArrayId)
public byte[] getByteArrayValue()
getByteArrayValue in interface ValueFieldspublic void setByteArrayValue(byte[] bytes)
setByteArrayValue in interface ValueFieldspublic void setValue(TypedValue typedValue)
public String getSerializerName()
public void setSerializerName(String serializerName)
public String getTenantId()
public void setTenantId(String tenantId)
public Date getCreateTime()
HistoricDecisionInputInstancegetCreateTime in interface HistoricDecisionInputInstancepublic void setCreateTime(Date createTime)
public String getRootProcessInstanceId()
HistoricDecisionInputInstancegetRootProcessInstanceId in interface HistoricDecisionInputInstancegetRootProcessInstanceId in class HistoryEventpublic void setRootProcessInstanceId(String rootProcessInstanceId)
setRootProcessInstanceId in class HistoryEventpublic void delete()
Copyright © 2013–2019 camunda services GmbH. All rights reserved.