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 classAbstractParametrizedGroovyRESTPluginAncestor for parametrized REST plugins written in Groovy.classAbstractRESTPluginWithDatabaseConnectionAncestor 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 classRatControlControls Rat actors in flows withRatControlactors. -
Uses of AbstractRESTPluginWithFlowContext in adams.flow.rest.flow
Subclasses of AbstractRESTPluginWithFlowContext in adams.flow.rest.flow Modifier and Type Class Description classAbstractCallablePipeline<T>Ancestor for pipeline that process data with a callable pipeline template.classAbstractCallableTransformer<T>Ancestor for plugins that process the data with a callable transformer.classCallableJsonPipelineProcessing pipeline for JSON.classCallableJsonTransformerProcessing transformer for JSON.classCallableTextPipelineProcessing pipeline for arbitrary text.classCallableTextTransformerProcessing transformer for arbitrary text.
-