Uses of Class
com.streambase.liveview.client.LiveViewClientCapability
-
Packages that use LiveViewClientCapability Package Description com.streambase.liveview.client Provides classes and interfaces fundamental to the TIBCO LiveView Java API. -
-
Uses of LiveViewClientCapability in com.streambase.liveview.client
Fields in com.streambase.liveview.client with type parameters of type LiveViewClientCapability Modifier and Type Field Description static EnumSet<LiveViewClientCapability>
LiveViewClientCapability. CURRENT_LV_CLIENT_CAPABILITY
Note that the default client capability does not include AGG_MARK_ENDstatic EnumSet<LiveViewClientCapability>
LiveViewClientCapability. EMPTY_CLIENT_CAPABILITY
static EnumSet<LiveViewClientCapability>
LiveViewClientCapability. REQ_CLIENT_CAPABILITIES_COMPLEX_KEYS_ONLY
static EnumSet<LiveViewClientCapability>
LiveViewClientCapability. REQ_CLIENT_CAPABILITIES_LH_DATA
static EnumSet<LiveViewClientCapability>
LiveViewClientCapability. REST_API_V1_CAPABILITIES
Methods in com.streambase.liveview.client that return LiveViewClientCapability Modifier and Type Method Description static LiveViewClientCapability
LiveViewClientCapability. valueOf(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.Methods in com.streambase.liveview.client that return types with arguments of type LiveViewClientCapability Modifier and Type Method Description EnumSet<LiveViewClientCapability>
ConnectionConfig. getCapabilities()
Get the capabilitiesMethod parameters in com.streambase.liveview.client with type arguments of type LiveViewClientCapability Modifier and Type Method Description ConnectionConfig
ConnectionConfig. setCapabilities(EnumSet<LiveViewClientCapability> capabilities)
Set the ClientCapabilities that are supported by this client.void
MultiConnectionConfig. setClientCapabilities(EnumSet<LiveViewClientCapability> capabilities)
Declare your client capabilities to be something less than the current default.
-