A B C D E F G H I J K L M N O P R S T U V X 
All Classes All Packages

D

DATA - MqApi.Preserve
DATA preserves an Integration table and all its data.
databaseName(String) - Method in class Session
Sets the database name the session connects to.
dataFormat(Session.DataFormat) - Method in class Session
Sets the default data format.
DATE - Field.FieldType
 
DbApi - Class in com.faircom.jsonaction
Executes actions in FairCom's JSON DB API.
DbApi(Session) - Constructor for class DbApi
Use this constructor to use an existing session with a FairCom server to send JSON DB API actions to the server.
DbApi.AtEnd - Enum in com.faircom.jsonaction
Defines how the action commits or rolls back the statements it runs.
DbApi.OnError - Enum in com.faircom.jsonaction
Determines when to stop or continue the execution of SQL statements.
debug(Session.DebugLevel) - Method in class Session
Sets the session's debug setting.
defaultApi(String) - Method in class Session
Sets the default API.
defaultValue(JsonNode) - Method in class Field
defaultValue is an optional string from 0 to 65500 bytes.
DELETED - AdminApi.CodeStatus
Marks the code package as deleted.
deleteDatabase(String) - Method in class DbApi
Deletes a database with the specified name.
deleteDatabase(String, ObjectNode, ObjectNode) - Method in class DbApi
Deletes a database with the specified name.
deleteIndexes(String, String, List<String>) - Method in class DbApi
Deletes the specified indexes in the specified table.
deleteIndexes(String, String, List<String>, String, ObjectNode) - Method in class DbApi
Deletes the specified indexes in the specified table.
deleteIntegrationTables(String, ArrayNode) - Method in class HubApi
 
deleteIntegrationTables(String, ArrayNode, String) - Method in class HubApi
 
deleteIntegrationTables(String, ArrayNode, String, ObjectNode) - Method in class HubApi
Delete one or more integration tables on the FairCom server.
deleteIntegrationTables(String, String) - Method in class HubApi
 
deleteRecordsUsingIds(String, String, List<Long>) - Method in class DbApi
Deletes one or more records in a table.
deleteRecordsUsingIds(String, String, List<Long>, String, ObjectNode) - Method in class DbApi
Deletes one or more records in a table.
deleteRecordsUsingKeys(String, String, ArrayNode) - Method in class DbApi
Deletes one or more records in a table.
deleteRecordsUsingKeys(String, String, ArrayNode, String, ObjectNode) - Method in class DbApi
Deletes one or more records in a table.
deleteSession(String) - Method in class AdminApi
Log out of the FairCom server and release all session resources.
deleteSession(String, ObjectNode) - Method in class AdminApi
Log out of the FairCom server and release all session resources.
deleteTables(String, List<String>) - Method in class DbApi
Deletes one or more tables from the designated database with options.
deleteTables(String, List<String>, String, ObjectNode) - Method in class DbApi
Deletes one or more tables from the designated database with options.
deleteTopic(String) - Method in class MqApi
Deletes an MQTT topic and optionally deletes the persisted data.
deleteTopic(String, MqApi.Preserve) - Method in class MqApi
Deletes an MQTT topic and optionally deletes the persisted data.
deleteTransform(String) - Method in class TransformApi
Delete one or more integration tables on the FairCom server.
deleteTransform(String, ObjectNode) - Method in class TransformApi
Delete one or more integration tables on the FairCom server.
DEPRECATED - AdminApi.CodeStatus
Marks the code package as deprecated to notify users that they should start using another code package instead.
describeAccounts() - Method in class AdminApi
Returns complete information about one or more specified accounts.
describeAccounts(List<String>) - Method in class AdminApi
Returns complete information about one or more specified accounts.
describeAccounts(List<String>, ObjectNode) - Method in class AdminApi
Returns complete information about one or more specified accounts.
describeBrokerConnections(List<String>) - Method in class MqApi
Returns all available information about a specific broker connections.
describeBrokerConnections(List<String>, ObjectNode) - Method in class MqApi
Returns all available information about a specific broker connections.
describeSessions() - Method in class AdminApi
Return one or more session objects that the logged in account is authorized to view.
describeSessions(List<String>) - Method in class AdminApi
Return one or more session objects that the logged in account is authorized to view.
describeSessions(List<String>, ObjectNode) - Method in class AdminApi
Return information about one or more session objects that the logged in account is authorized to view.
describeTables(String, List<String>) - Method in class DbApi
Describes specific tables in the designated database.
describeTables(String, List<String>, ObjectNode) - Method in class DbApi
Describes specific tables in the designated database.
describeThisSession() - Method in class Session
Returns information about the current session in a Jackson ObjectNode.
describeTopics(List<String>) - Method in class MqApi
The "describeTopics" returns all available information about specified MQTT topics.
describeTopics(List<String>, ObjectNode) - Method in class MqApi
The "describeTopics" returns all available information about specified MQTT topics.
describeTransforms(List<String>, ObjectNode) - Method in class TransformApi
The "describeTransforms" action returns all available information about each specified transform.
description(String) - Method in class Session
Sets the description for this session.
DEVELOPING - AdminApi.CodeStatus
Indicates the code package is being developed.
dropAccount(String) - Method in class AdminApi
Removes one existing account.
dropAccounts(List<String>, ObjectNode) - Method in class AdminApi
 
A B C D E F G H I J K L M N O P R S T U V X 
All Classes All Packages