| Package | Description |
|---|---|
| org.virtualrepository | |
| org.virtualrepository.comet | |
| org.virtualrepository.csv | |
| org.virtualrepository.impl | |
| org.virtualrepository.sdmx |
| Modifier and Type | Method and Description |
|---|---|
Property |
Properties.lookup(String name)
Returns a given property in this collection.
|
Property |
CommonProperties.property(String value) |
Property |
CommonProperties.property(String value,
String description) |
Property[] |
Properties.toArray()
Returns this properties as an array.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<Property> |
Properties.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
Properties.add(Property... properties)
Adds one or more properties to this collection.
|
| Constructor and Description |
|---|
RepositoryService(QName name,
ServiceProxy proxy,
Property... properties) |
| Constructor and Description |
|---|
CometAsset(String name,
RepositoryService service,
Property... properties)
Creates an instance with a given name and for a given target service.
|
CometAsset(String id,
String name,
Property... properties)
Creates an instance with a given name and properties.
|
| Constructor and Description |
|---|
CsvAsset(String name,
RepositoryService service,
Property... properties)
Creates an instance with a given name, target service, and properties.
|
CsvAsset(String id,
String name,
Property... properties)
Creates an instance with a given identifier, name, and properties.
|
CsvAsset(String name,
String id,
RepositoryService service,
Property... properties)
Creates an instance with a given identifier, name, target service, and properties.
|
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.
|
CsvCodelist(String name,
int codeColumnIndex,
RepositoryService service,
Property... properties)
Creates an instance with a given name, target service, and properties.
|
CsvCodelist(String id,
String name,
int codeColumnIndex,
Property... properties)
Creates an instance with a given identifier, name, code column index, and properties.
|
CsvCodelist(String id,
String name,
int codeColumnIndex,
RepositoryService service,
Property... properties)
Creates an instance with a given identifier, name, target service, and properties.
|
| Constructor and Description |
|---|
AbstractAsset(AssetType type,
String name,
RepositoryService service,
Property... properties)
Creates an instance with a given _type, name, target repository service, and properties.
|
AbstractAsset(AssetType type,
String id,
String name,
Property... properties)
Creates an instance with a given _type, identifier, name, and properties.
|
AbstractAsset(AssetType type,
String id,
String name,
RepositoryService service,
Property... properties)
Creates an instance with a given _type,identifier, name, target repository service, and properties.
|
| 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.
|
SdmxCodelist(String urn,
String id,
String version,
String name,
Property... properties)
Creates an instance with a given URN, identifier, version, and a name.
|
Copyright © 2018. All rights reserved.