Uses of Interface
adams.flow.standalone.rats.input.RatInputUser
-
Packages that use RatInputUser Package Description adams.flow.rest adams.flow.rest.text adams.flow.webservice.blob adams.flow.webservice.text -
-
Uses of RatInputUser in adams.flow.rest
Classes in adams.flow.rest that implement RatInputUser Modifier and Type Class Description classRatsServerGeneric REST service provider for the RATS framework, which allows you to assemble the REST plugins that should make up the service.
Automatically sets the flow context of plugins, if they should implement the adams.flow.core.FlowContextHandler interface, and for rat input context, if they should implement the adams.flow.standalone.rats.input.RatInputUser interface. -
Uses of RatInputUser in adams.flow.rest.text
Classes in adams.flow.rest.text that implement RatInputUser Modifier and Type Class Description classRatsTextUploadSimple plugin for submitting text in plain-text format to RATS input. -
Uses of RatInputUser in adams.flow.webservice.blob
Classes in adams.flow.webservice.blob that implement RatInputUser Modifier and Type Class Description classRatsBlobServiceWSWebservice for RATS Blob. -
Uses of RatInputUser in adams.flow.webservice.text
Classes in adams.flow.webservice.text that implement RatInputUser Modifier and Type Class Description classRatsTextServiceWSWebservice for RATS Text.
-