Class RunProcessOutput
java.lang.Object
com.kingsrook.qqq.backend.core.model.actions.AbstractActionOutput
com.kingsrook.qqq.backend.core.model.actions.processes.RunProcessOutput
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddValue(String fieldName, Serializable value) Setter for valuesGetter for processMetaDataAdjustmentGetter for processStateGetter for processUUIDGetter for recordsGetter for a single field's valuegetValueBigDecimal(String fieldName) getValueBoolean(String fieldName) byte[]getValueByteArray(String fieldName) getValueInstant(String fieldName) getValueInteger(String fieldName) Getter for a single field's valuegetValueLocalDate(String fieldName) getValueLocalTime(String fieldName) Getter for valuesgetValueString(String fieldName) Getter for a single field's valuevoidsetException(Exception exception) voidsetProcessMetaDataAdjustment(ProcessMetaDataAdjustment processMetaDataAdjustment) Setter for processMetaDataAdjustmentvoidsetProcessState(ProcessState processState) Setter for processStatevoidsetProcessUUID(String processUUID) Setter for processUUIDvoidsetRecords(List<QRecord> records) Setter for recordsvoidsetUpdatedFrontendStepList(List<QFrontendStepMetaData> updatedFrontendStepList) voidsetValues(Map<String, Serializable> values) Setter for valuestoString()withRecords(List<QRecord> records) Setter for recordswithValue(String fieldName, Serializable value) withValues(Map<String, Serializable> values) Setter for values
-
Constructor Details
-
RunProcessOutput
public RunProcessOutput() -
RunProcessOutput
-
-
Method Details
-
toString
-
getRecords
-
setRecords
-
withRecords
Setter for records -
getValues
Getter for values -
getValue
Getter for a single field's value -
getValueString
-
getValueInteger
-
getValueBigDecimal
-
getValueBoolean
-
getValueLocalTime
-
getValueLocalDate
-
getValueByteArray
-
getValueInstant
-
setValues
Setter for values -
withValue
-
withValues
Setter for values -
addValue
Setter for values -
getProcessUUID
Getter for processUUID -
setProcessUUID
Setter for processUUID -
getProcessState
Getter for processState -
setProcessState
Setter for processState -
setException
-
getException
-
setUpdatedFrontendStepList
-
getUpdatedFrontendStepList
-
getProcessMetaDataAdjustment
Getter for processMetaDataAdjustment -
setProcessMetaDataAdjustment
Setter for processMetaDataAdjustment
-