| Package | Description |
|---|---|
| org.virtualrepository.comet | |
| org.virtualrepository.csv | |
| org.virtualrepository.impl | |
| org.virtualrepository.sdmx | |
| org.virtualrepository.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
CometGenericType |
| Modifier and Type | Field and Description |
|---|---|
static Type<CometAsset> |
CometAsset.type
The generic type of
CometAssets. |
| Modifier and Type | Class and Description |
|---|---|
class |
CsvCodelistType |
class |
CsvGenericType |
| Modifier and Type | Field and Description |
|---|---|
static Type<CsvCodelist> |
CsvCodelist.type
The type of
CsvCodelists. |
static Type<CsvAsset> |
CsvAsset.type
The generic type of
CsvAssets. |
| Constructor and Description |
|---|
CsvAsset(Type<T> type,
String name,
RepositoryService service,
Property... properties)
Creates an instance with a given type, name, target service, and properties.
|
CsvAsset(Type<T> type,
String id,
String name,
Property... properties)
Creates an instance with a given type, identifier, name, and properties.
|
CsvAsset(Type<T> type,
String id,
String name,
RepositoryService service,
Property... properties)
Creates an instance with a given type, identifier, name, target service, and properties.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractType<T extends Asset>
Partial implementation of
Type. |
| Modifier and Type | Field and Description |
|---|---|
static Type<?> |
Type.any |
| Modifier and Type | Class and Description |
|---|---|
class |
SdmxCodelistType |
class |
SdmxGenericType |
| Modifier and Type | Field and Description |
|---|---|
static Type<SdmxAsset> |
SdmxAsset.type
The generic type of
SdmxAssets. |
static Type<SdmxCodelist> |
SdmxCodelist.type
The type of
CsvCodelists. |
| Constructor and Description |
|---|
SdmxAsset(Type<T> type,
String name,
RepositoryService service,
Property... properties)
Creates an instance with a given type, name, and target service.
|
SdmxAsset(Type<T> type,
String urn,
String id,
String version,
String name,
Property... properties)
Creates an instance with a given type, urn, identifier, version, name, and properties.
|
| Modifier and Type | Method and Description |
|---|---|
Type<? extends T> |
ImportAdapter.type() |
Type<? extends T> |
PublishAdapter.type() |
Type<? extends T> |
Accessor.type()
Returns the bound type.
|
Copyright © 2018. All rights reserved.