Package | Description |
---|---|
com.streambase.liveview.client.serverdatautility |
Provides classes and interfaces to fetch TIBCO Live Datamart server's utility data.
|
Modifier and Type | Method and Description |
---|---|
static ServerUtilityDataProvider.DATA_POLICY |
ServerUtilityDataProvider.DATA_POLICY.getPolicyFromValue(String value) |
static ServerUtilityDataProvider.DATA_POLICY |
ServerUtilityDataProvider.DATA_POLICY.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerUtilityDataProvider.DATA_POLICY[] |
ServerUtilityDataProvider.DATA_POLICY.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Map<String,DataStatus> |
ServerUtilityDataProvider.importMetadata(File file,
ServerUtilityDataProvider.DATA_POLICY dataPolicy,
String... resources)
Utility to import LiveView metadata
|
Map<String,DataStatus> |
ServerUtilityDataProvider.importMetadata(InputStream inputstream,
ServerUtilityDataProvider.DATA_POLICY dataPolicy,
String... resources)
Utility to import LiveView metadata.
|
Copyright © 2015–2018 Cloud Software Group, Inc.. All rights reserved.