Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
F
- F_AUTH_UPDATE - Static variable in interface com.caplin.datasrc.interfaces.DSData
-
Used to indicate to a Liberator that this update should be checked for client access using the auth module.
- F_AUTHGLOBAL - Static variable in interface com.caplin.datasrc.interfaces.DSData
-
Indicates that this object is a global permission object and that all updates for it should be passed through to the Auth module.
- F_CHANGEDFIELDS - Static variable in interface com.caplin.datasrc.interfaces.DSData
-
Indicates that this object should be delta compressed before sending on to the clients.
- F_CLEAR_PERMISSIONS - Static variable in interface com.caplin.datasrc.interfaces.DSData
-
Clear all permission entries for this object.
- F_CLEAR_TYPE2 - Static variable in interface com.caplin.datasrc.interfaces.DSData
-
Clear all type 2 entries for this object.
- F_CLEAR_TYPE3 - Static variable in interface com.caplin.datasrc.interfaces.DSData
-
Clear all type 3 entries for this object.
- F_CONTAINER_INSERT_AT - Static variable in interface com.caplin.datasrc.interfaces.DSField
-
Flag used internally to identify that the DSField represents an object to be inserted in a container (by
DSContainer.insertObject(java.lang.String, int)
). - F_CREATEOBJECT - Static variable in interface com.caplin.datasrc.interfaces.DSData
-
Creates this object if it does not exist.
- F_CREATEPARENT - Static variable in interface com.caplin.datasrc.interfaces.DSData
-
Creates the parent directory if it does not exist.
- F_DEFAULT - Static variable in interface com.caplin.transformer.module.Subscriber
-
Default Subscriber flag.
- F_DELETE_PERMISSION - Static variable in interface com.caplin.datasrc.interfaces.DSData
-
Delete any permission entries for this object with the same value as the first field in the update.
- F_FILTER_TYPE2 - Static variable in interface com.caplin.datasrc.interfaces.DSData
-
Clear any type 2 entries for this object with the same value as the first field in the update.
- F_FILTER_TYPE3 - Static variable in interface com.caplin.datasrc.interfaces.DSData
-
Clear all type 3 entries for this object with the same value as the first field in the update.
- F_IMAGE - Static variable in interface com.caplin.datasrc.interfaces.DSData
-
Indicates this packet is an image and not an update.
- F_LISTENER_ACCESSORY - Static variable in interface com.caplin.transformer.module.Subscriber
-
Setting this flag on subscribe will cause the subscriber to behave as an accessory listener.
- F_NOCACHE - Static variable in interface com.caplin.datasrc.interfaces.DSRecord
-
Do not cache this update - pass directly through to clients.
- F_NONACTIVE - Static variable in interface com.caplin.datasrc.interfaces.DSData
-
Indicates that this object should be treated in a non-active (ie broadcast) manner.
- FALSE - Static variable in class com.caplin.transformer.module.wrappers.RPNWrapper
-
Value returned from evaluateRule for a boolean rule for which the result was false.
- FIELD_OFFSET - Static variable in interface com.caplin.datasrc.interfaces.DSPage
-
The offset applied to page fields added using
DSPage.addPageField(int, String)
. - FieldInfo - Interface in com.caplin.datasrc.fields
-
Holds information about a field that is managed by the FieldManager.
- FieldLimitReachedException - Exception in com.caplin.datasrc.fields
-
Indicates that an attempt to add a field to a
FieldManager
failed because the maximum number of fields have already been added to it. - FieldLimitReachedException(int) - Constructor for exception com.caplin.datasrc.fields.FieldLimitReachedException
-
Constructs the FieldLimitReachedException with the specified field limit.
- FieldLimitReachedException(int, String) - Constructor for exception com.caplin.datasrc.fields.FieldLimitReachedException
-
Constructs the FieldLimitReachedException with the specified field limit and description.
- FieldManager - Interface in com.caplin.datasrc.fields
-
Provides field management functionality, including field name/number mapping.
- finalize() - Method in class com.caplin.transformer.module.datasrc.TransformerDataImpl
-
Frees the memory for the underlying C ds_data struct stored within the Transformer core.
- findType(Class) - Static method in enum class com.caplin.transformer.module.pipeline.PipelineType
- FLOAT - Enum constant in enum class com.caplin.transformer.module.pipeline.PipelineType
-
Represents
Double
- FLOAT - Static variable in class com.caplin.util.base64.Base64
-
The binary indentifier for a float.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form