Uses of Interface
adams.flow.rest.RESTPlugin
-
Packages that use RESTPlugin Package Description adams.flow.rest adams.flow.rest.control adams.flow.rest.echo adams.flow.rest.flow adams.flow.rest.text -
-
Uses of RESTPlugin in adams.flow.rest
Classes in adams.flow.rest that implement RESTPlugin Modifier and Type Class Description classAbstractParametrizedGroovyRESTPluginAncestor for parametrized REST plugins written in Groovy.classAbstractRegisteredFlowRESTPluginAncestor for REST plugins that .classAbstractRESTPluginAncestor for REST plugins.classAbstractRESTPluginWithDatabaseConnectionAncestor for REST plugins that require a database connection.classAbstractRESTPluginWithFlowContextAncestor for REST plugins that require a flow context.Fields in adams.flow.rest declared as RESTPlugin Modifier and Type Field Description protected RESTPlugin[]GenericServer. m_Pluginsthe plugins that make up the server.Methods in adams.flow.rest that return RESTPlugin Modifier and Type Method Description protected RESTPlugin[]GenericServer. getDefaultPlugins()Returns the default plugins to use.protected RESTPlugin[]RatsServer. getDefaultPlugins()Returns the default plugins to use.RESTPlugin[]GenericServer. getPlugins()Returns the REST plugins in use.Methods in adams.flow.rest with parameters of type RESTPlugin Modifier and Type Method Description protected voidGenericServer. configurePlugins(RESTPlugin[] plugins)For configuring the plugins, e.g., setting the flow context.protected voidRatsServer. configurePlugins(RESTPlugin[] plugins)For configuring the plugins, e.g., setting the flow context.static StringRESTUtils. getAdditionalInformation(RESTPlugin plugin)Generates information about the plugin, to be used for the information return byAdditionalInformationHandler.voidGenericServer. setPlugins(RESTPlugin[] value)Sets the REST plugins to use. -
Uses of RESTPlugin in adams.flow.rest.control
Classes in adams.flow.rest.control that implement RESTPlugin Modifier and Type Class Description classRatControlControls Rat actors in flows withRatControlactors.classStopFlowAllows to stop a (registered) flow via its ID. -
Uses of RESTPlugin in adams.flow.rest.echo
Classes in adams.flow.rest.echo that implement RESTPlugin 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 RESTPlugin in adams.flow.rest.flow
Classes in adams.flow.rest.flow that implement RESTPlugin 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 RESTPlugin in adams.flow.rest.text
Classes in adams.flow.rest.text that implement RESTPlugin Modifier and Type Class Description classRatsTextUploadSimple plugin for submitting text in plain-text format to RATS input.
-