Interface | Description |
---|---|
ExternalAccessTransformer |
A Marker interface that denotes the Transformer can be accessed by API outside the Vm; like for Web Services or other external API calls.
This also supports Authorizable ; however it is not necessary that any Authorization s would be set hence Authorizable.getAuthorizations() can be null. |
Class | Description |
---|---|
ExternalAccessTransformerWrapper |
A wrapper to regular transformers for external API calls
|
GenericObject |
A GenericObject is capable of representing any discrete event, object, piece of data/meta-data to be called ina RESTful and Stateless transaction.
|
GenericReference |
References to other kinds of Data/Content.
|
Response<T> |
Defines an Synchronous Query Response
Query calls.This object is strictly for Output/Response scenarios. |
ResultRow<T> |
Defines a Row in a result set
|
Copyright © 2018. All rights reserved.