|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HistoricDecisionInputInstance
Represents one input variable of a decision evaluation.
Method Summary | |
---|---|
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. |
String |
getErrorMessage()
If the variable value could not be loaded, this returns the error message. |
String |
getId()
The unique identifier of this historic decision input instance. |
org.camunda.bpm.engine.variable.value.TypedValue |
getTypedValue()
Returns the TypedValue for this value. |
String |
getTypeName()
Returns the type name of the variable |
Object |
getValue()
Returns the value of this variable instance. |
Method Detail |
---|
String getId()
String getDecisionInstanceId()
String getClauseId()
null
if the decision is not implemented as decision table.
String getClauseName()
null
if the decision is not implemented as decision table.
String getTypeName()
Object getValue()
org.camunda.bpm.engine.variable.value.TypedValue getTypedValue()
TypedValue
for this value.
String getErrorMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |