Package com.ebasetech.xi.api
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.
- Since:
- V5.2
-
Method Summary
Modifier and Type Method Description RESTfulService
getRest()
Returns the RESTful functions available to the RESTful Web ServiceMethods inherited from interface com.ebasetech.xi.api.BaseForm
abort, getAbortMessage, getFields, getLanguage, getResources, getTables, getTexts, getTimezone, setLanguage, setTimezone
Methods inherited from interface com.ebasetech.xi.api.Element
getElementName, getElementType
-
Method Details
-
getRest
RESTfulService getRest()Returns the RESTful functions available to the RESTful Web Service
-