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

A

ACTIVE - AdminApi.CodeStatus
Marks the code package as ready for the server to run in production.
add(Field) - Method in class Fields
Add one field to the instance of this class.
addAll(Collection<? extends Field>) - Method in class Fields
Adds every element in the specified collection to this instance.
addField(Field) - Method in class Fields
Add one field to the instance of this class.
AdminApi - Class in com.faircom.jsonaction
Executes actions in FairCom's JSON ADMIN API, such as managing services, users, roles, privileges, and sessions.
AdminApi(Session) - Constructor for class AdminApi
Create an AdminApi object that connects to the FairCom server using the specified Session class object.
AdminApi.CodeStatus - Enum in com.faircom.jsonaction
Specifies the status of Code Package.
AdminApi.CodeType - Enum in com.faircom.jsonaction
Specifies the type of Code Package: transform or getRecordsTransform.
AFTERLASTRECORD - Cursor.StartFrom
Moves the cursor after the first record in the results.
AFTERTRIGGER - AdminApi.CodeType
Reserved for future use.
alterAccount(String, String, ObjectNode) - Method in class AdminApi
Alter an existing account.
alterDatabase(String, String, ObjectNode) - Method in class DbApi
Alters a database.
alterSession(ObjectNode) - Method in class AdminApi
Alter settings for a specific session.
alterTable(String, String, ArrayNode, ArrayNode, ArrayNode) - Method in class DbApi
Alters a table by adding, renaming or removing fields and settings.
alterTable(String, String, ArrayNode, ArrayNode, ArrayNode, String, ObjectNode) - Method in class DbApi
Alters a table by adding, renaming or removing fields and settings.
ApiException - Exception in com.faircom.jsonaction
Base class for all FairCom JSON Action exceptions.
ApiException(String) - Constructor for exception ApiException
Constructs a new exception with the specified detail message.
ApiException(String, int) - Constructor for exception ApiException
Constructs a new exception with the specified detail message and errorCode.
ApiException(String, int, ObjectNode) - Constructor for exception ApiException
Constructs a new exception with the specified detail message, errorCode, and response.
ARRAYS - Session.DataFormat
Response data will be in arrays.
assignRolesToAccounts(String, String, String, String, ObjectNode) - Method in class AdminApi
Add roles to accounts and/or remove roles from accounts.
authToken(String) - Method in class Session
Sets the authToken.
AUTODETECT - Session.DataFormat
Auto-detect the format to use.
autoValue(Field.AutoValue) - Method in class Field
The optional "autoValue" causes the server to populate the value of a field automatically.
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