Uses of Class
com.kingsrook.qqq.backend.core.model.actions.AbstractActionOutput
Packages that use AbstractActionOutput
Package
Description
-
Uses of AbstractActionOutput in com.kingsrook.qqq.api.model.actions
Subclasses of AbstractActionOutput in com.kingsrook.qqq.api.model.actions -
Uses of AbstractActionOutput in com.kingsrook.qqq.backend.core.actions
Classes in com.kingsrook.qqq.backend.core.actions with type parameters of type AbstractActionOutputModifier and TypeClassDescriptionclassAbstractQActionBiConsumer<I extends AbstractActionInput,O extends AbstractActionOutput> Base class for QQQ Actions (both framework and application defined) that have a signature like a BiConsumer - taking both Input and Output objects as parameters, with void output.classAbstractQActionFunction<I extends AbstractActionInput,O extends AbstractActionOutput> Base class for QQQ Actions (both framework and application defined) that have a signature like a Function - taking an Input object as a parameter, and returning an Output object. -
Uses of AbstractActionOutput in com.kingsrook.qqq.backend.core.model.actions.audits
Subclasses of AbstractActionOutput in com.kingsrook.qqq.backend.core.model.actions.auditsModifier and TypeClassDescriptionclassclassOutput object for the DML audit action. -
Uses of AbstractActionOutput in com.kingsrook.qqq.backend.core.model.actions.messaging
-
Uses of AbstractActionOutput in com.kingsrook.qqq.backend.core.model.actions.metadata
Modifier and TypeClassDescriptionclassOutput for a metaData actionclassOutput for a process-metaData actionclassOutput for a table-metaData action -
Uses of AbstractActionOutput in com.kingsrook.qqq.backend.core.model.actions.metadata.personalization
Subclasses of AbstractActionOutput in com.kingsrook.qqq.backend.core.model.actions.metadata.personalizationModifier and TypeClassDescriptionclassOutput for the action to personalize the table-metaData -
Uses of AbstractActionOutput in com.kingsrook.qqq.backend.core.model.actions.processes
Modifier and TypeClassDescriptionclassOutput data container for the RunBackendStep actionclassOutput data container for the RunProcess action -
Uses of AbstractActionOutput in com.kingsrook.qqq.backend.core.model.actions.reporting
-
Uses of AbstractActionOutput in com.kingsrook.qqq.backend.core.model.actions.scripts
Subclasses of AbstractActionOutput in com.kingsrook.qqq.backend.core.model.actions.scriptsModifier and TypeClassDescriptionclassclassclassclass -
Uses of AbstractActionOutput in com.kingsrook.qqq.backend.core.model.actions.tables.aggregate
-
Uses of AbstractActionOutput in com.kingsrook.qqq.backend.core.model.actions.tables.count
-
Uses of AbstractActionOutput in com.kingsrook.qqq.backend.core.model.actions.tables.delete
-
Uses of AbstractActionOutput in com.kingsrook.qqq.backend.core.model.actions.tables.get
-
Uses of AbstractActionOutput in com.kingsrook.qqq.backend.core.model.actions.tables.insert
-
Uses of AbstractActionOutput in com.kingsrook.qqq.backend.core.model.actions.tables.query
-
Uses of AbstractActionOutput in com.kingsrook.qqq.backend.core.model.actions.tables.replace
-
Uses of AbstractActionOutput in com.kingsrook.qqq.backend.core.model.actions.tables.update
-
Uses of AbstractActionOutput in com.kingsrook.qqq.backend.core.model.actions.templates
-
Uses of AbstractActionOutput in com.kingsrook.qqq.backend.core.model.actions.values
Subclasses of AbstractActionOutput in com.kingsrook.qqq.backend.core.model.actions.valuesModifier and TypeClassDescriptionclassOutput for the Search possible value source action -
Uses of AbstractActionOutput in com.kingsrook.qqq.backend.core.processes.implementations.etl.streamedwithfrontend
Subclasses of AbstractActionOutput in com.kingsrook.qqq.backend.core.processes.implementations.etl.streamedwithfrontendModifier and TypeClassDescriptionclassSubclass of RunBackendStepOutput, meant for use in the pseudo-steps used by the Streamed-ETL-with-frontend processes - where the Record list is not the full process's record list - rather - is just a preview of the records - e.g., the first n.classSubclass of RunBackendStepOutput, meant for use in the pseudo-steps used by the Streamed-ETL-with-frontend processes - where the Record list is not the full process's record list - rather - is just a page at a time -- so this class overrides the getRecords and setRecords method, to just work with that page.