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 class
AbstractParametrizedGroovyRESTPlugin
Ancestor for parametrized REST plugins written in Groovy.class
AbstractRegisteredFlowRESTPlugin
Ancestor for REST plugins that .class
AbstractRESTPluginWithDatabaseConnection
Ancestor for REST plugins that require a database connection.class
AbstractRESTPluginWithFlowContext
Ancestor 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 class
RatControl
Controls Rat actors in flows withRatControl
actors.class
StopFlow
Allows 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 class
Echo
Simple 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 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. -
Uses of AbstractRESTPlugin in adams.flow.rest.text
Subclasses of AbstractRESTPlugin in adams.flow.rest.text Modifier and Type Class Description class
RatsTextUpload
Simple plugin for submitting text in plain-text format to RATS input.
-