Uses of Interface
com.kingsrook.qqq.backend.core.model.actions.tables.InputSource
Packages that use InputSource
Package
Description
-
Uses of InputSource in com.kingsrook.qqq.api.actions
Methods in com.kingsrook.qqq.api.actions with parameters of type InputSourceModifier and TypeMethodDescriptionstatic QRecordQRecordApiAdapter.apiJsonObjectToQRecord(org.json.JSONObject jsonObject, String tableName, String apiName, String apiVersion, boolean includeNonEditableFields, InputSource inputSource) -
Uses of InputSource in com.kingsrook.qqq.api.model.actions
Methods in com.kingsrook.qqq.api.model.actions with parameters of type InputSourceModifier and TypeMethodDescriptionGetTableApiFieldsInput.withInputSource(InputSource inputSource) -
Uses of InputSource in com.kingsrook.qqq.backend.core.model.actions
Methods in com.kingsrook.qqq.backend.core.model.actions that return InputSourceModifier and TypeMethodDescriptionAbstractTableActionInput.getInputSource()Getter for inputSourceMethods in com.kingsrook.qqq.backend.core.model.actions with parameters of type InputSourceModifier and TypeMethodDescriptionvoidAbstractTableActionInput.setInputSource(InputSource inputSource) Setter for inputSourceAbstractTableActionInput.withInputSource(InputSource inputSource) Fluent setter for inputSource -
Uses of InputSource in com.kingsrook.qqq.backend.core.model.actions.metadata.personalization
Methods in com.kingsrook.qqq.backend.core.model.actions.metadata.personalization with parameters of type InputSourceModifier and TypeMethodDescriptionTableMetaDataPersonalizerInput.withInputSource(InputSource inputSource) -
Uses of InputSource in com.kingsrook.qqq.backend.core.model.actions.tables
Classes in com.kingsrook.qqq.backend.core.model.actions.tables that implement InputSourceModifier and TypeClassDescriptionenumQQQ standard input sources -- the system, or users.Methods in com.kingsrook.qqq.backend.core.model.actions.tables that return InputSource -
Uses of InputSource in com.kingsrook.qqq.backend.core.model.actions.tables.aggregate
Methods in com.kingsrook.qqq.backend.core.model.actions.tables.aggregate with parameters of type InputSource -
Uses of InputSource in com.kingsrook.qqq.backend.core.model.actions.tables.count
Methods in com.kingsrook.qqq.backend.core.model.actions.tables.count with parameters of type InputSource -
Uses of InputSource in com.kingsrook.qqq.backend.core.model.actions.tables.delete
Methods in com.kingsrook.qqq.backend.core.model.actions.tables.delete that return InputSourceMethods in com.kingsrook.qqq.backend.core.model.actions.tables.delete with parameters of type InputSourceModifier and TypeMethodDescriptionvoidDeleteInput.setInputSource(InputSource inputSource) Setter for inputSourceDeleteInput.withInputSource(InputSource inputSource) Fluent setter for inputSource -
Uses of InputSource in com.kingsrook.qqq.backend.core.model.actions.tables.get
Methods in com.kingsrook.qqq.backend.core.model.actions.tables.get with parameters of type InputSource -
Uses of InputSource in com.kingsrook.qqq.backend.core.model.actions.tables.insert
Methods in com.kingsrook.qqq.backend.core.model.actions.tables.insert with parameters of type InputSourceModifier and TypeMethodDescriptionInsertInput.withInputSource(InputSource inputSource) Fluent setter for inputSource -
Uses of InputSource in com.kingsrook.qqq.backend.core.model.actions.tables.query
Methods in com.kingsrook.qqq.backend.core.model.actions.tables.query with parameters of type InputSource -
Uses of InputSource in com.kingsrook.qqq.backend.core.model.actions.tables.update
Methods in com.kingsrook.qqq.backend.core.model.actions.tables.update that return InputSourceMethods in com.kingsrook.qqq.backend.core.model.actions.tables.update with parameters of type InputSourceModifier and TypeMethodDescriptionvoidUpdateInput.setInputSource(InputSource inputSource) Setter for inputSourceUpdateInput.withInputSource(InputSource inputSource) Fluent setter for inputSource -
Uses of InputSource in com.kingsrook.qqq.backend.core.processes.implementations.bulk.delete
Methods in com.kingsrook.qqq.backend.core.processes.implementations.bulk.delete that return InputSource -
Uses of InputSource in com.kingsrook.qqq.backend.core.processes.implementations.bulk.edit
Methods in com.kingsrook.qqq.backend.core.processes.implementations.bulk.edit that return InputSource -
Uses of InputSource in com.kingsrook.qqq.backend.core.processes.implementations.bulk.insert
Methods in com.kingsrook.qqq.backend.core.processes.implementations.bulk.insert that return InputSource -
Uses of InputSource in com.kingsrook.qqq.backend.core.processes.implementations.etl.streamedwithfrontend
Methods in com.kingsrook.qqq.backend.core.processes.implementations.etl.streamedwithfrontend that return InputSourceModifier and TypeMethodDescriptionprotected InputSourceLoadViaDeleteStep.getInputSource()protected InputSourceLoadViaInsertOrUpdateStep.getInputSource()protected InputSourceLoadViaInsertStep.getInputSource()protected InputSourceLoadViaUpdateStep.getInputSource()