EMS.ResourceTypes
| Package | emsserverapi230.bpl |
|---|
Classes
| EndpointNameAttribute | Attribute to annotate the endpoint name of an endpoint method of an EMS resource class. |
| ResourceNameAttribute | Attribute to annotate the resource name of an EMS resource class. |
| ResourceSuffixAttribute | Attribute to annotate the resource suffix of an endpoint method of an EMS resource class. |
| TEMSBasicResource | Base class for EMS resources which provides an implementation of some members of TEMSResource that should work for most implementations of EMS resources. |
| TEMSCommonResource | Base class for EMS resources which provides an implementation of some members of TEMSResource that should work for most implementations of EMS resources. |
| TEMSEndpointSegment | Represents an URL segment that is part of a list of URL segments. |
| TEMSEndPointSegmentConstant | Represents a constant URL segment, a URL segment that has no special meaning. |
| TEMSEndpointSegmentList | Represents a list of the segments that form a URL. |
| TEMSEndPointSegmentParameter | Represents a URL segment that matches any single URL segment, and indicates that the value of the matched segment should be stored in a dictionary of data (such as TEndpointRequest.Segments) with Name as key. |
| TEMSEndPointSegmentService | Provides methods to work with segments of URL paths. |
| TEMSEndPointSegmentSlash | Represents a URL segment separator (/). |
| TEMSEndPointSegmentWildCard | Represents a URL segment that matches any combination of URL segments. |
| TEMSResourceAttributes | Represents RTTI attributes for an EMS resource. |
| TEMSResourceEndPoint | Base class for REST endpoints that belong to an EMS resource object that is an instance of TEMSCommonResource or a subclass. |
| TEMSResourceEndPointSuffix | Handler of an endpoint of an EMS resource. |
| TEMSTypeInfoResource | EMS resource created from the type information of a regular class. |
Routines
| RegisterResource | Registers the specified RTTI data of an EMS resource class on the EMS Server. |