Class QFunctionInputMetaData
java.lang.Object
com.kingsrook.qqq.backend.core.model.metadata.processes.QFunctionInputMetaData
Meta-Data to define the Input Data for a QQQ Function
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddField
(QFieldMetaData field) Deprecated.Getter a field with the given nameGetter for fieldListgetFieldThrowing
(String name) Getter a field with the given name - throwing if it wasn't foundGetter for recordListMetaDatavoid
setFieldList
(List<QFieldMetaData> fieldList) Setter for fieldListvoid
setRecordListMetaData
(QRecordListMetaData recordListMetaData) Setter for recordListMetaDatawithField
(QFieldMetaData field) Fluently add a field to the listwithFieldList
(List<QFieldMetaData> fieldList) Fluent Setter for fieldList - e.g., will overwrite any previously set fields!!withFields
(List<QFieldMetaData> fieldList) Fluently ADD a list of fields to this object's existing listwithRecordListMetaData
(QRecordListMetaData recordListMetaData) Setter for recordListMetaData
-
Constructor Details
-
QFunctionInputMetaData
public QFunctionInputMetaData()
-
-
Method Details
-
getRecordListMetaData
Getter for recordListMetaData -
setRecordListMetaData
Setter for recordListMetaData -
withRecordListMetaData
Setter for recordListMetaData -
getField
Getter a field with the given name -
getFieldThrowing
Getter a field with the given name - throwing if it wasn't found- Throws:
QException
-
getFieldList
Getter for fieldList -
setFieldList
Setter for fieldList -
withFields
Fluently ADD a list of fields to this object's existing list -
withFieldList
Fluent Setter for fieldList - e.g., will overwrite any previously set fields!! -
withField
Fluently add a field to the list -
addField
Deprecated.Use withField instead, please.
-