Interface RESTfulWebService

All Superinterfaces:
BaseForm, Element, EventOwner, java.io.Serializable

public interface RESTfulWebService
extends BaseForm
The RESTfulWebService interface represents an RESTful Web Service. A RESTful Web Service is a special type of form that can only be executed via a REST call. It does not have any displayable elements such as pages, controls, lists etc.

Further documentation.

Since:
V5.2
  • Method Details

    • getRest

      RESTfulService getRest()
      Returns the RESTful functions available to the RESTful Web Service