|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of IAction in org.pentaho.platform.api.action |
|---|
| Subinterfaces of IAction in org.pentaho.platform.api.action | |
|---|---|
interface |
IDefinitionAwareAction
Makes an Action privy to certain details about the action definition that is responsible for executing it. |
interface |
ILoggingAction
The interface for an Action that wants to be provided with a logger. |
interface |
IPreProcessingAction
Allows an Action to do some preliminary work prior to execution. |
interface |
ISessionAwareAction
The interface for an Action that wants to be provided with a session. |
interface |
IStreamingAction
The interface for Actions that want to stream content to the caller. |
interface |
IVarArgsAction
Allows an Action to accept inputs from the action sequence that are unspecified by the Action itself. |
| Uses of IAction in org.pentaho.platform.api.scheduler2 |
|---|
| Method parameters in org.pentaho.platform.api.scheduler2 with type arguments of type IAction | |
|---|---|
Job |
IScheduler.createJob(String jobName,
Class<? extends IAction> action,
Map<String,Serializable> jobParams,
JobTrigger trigger)
Schedules a job to be run at one or more times in the future. |
| Uses of IAction in org.pentaho.platform.plugin.action.chartbeans |
|---|
| Classes in org.pentaho.platform.plugin.action.chartbeans that implement IAction | |
|---|---|
class |
ChartAction
This class was adapted from ChartComponent by cboyden
This is a bean that permits easy access to the ChartBeans functionality and was
specifically designed to be run from within the Pentaho Platform as an Action Sequence
Action. |
| Uses of IAction in org.pentaho.platform.scheduler2.quartz |
|---|
| Method parameters in org.pentaho.platform.scheduler2.quartz with type arguments of type IAction | |
|---|---|
Job |
QuartzScheduler.createJob(String jobName,
Class<? extends IAction> action,
Map<String,Serializable> jobParams,
JobTrigger trigger)
Schedules a job to be run at one or more times in the future. |
| Uses of IAction in org.pentaho.platform.scheduler2.versionchecker |
|---|
| Classes in org.pentaho.platform.scheduler2.versionchecker that implement IAction | |
|---|---|
class |
VersionCheckerAction
|
| Uses of IAction in org.pentaho.platform.util.beans |
|---|
| Constructors in org.pentaho.platform.util.beans with parameters of type IAction | |
|---|---|
ActionHarness(IAction actionBean)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||