Uses of Class
adams.flow.rest.AbstractRESTPluginWithFlowContext
-
Packages that use AbstractRESTPluginWithFlowContext Package Description adams.flow.rest adams.flow.rest.control adams.flow.rest.flow -
-
Uses of AbstractRESTPluginWithFlowContext in adams.flow.rest
Subclasses of AbstractRESTPluginWithFlowContext in adams.flow.rest Modifier and Type Class Description class
AbstractParametrizedGroovyRESTPlugin
Ancestor for parametrized REST plugins written in Groovy.class
AbstractRESTPluginWithDatabaseConnection
Ancestor for REST plugins that require a database connection. -
Uses of AbstractRESTPluginWithFlowContext in adams.flow.rest.control
Subclasses of AbstractRESTPluginWithFlowContext in adams.flow.rest.control Modifier and Type Class Description class
RatControl
Controls Rat actors in flows withRatControl
actors. -
Uses of AbstractRESTPluginWithFlowContext in adams.flow.rest.flow
Subclasses of AbstractRESTPluginWithFlowContext in adams.flow.rest.flow Modifier and Type Class Description class
AbstractCallablePipeline<T>
Ancestor for pipeline that process data with a callable pipeline template.class
AbstractCallableTransformer<T>
Ancestor for plugins that process the data with a callable transformer.class
CallableJsonPipeline
Processing pipeline for JSON.class
CallableJsonTransformer
Processing transformer for JSON.class
CallableTextPipeline
Processing pipeline for arbitrary text.class
CallableTextTransformer
Processing transformer for arbitrary text.
-