|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.camunda.bpm.engine.impl.history.event.HistoryEvent
org.camunda.bpm.engine.impl.history.event.HistoricDecisionOutputInstanceEntity
public class HistoricDecisionOutputInstanceEntity
| Field Summary | |
|---|---|
protected ByteArrayField |
byteArrayField
|
protected String |
clauseId
|
protected String |
clauseName
|
protected String |
decisionInstanceId
|
protected Double |
doubleValue
|
protected Long |
longValue
|
protected String |
ruleId
|
protected Integer |
ruleOrder
|
protected String |
tenantId
|
protected String |
textValue
|
protected String |
textValue2
|
protected TypedValueField |
typedValueField
|
protected String |
variableName
|
| Constructor Summary | |
|---|---|
HistoricDecisionOutputInstanceEntity()
|
|
| Method Summary | |
|---|---|
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. |
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 |
getRuleId()
The unique identifier of the rule that is matched. |
Integer |
getRuleOrder()
The order of the rule that is matched. |
String |
getSerializerName()
|
String |
getTenantId()
|
String |
getTextValue()
|
String |
getTextValue2()
|
org.camunda.bpm.engine.variable.value.TypedValue |
getTypedValue()
Returns the TypedValue for this value. |
org.camunda.bpm.engine.variable.value.TypedValue |
getTypedValue(boolean deserializeValue)
|
String |
getTypeName()
Returns the type name of the variable |
Object |
getValue()
Returns the value of this variable instance. |
String |
getVariableName()
The name of the output variable. |
void |
setByteArrayValue(byte[] bytes)
|
void |
setByteArrayValueId(String byteArrayId)
|
void |
setClauseId(String clauseId)
|
void |
setClauseName(String clauseName)
|
void |
setDecisionInstanceId(String decisionInstanceId)
|
void |
setDoubleValue(Double doubleValue)
|
void |
setLongValue(Long longValue)
|
void |
setRuleId(String ruleId)
|
void |
setRuleOrder(Integer ruleOrder)
|
void |
setSerializerName(String serializerName)
|
void |
setTenantId(String tenantId)
|
void |
setTextValue(String textValue)
|
void |
setTextValue2(String textValue2)
|
void |
setTypeName(String typeName)
|
void |
setValue(org.camunda.bpm.engine.variable.value.TypedValue typedValue)
|
void |
setVariableName(String variableName)
|
| Methods inherited from class org.camunda.bpm.engine.impl.history.event.HistoryEvent |
|---|
getCaseDefinitionId, getCaseDefinitionKey, getCaseExecutionId, getCaseInstanceId, getEventType, getExecutionId, getId, getPersistentState, getProcessDefinitionId, getProcessDefinitionKey, getProcessInstanceId, getSequenceCounter, isEventOfType, setCaseDefinitionId, setCaseDefinitionKey, setCaseExecutionId, setCaseInstanceId, setEventType, setExecutionId, setId, setProcessDefinitionId, setProcessDefinitionKey, setProcessInstanceId, setSequenceCounter, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.camunda.bpm.engine.history.HistoricDecisionOutputInstance |
|---|
getId |
| Field Detail |
|---|
protected String decisionInstanceId
protected String clauseId
protected String clauseName
protected String ruleId
protected Integer ruleOrder
protected String variableName
protected Long longValue
protected Double doubleValue
protected String textValue
protected String textValue2
protected String tenantId
protected ByteArrayField byteArrayField
protected TypedValueField typedValueField
| Constructor Detail |
|---|
public HistoricDecisionOutputInstanceEntity()
| Method Detail |
|---|
public String getDecisionInstanceId()
HistoricDecisionOutputInstance
getDecisionInstanceId in interface HistoricDecisionOutputInstancepublic String getClauseId()
HistoricDecisionOutputInstance
getClauseId in interface HistoricDecisionOutputInstancepublic String getClauseName()
HistoricDecisionOutputInstance
getClauseName in interface HistoricDecisionOutputInstancepublic String getRuleId()
HistoricDecisionOutputInstance
getRuleId in interface HistoricDecisionOutputInstancepublic Integer getRuleOrder()
HistoricDecisionOutputInstance
getRuleOrder in interface HistoricDecisionOutputInstancepublic void setDecisionInstanceId(String decisionInstanceId)
public void setClauseId(String clauseId)
public void setClauseName(String clauseName)
public void setRuleId(String ruleId)
public void setRuleOrder(Integer ruleOrder)
public String getVariableName()
HistoricDecisionOutputInstance
getVariableName in interface HistoricDecisionOutputInstancepublic void setVariableName(String variableName)
public String getTypeName()
HistoricDecisionOutputInstance
getTypeName in interface HistoricDecisionOutputInstancepublic void setTypeName(String typeName)
public Object getValue()
HistoricDecisionOutputInstance
getValue in interface HistoricDecisionOutputInstancepublic org.camunda.bpm.engine.variable.value.TypedValue getTypedValue()
HistoricDecisionOutputInstanceTypedValue for this value.
getTypedValue in interface HistoricDecisionOutputInstancepublic org.camunda.bpm.engine.variable.value.TypedValue getTypedValue(boolean deserializeValue)
public String getErrorMessage()
HistoricDecisionOutputInstance
getErrorMessage in interface HistoricDecisionOutputInstancepublic String getName()
getName in interface Nameablepublic 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(org.camunda.bpm.engine.variable.value.TypedValue typedValue)
public String getSerializerName()
public void setSerializerName(String serializerName)
public String getTenantId()
public void setTenantId(String tenantId)
public void delete()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||