REST.Application describes a REST application. More...


Public Member Functions | |
| def | __init__ (self) |
| REST.Application describes a REST application. | |
Public Member Functions inherited from RegisteredObject | |
| _.Library.Status | OnAddToSaveSet (_.Library.Integer depth, _.Library.Integer insert, _.Library.Integer callcount) |
| This callback method is invoked when the current object is added to the SaveSet,. More... | |
| _.Library.Status | OnClose () |
| This callback method is invoked by the <METHOD>Close</METHOD> method to. More... | |
| _.Library.Status | OnConstructClone (_.Library.RegisteredObject object, _.Library.Boolean deep, _.Library.String cloned) |
| This callback method is invoked by the <METHOD>ConstructClone</METHOD> method to. More... | |
| _.Library.Status | OnNew () |
| This callback method is invoked by the <METHOD>New</METHOD> method to. More... | |
| _.Library.Status | OnValidateObject () |
| This callback method is invoked by the <METHOD>ValidateObject</METHOD> method to. More... | |
Public Attributes | |
| dispatchClass | |
| The name of the dispatch class for this REST application. More... | |
| enabled | |
| This application is enabled if the enabled property is true. More... | |
| name | |
| The name of the REST application either in the form of. More... | |
| namespace | |
| The namespace in which this application is defined. More... | |
| resource | |
| Resource which is required for this application of the form resource:mode. More... | |
| swaggerSpec | |
| A URL to produce a swagger specification for this application. More... | |
| webApplications | |
| a comma separated list of the web application that the REST application is deployed to. More... | |
Additional Inherited Members | |
Static Public Attributes inherited from RegisteredObject | |
| CAPTION = None | |
| Optional name used by the Form Wizard for a class when generating forms. More... | |
| JAVATYPE = None | |
| The Java type to be used when exported. | |
| PROPERTYVALIDATION = None | |
| This parameter controls the default validation behavior for the object. More... | |
Static Public Attributes inherited from Adaptor | |
| JSONENABLED | |
| If this parameter is true then JSON-enabling methods will be generated. More... | |
| JSONIGNOREINVALIDFIELD | |
| The JSONIGNOREINVALIDFIELD parameter allows the programmer to control handling of unexpected fields in the JSON input. More... | |
| JSONIGNORENULL | |
| JSONIGNORENULL allows the programmer to override the default handling of empty strings for string properties. More... | |
| JSONNULL | |
| If JSONNULL is true (=1), then unspecified properties are exported as the null value. More... | |
| JSONREFERENCE | |
| JSONREFERENCE specifies the default value of the JSONREFERENCE property parameter that specifies how to More... | |
REST.Application describes a REST application.
| dispatchClass |
The name of the dispatch class for this REST application.
| enabled |
This application is enabled if the enabled property is true.
| name |
| namespace |
The namespace in which this application is defined.
| resource |
Resource which is required for this application of the form resource:mode.
| swaggerSpec |
A URL to produce a swagger specification for this application.
| webApplications |
a comma separated list of the web application that the REST application is deployed to.