All Classes
-
Class Summary Class Description BasePersistenceAction Base class for actions that work with persistence connectors.BaseUtilAction Base class for actions that don't really fit into any other category.CronTrigger Triggers jobs according to a configurable CRON expression.FilterByRegExpAction Filters the supplied data by a regular expression.FilterByTimestampAction Filters the supplied data by a timestamp.FilterPersistedValueAction Filters data of which a value has already been persisted before.LimitAction Limits the data stream to the first 'n' data items.LogAction Logs the processed data item to igor's log.ManualTrigger Trigger for manual job executions.MiscConstants Defines constants for "base" components.ModuleMiscConfiguration Configuration for the igor misc-module.PauseAction Pauses the processing for a configurable amount of time.PersistValueAction Persists a value from the supplied data to the persistence store.SkipAction Skips the first 'n' data items.SortByTimestampPatternAction Sorts data by using a configurable pattern on a data value.SplitArrayAction Action that converts a JSON-Array into multiple data items with a single JSON-Object containing one of the old values from the array.