Class UserTaskInstanceVariableTO
java.lang.Object
org.kie.kogito.app.audit.graphql.type.UserTaskInstanceVariableTO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodevoidsetBusinessKey(String businessKey) voidsetEventDate(OffsetDateTime eventDate) voidsetEventId(String eventId) voidsetProcessInstanceId(String processInstanceId) voidsetUserTaskDefinitionId(String userTaskDefinitionId) voidsetUserTaskInstanceId(String userTaskInstanceId) voidsetVariableId(String variableId) voidsetVariableName(String variableName) voidsetVariableType(String variableType) voidsetVariableValue(com.fasterxml.jackson.databind.JsonNode variableValue)
-
Constructor Details
-
UserTaskInstanceVariableTO
-
-
Method Details
-
getEventId
-
setEventId
-
getEventDate
-
setEventDate
-
getUserTaskDefinitionId
-
setUserTaskDefinitionId
-
getUserTaskInstanceId
-
setUserTaskInstanceId
-
getProcessInstanceId
-
setProcessInstanceId
-
getBusinessKey
-
setBusinessKey
-
getVariableId
-
setVariableId
-
getVariableName
-
setVariableName
-
getVariableValue
public com.fasterxml.jackson.databind.JsonNode getVariableValue() -
setVariableValue
public void setVariableValue(com.fasterxml.jackson.databind.JsonNode variableValue) -
getVariableType
-
setVariableType
-