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 TypeClassDescriptionclass
AbstractQActionBiConsumer<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.class
AbstractQActionFunction<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 TypeClassDescriptionclass
class
Output 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 TypeClassDescriptionclass
Output for a metaData actionclass
Output for a process-metaData actionclass
Output for a table-metaData action -
Uses of AbstractActionOutput in com.kingsrook.qqq.backend.core.model.actions.processes
Modifier and TypeClassDescriptionclass
Output data container for the RunBackendStep actionclass
Output 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 TypeClassDescriptionclass
class
class
class
-
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 TypeClassDescriptionclass
Output 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 TypeClassDescriptionclass
Subclass 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.class
Subclass 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.