Package adams.flow.rest
Interface RESTPlugin
-
- All Superinterfaces:
adams.core.AdditionalInformationHandler
,adams.core.GlobalInfoSupporter
,adams.core.logging.LoggingSupporter
- All Known Implementing Classes:
AbstractCallablePipeline
,AbstractCallableTransformer
,AbstractParametrizedGroovyRESTPlugin
,AbstractRegisteredFlowRESTPlugin
,AbstractRESTPlugin
,AbstractRESTPluginWithDatabaseConnection
,AbstractRESTPluginWithFlowContext
,CallableJsonPipeline
,CallableJsonTransformer
,CallableTextPipeline
,CallableTextTransformer
,Echo
,RatControl
,RatsTextUpload
,StopFlow
public interface RESTPlugin extends adams.core.logging.LoggingSupporter, adams.core.AdditionalInformationHandler, adams.core.GlobalInfoSupporter
Interface for classes that provide REST functionality.- Author:
- FracPete (fracpete at waikato dot ac dot nz)