| Package | Description | 
|---|---|
| com.streambase.liveview.client | 
 Provides classes and interfaces fundamental to the TIBCO Live Datamart Java API. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static java.util.EnumSet<LiveViewClientCapability> | 
LiveViewClientCapability.CURRENT_LV_CLIENT_CAPABILITY  | 
static java.util.EnumSet<LiveViewClientCapability> | 
LiveViewClientCapability.EMPTY_CLIENT_CAPABILITY  | 
static java.util.EnumSet<LiveViewClientCapability> | 
LiveViewClientCapability.REQ_CLIENT_CAPABILITIES_COMPLEX_KEYS_ONLY  | 
static java.util.EnumSet<LiveViewClientCapability> | 
LiveViewClientCapability.REQ_CLIENT_CAPABILITIES_LH_DATA  | 
static java.util.EnumSet<LiveViewClientCapability> | 
LiveViewClientCapability.REST_API_V1_CAPABILITIES
For internal use only 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static LiveViewClientCapability | 
LiveViewClientCapability.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static LiveViewClientCapability[] | 
LiveViewClientCapability.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.EnumSet<LiveViewClientCapability> | 
ConnectionConfig.getCapabilities()
Get the capabilities 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ConnectionConfig | 
ConnectionConfig.setCapabilities(java.util.EnumSet<LiveViewClientCapability> capabilities)
Set the ClientCapabilities that are supported by this client. 
 | 
void | 
MultiConnectionConfig.setClientCapabilities(java.util.EnumSet<LiveViewClientCapability> capabilities)
Declare your client capabilities to be something less than the current default. 
 |