Modifier and Type | Interface and Description |
---|---|
interface |
KRestEntity |
Modifier and Type | Class and Description |
---|---|
class |
AbstractKEntity |
static class |
AbstractKEntity.ResourceNotFound
A
RestBasicEntity that indicates the resource was not found. |
class |
AbstractKomodoMetadataService |
class |
KomodoService
A Komodo service implementation.
|
class |
RestBasicEntity
Indicates the objects has a JSON representation.
|
static class |
RestBasicEntity.ResourceNotFound
A
RestBasicEntity that indicates the resource was not found. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractKomodoContentAttribute |
class |
KomodoRestUriBuilder
Komodo REST URI builder.
|
class |
RestEntityFactory |
Modifier and Type | Class and Description |
---|---|
class |
ConnectionSchema
{
"keng__id": "connection",
"keng__kType": "Connection",
"keng__description": "Describes the configuration for a connection",
"keng__properties": {
"tko__jndiname": {
"keng__type": "string",
"keng__required": "true",
"keng__repeatable": "false"
},
"tko__drivername": {
"keng__type": "string",
"keng__required": "true",
"keng__repeatable": "false"
},
"property": {
"keng__properties": {
"value": {
"keng__type": "string",
"keng__required": "false"
},
"name": {
"keng__type": "string",
"keng__required": "false",
"keng__values": [
]
}
}
"keng__type": "string",
"keng__required": "false",
"keng__repeatable": "true",
"keng__limit": "-1"
}
}
|
class |
RestConnection
A connection that can be used by GSON to build a JSON document representation.
|
class |
RestSchemaNode
Used to build a JSON representation for a schema node
|
Modifier and Type | Class and Description |
---|---|
class |
DataServiceSchema |
class |
RestDataservice
A Dataservice that can be used by GSON to build a JSON document representation.
|
Modifier and Type | Class and Description |
---|---|
class |
KomodoConnectionAttributes
Object to be serialised by GSON that encapsulates a connection object
|
class |
KomodoDataSourceJdbcTableAttributes
Object to be serialised by GSON that encapsulates properties for JDBC table request
|
class |
KomodoFileAttributes
Object to be serialised by GSON that encapsulates a storage type and parameters object
|
class |
KomodoPathAttribute
Object to be serialised by GSON that encapsulates an artifact path object
|
class |
KomodoQueryAttribute
Object to be serialised by GSON that encapsulates an artifact path object
|
class |
KomodoSearcherAttributes
Object to be serialised by GSON that encapsulates a search object
|
class |
KomodoSyndesisDataSourceAttributes
Object to be serialised by GSON that encapsulates a connection object
|
class |
KomodoTeiidAttributes
Object to be serialised by GSON that encapsulates a Teiid credential object
|
class |
KomodoViewsInfo
Object to be serialised by GSON that encapsulates properties for ViewsInfo
|
class |
PublishRequestPayload |
Modifier and Type | Class and Description |
---|---|
class |
ImportExportStatus |
class |
KomodoSavedSearcher
Object to be serialised by GSON that encapsulates a search object
|
class |
KomodoStatusObject
Object to be serialised by GSON that provides key/message pairs
|
class |
KomodoStorageAttributes
Object to be serialised by GSON that encapsulates a storage type and parameters object
|
class |
RestConnectionDriver |
class |
RestConnectionSummary
An entity containing a connection and it's status.
|
class |
RestDataserviceViewInfo
A Dataservice View info object that can be used by GSON to build a JSON document representation.
|
class |
RestGitRepository |
class |
RestQueryColumn |
class |
RestQueryResult |
class |
RestQueryRow |
class |
RestStorageType |
class |
RestSyndesisDataSource |
class |
RestVdb
A VDB that can be used by GSON to build a JSON document representation.
|
class |
RestVdbCondition
A condition that can be used by GSON to build a JSON document representation.
|
class |
RestVdbDataRole
A data role that can be used by GSON to build a JSON document representation.
|
class |
RestVdbImport
A VDB import that can be used by GSON to build a JSON document representation.
|
class |
RestVdbMask
A condition that can be used by GSON to build a JSON document representation.
|
class |
RestVdbModel
A VDB model that can be used by GSON to build a JSON document model representation.
|
class |
RestVdbModelSource
A VDB model source that can be used by GSON to build a JSON model source representation.
|
class |
RestVdbModelTable
A VDB model table that can be used by GSON to build a JSON model source representation.
|
class |
RestVdbModelTableColumn
A VDB model table column that can be used by GSON to build a JSON model source representation.
|
class |
RestVdbModelView
A VDB model view that can be used by GSON to build a JSON model view representation.
|
class |
RestVdbPermission
A data role that can be used by GSON to build a JSON document representation.
|
class |
RestVdbTranslator
A translator that can be used by GSON to build a JSON document representation.
|
Modifier and Type | Class and Description |
---|---|
class |
RestMetadataConnection
A connection that can be used by GSON to build a JSON document representation.
|
class |
RestMetadataConnectionStatus |
class |
RestMetadataStatus
A Metadata Server Status object that can be used by GSON to build a JSON document representation.
|
class |
RestMetadataTemplate
A template that can be used by GSON to build a JSON document representation.
|
class |
RestMetadataTemplateEntry
A templateEntry that can be used by GSON to build a JSON document representation.
|
class |
RestMetadataVdb
A VDB that can be used by GSON to build a JSON document representation.
|
class |
RestMetadataVdbStatus
A Teiid Vdb Status object that can be used by GSON to build a JSON document representation.
|
class |
RestMetadataVdbStatusVdb
Object to be serialised by GSON that encapsulates the status of a deployed vdb
|
class |
RestMetadataVdbTranslator
A translator that can be used by GSON to build a JSON document representation.
|
class |
RestSyndesisSourceStatus
The Syndesis source status.
|
Modifier and Type | Class and Description |
---|---|
class |
RestSqlComposition |
class |
RestSqlProjectedColumn
Rest object for a projected column
|
class |
RestStateCommandAggregate |
static class |
RestStateCommandAggregate.RestStateCommand |
class |
RestViewDefinition
Rest ViewDefinition
|
class |
RestViewDefinitionStatus
Object to be serialised by GSON that provides view definition status
|
class |
RestViewEditorState |
Modifier and Type | Class and Description |
---|---|
class |
RestRouteStatus |
class |
RestVirtualizationStatus |
Modifier and Type | Class and Description |
---|---|
class |
KomodoConnectionService
A Komodo REST service for obtaining Connection information from the workspace.
|
class |
KomodoDataserviceService
A Komodo REST service for obtaining Dataservice information from the workspace.
|
class |
KomodoDriverService
A Komodo REST service for obtaining Driver information from the workspace.
|
class |
KomodoImportExportService
A Komodo REST service for import / export artifacts into / out of the workspace
|
class |
KomodoMetadataService
A Komodo REST service for obtaining information from a metadata instance.
|
class |
KomodoSearchService
A Komodo REST service for obtaining VDB information from the workspace.
|
class |
KomodoUtilService
A Komodo REST service for obtaining VDB information from the workspace.
|
class |
KomodoVdbService
A Komodo REST service for obtaining VDB information from the workspace.
|
Copyright © 2013–2019. All rights reserved.