public interface TeiidVdb
Modifier and Type | Field and Description |
---|---|
static String |
DYNAMIC_VDB_SUFFIX
Suffix of a dynamic vdb
|
static String |
VDB_DOT_EXTENSION
Extension of a vdb file with dot appended
|
static String |
VDB_EXTENSION
Extension of a vdb file
|
Modifier and Type | Method and Description |
---|---|
String |
export() |
String |
getDeployedName() |
Collection<String> |
getModelNames()
Get the names of all the models in this vdb
|
String |
getName() |
Properties |
getProperties() |
String |
getPropertyValue(String key) |
List<String> |
getValidityErrors() |
String |
getVersion() |
boolean |
hasFailed() |
boolean |
hasModels()
Does the VDB contain any models
|
boolean |
isActive() |
boolean |
isLoading() |
boolean |
isPreviewVdb() |
boolean |
wasRemoved() |
static final String VDB_EXTENSION
static final String VDB_DOT_EXTENSION
static final String DYNAMIC_VDB_SUFFIX
String getName()
String getDeployedName()
String getVersion()
boolean isPreviewVdb()
true
if this is a preview VDBboolean isActive()
true
if this VDB is activeboolean isLoading()
true
if this VDB is loadingboolean hasFailed()
true
if this VDB failedboolean wasRemoved()
true
if this VDB is removedboolean hasModels()
true
if the vdb has any modelsCollection<String> getModelNames()
Collection
of model namesString getPropertyValue(String key)
key
- Properties getProperties()
Copyright © 2013–2019. All rights reserved.