All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description AdminApi Executes actions in FairCom's JSON ADMIN API, such as managing services, users, roles, privileges, and sessions.AdminApi.CodeStatus Specifies the status of Code Package.AdminApi.CodeType Specifies the type of Code Package: transform or getRecordsTransform.ApiException Base class for all FairCom JSON Action exceptions.ConnectionException Extends theApiException
class to handle connection exceptions.Cursor Retrieves data from a query.Cursor.StartFrom Specifies where a cursor starts: current position, before the first record, or after the last record.DbApi Executes actions in FairCom's JSON DB API.DbApi.AtEnd Defines how the action commits or rolls back the statements it runs.DbApi.OnError Determines when to stop or continue the execution of SQL statements.Field The Field class facilitates the creation of table fields.Field.AutoValue An enum representing all possible JSON Action AutoValue values.Field.FieldType An enum representing all available JSON Action field types.Fields Represents the fields in a table.HubApi This class is a work in progress.MqApi This class is a work in progress.MqApi.Preserve Preserve determines how data is preserved during the deleteTopic action.ServerConnection Connects to a FairCom server using HTTPS and HTTP.ServerConnection.TLS_VERSION An enum to hold the TLS version and a customer toString() to ensure it is formatted in a way that TLS classes can use.ServerConnectionInterface Defines a standard interface for creating a connection to a FairCom server.Session Manages the JSON Action API session on the FairCom server.Session.BinaryFormat The BinaryFormat can be 'base64' or 'hex'.Session.DataFormat The DataFormat can be 'autodetect', 'arrays', or 'objects'.Session.DebugLevel The DebugLevel can be 'none' or 'max'.Session.NumberFormat The NumberFormat can be 'number' or 'string'.TransformApi This class is a work in progress.TransformApi.FieldData TransformApi.OutputField TransformApi.TransformAction TransformApi.TransformAction.TransformActionName A collection of valid TransformAction values.TransformApi.TransformAction.TransformParams Specifies a unique set of parameters that configure its transformation process.TransformApi.TransformAction.TransformParams.MapOfFieldsToProperties A class which maps table fields to JSON properties.