Uses of Class
adams.flow.rest.AbstractRESTPlugin
-
Packages that use AbstractRESTPlugin Package Description adams.flow.rest adams.flow.rest.control adams.flow.rest.echo adams.flow.rest.flow adams.flow.rest.text -
-
Uses of AbstractRESTPlugin in adams.flow.rest
Subclasses of AbstractRESTPlugin in adams.flow.rest Modifier and Type Class Description classAbstractParametrizedGroovyRESTPluginAncestor for parametrized REST plugins written in Groovy.classAbstractRegisteredFlowRESTPluginAncestor for REST plugins that .classAbstractRESTPluginWithDatabaseConnectionAncestor for REST plugins that require a database connection.classAbstractRESTPluginWithFlowContextAncestor for REST plugins that require a flow context. -
Uses of AbstractRESTPlugin in adams.flow.rest.control
Subclasses of AbstractRESTPlugin in adams.flow.rest.control Modifier and Type Class Description classRatControlControls Rat actors in flows withRatControlactors.classStopFlowAllows to stop a (registered) flow via its ID. -
Uses of AbstractRESTPlugin in adams.flow.rest.echo
Subclasses of AbstractRESTPlugin in adams.flow.rest.echo Modifier and Type Class Description classEchoSimple echo of the input.
Based on code from here:
https://github.com/zalacer/projects-tn/blob/master/JAX-RSdemo1/src/main/java/tn/HelloWorld.java
-
Uses of AbstractRESTPlugin in adams.flow.rest.flow
Subclasses of AbstractRESTPlugin 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. -
Uses of AbstractRESTPlugin in adams.flow.rest.text
Subclasses of AbstractRESTPlugin in adams.flow.rest.text Modifier and Type Class Description classRatsTextUploadSimple plugin for submitting text in plain-text format to RATS input.
-