A B C D E F G H I J L M N O P R S T U V 

A

ApiVersionResponse - Class in eu.trentorise.opendata.jackan
 
ApiVersionResponse() - Constructor for class eu.trentorise.opendata.jackan.ApiVersionResponse
 
AUTHORIZATION_ERROR - Static variable in class eu.trentorise.opendata.jackan.model.CkanError
 

B

build() - Method in class eu.trentorise.opendata.jackan.CkanClient.Builder
 
builder() - Static method in class eu.trentorise.opendata.jackan.CheckedCkanClient
Returns a builder instance.
builder() - Static method in class eu.trentorise.opendata.jackan.CkanClient
Returns a new client builder.
byGroupNames(Iterable<String>) - Method in class eu.trentorise.opendata.jackan.CkanQuery
Each filtered dataset must belong to all the given groups i.e.
byGroupNames(String...) - Method in class eu.trentorise.opendata.jackan.CkanQuery
Each filtered dataset must belong to all the given groups i.e.
byLicenseId(String) - Method in class eu.trentorise.opendata.jackan.CkanQuery
Each filtered dataset must have the given license
byOrganizationName(String) - Method in class eu.trentorise.opendata.jackan.CkanQuery
Each filtered dataset must belong to the given organization
byTagNames(Iterable<String>) - Method in class eu.trentorise.opendata.jackan.CkanQuery
Each filtered dataset must have all the given tags
byTagNames(String...) - Method in class eu.trentorise.opendata.jackan.CkanQuery
Each filtered dataset must have all the given tags
byText(String) - Method in class eu.trentorise.opendata.jackan.CkanQuery
 

C

CheckedCkanClient - Class in eu.trentorise.opendata.jackan
This client performs additional checks when writing to CKAN to ensure written content is correct.
CheckedCkanClient() - Constructor for class eu.trentorise.opendata.jackan.CheckedCkanClient
 
CheckedCkanClient(String) - Constructor for class eu.trentorise.opendata.jackan.CheckedCkanClient
 
CheckedCkanClient(String, String) - Constructor for class eu.trentorise.opendata.jackan.CheckedCkanClient
 
checkNotCreated() - Method in class eu.trentorise.opendata.jackan.CkanClient.Builder
 
CKAN_NO_MILLISECS_PATTERN - Static variable in class eu.trentorise.opendata.jackan.CkanClient
Found pattern "2013-12-17T00:00:00" in resource.date_modified in dati.toscana: http://dati.toscana.it/api/3/action/package_show?id=alluvioni_bacreg See also ckan issue 874 and ckan pull 2519
CKAN_TIMESTAMP_PATTERN - Static variable in class eu.trentorise.opendata.jackan.CkanClient
CKAN uses timestamps like '1970-01-01T01:00:00.000010' in UTC timezone, has precision up to microsecond and doesn't append 'Z' to timestamps.
CkanActivity - Class in eu.trentorise.opendata.jackan.model
 
CkanActivity() - Constructor for class eu.trentorise.opendata.jackan.model.CkanActivity
 
CkanCapacity - Enum in eu.trentorise.opendata.jackan.model
Actually they are lower case in ckan, but 'public' and 'private' clash with Java keywords
CkanClient - Class in eu.trentorise.opendata.jackan
Client to access a ckan instance.
CkanClient() - Constructor for class eu.trentorise.opendata.jackan.CkanClient
 
CkanClient(String) - Constructor for class eu.trentorise.opendata.jackan.CkanClient
Creates a Ckan client with null token
CkanClient(String, String) - Constructor for class eu.trentorise.opendata.jackan.CkanClient
Creates a Ckan client with null token
CkanClient.Builder - Class in eu.trentorise.opendata.jackan
Builder for the client.
CkanClient.Builder(CkanClient) - Constructor for class eu.trentorise.opendata.jackan.CkanClient.Builder
 
CkanClient.GroupForDatasetPosting - Class in eu.trentorise.opendata.jackan
 
CkanClient.GroupForDatasetPosting() - Constructor for class eu.trentorise.opendata.jackan.CkanClient.GroupForDatasetPosting
 
CkanDataset - Class in eu.trentorise.opendata.jackan.model
Extends CkanDatasetBase with fields found in search operations.
CkanDataset() - Constructor for class eu.trentorise.opendata.jackan.model.CkanDataset
 
CkanDataset(String) - Constructor for class eu.trentorise.opendata.jackan.model.CkanDataset
 
CkanDatasetBase - Class in eu.trentorise.opendata.jackan.model
A Ckan Dataset, which in turn holds Ckan Resources.
CkanDatasetBase() - Constructor for class eu.trentorise.opendata.jackan.model.CkanDatasetBase
 
CkanDatasetBase(String) - Constructor for class eu.trentorise.opendata.jackan.model.CkanDatasetBase
Constructor with the minimal set of attributes required to successfully create a dataset on the server.
CkanDatasetRelationship - Class in eu.trentorise.opendata.jackan.model
 
CkanDatasetRelationship() - Constructor for class eu.trentorise.opendata.jackan.model.CkanDatasetRelationship
 
CkanDatasetRelationship(String, String, String) - Constructor for class eu.trentorise.opendata.jackan.model.CkanDatasetRelationship
Constructor with the minal amount of fields required for creation
CkanError - Class in eu.trentorise.opendata.jackan.model
For list of errors see api.py
CkanError() - Constructor for class eu.trentorise.opendata.jackan.model.CkanError
 
CkanException - Exception in eu.trentorise.opendata.jackan.exceptions
Runtime exception for ckan-related problems.
CkanException(String, CkanClient) - Constructor for exception eu.trentorise.opendata.jackan.exceptions.CkanException
 
CkanException(String, CkanResponse, CkanClient) - Constructor for exception eu.trentorise.opendata.jackan.exceptions.CkanException
 
CkanException(String, CkanClient, Throwable) - Constructor for exception eu.trentorise.opendata.jackan.exceptions.CkanException
 
CkanException(String, CkanResponse, CkanClient, Throwable) - Constructor for exception eu.trentorise.opendata.jackan.exceptions.CkanException
 
CkanGroup - Class in eu.trentorise.opendata.jackan.model
Class to explicitly model a Ckan group, which is not an organization, although it has the same attributes.
CkanGroup() - Constructor for class eu.trentorise.opendata.jackan.model.CkanGroup
 
CkanGroup(String) - Constructor for class eu.trentorise.opendata.jackan.model.CkanGroup
Constructor with minimal amount of parameters needed to successfully create an instance on the server.
CkanGroupOrg - Class in eu.trentorise.opendata.jackan.model
Abstract class with additional fields found during searches of groups and organizations.
CkanGroupOrg() - Constructor for class eu.trentorise.opendata.jackan.model.CkanGroupOrg
 
CkanGroupOrgBase - Class in eu.trentorise.opendata.jackan.model
Abstract class to model the same data structure that Ckan uses for creating both groups and organizations.
CkanGroupOrgBase() - Constructor for class eu.trentorise.opendata.jackan.model.CkanGroupOrgBase
 
CkanGroupOrgBase(String) - Constructor for class eu.trentorise.opendata.jackan.model.CkanGroupOrgBase
Constructor with minimal amount of parameters needed to successfully create an instance on the server.
CkanLicense - Class in eu.trentorise.opendata.jackan.model
 
CkanLicense() - Constructor for class eu.trentorise.opendata.jackan.model.CkanLicense
 
CkanNotFoundException - Exception in eu.trentorise.opendata.jackan.exceptions
Thrown when Ckan tells us something was not found.
CkanNotFoundException(String, CkanResponse, CkanClient) - Constructor for exception eu.trentorise.opendata.jackan.exceptions.CkanNotFoundException
 
CkanNotFoundException(String, CkanResponse, CkanClient, Throwable) - Constructor for exception eu.trentorise.opendata.jackan.exceptions.CkanNotFoundException
 
CkanOrganization - Class in eu.trentorise.opendata.jackan.model
Class to explicitly model a Ckan organization, which is not a group, although it has the same attributes.
CkanOrganization() - Constructor for class eu.trentorise.opendata.jackan.model.CkanOrganization
 
CkanOrganization(String) - Constructor for class eu.trentorise.opendata.jackan.model.CkanOrganization
Constructor with minimal amount of parameters needed to successfully create an instance on the server.
CkanPair - Class in eu.trentorise.opendata.jackan.model
For key/value pairs present in extras field.
CkanPair() - Constructor for class eu.trentorise.opendata.jackan.model.CkanPair
 
CkanPair(String, String) - Constructor for class eu.trentorise.opendata.jackan.model.CkanPair
 
CkanQuery - Class in eu.trentorise.opendata.jackan
Usage example: CkanQuery.filter().byText("litigations").byGroupNames("justice")
CkanResource - Class in eu.trentorise.opendata.jackan.model
Extends CkanResourceBase with fields found in search operations.
CkanResource() - Constructor for class eu.trentorise.opendata.jackan.model.CkanResource
 
CkanResource(String, String) - Constructor for class eu.trentorise.opendata.jackan.model.CkanResource
 
CkanResourceBase - Class in eu.trentorise.opendata.jackan.model
A Ckan Resource describes with metadata a physical file, which may reside outside ckan.
CkanResourceBase() - Constructor for class eu.trentorise.opendata.jackan.model.CkanResourceBase
 
CkanResourceBase(String, String) - Constructor for class eu.trentorise.opendata.jackan.model.CkanResourceBase
Constructor with the minimal list of required items to successfully create a resource on the server.
CkanResponse - Class in eu.trentorise.opendata.jackan.model
 
CkanResponse() - Constructor for class eu.trentorise.opendata.jackan.model.CkanResponse
 
CkanResponse(String, boolean, CkanError) - Constructor for class eu.trentorise.opendata.jackan.model.CkanResponse
 
CkanState - Enum in eu.trentorise.opendata.jackan.model
Possible states of a Dataset or Resource - only active datasets show up in search results and other lists of datasets
CkanTag - Class in eu.trentorise.opendata.jackan.model
Extends CkanTagBase with fields found in search operations.
CkanTag() - Constructor for class eu.trentorise.opendata.jackan.model.CkanTag
 
CkanTag(String) - Constructor for class eu.trentorise.opendata.jackan.model.CkanTag
You can use this constructor when adding a free tag to a dataset.
CkanTag(String, String) - Constructor for class eu.trentorise.opendata.jackan.model.CkanTag
You can use this constructor when creating a tag associated to a controlled vocabulary
CkanTagBase - Class in eu.trentorise.opendata.jackan.model
A Ckan Tag.
CkanTagBase() - Constructor for class eu.trentorise.opendata.jackan.model.CkanTagBase
 
CkanTagBase(String) - Constructor for class eu.trentorise.opendata.jackan.model.CkanTagBase
You can use this constructor when adding a free tag to a dataset.
CkanTagBase(String, String) - Constructor for class eu.trentorise.opendata.jackan.model.CkanTagBase
You can use this constructor when creating a tag associated to a controlled vocabulary
CkanTrackingSummary - Class in eu.trentorise.opendata.jackan.model
Just don't know what it is.
CkanTrackingSummary() - Constructor for class eu.trentorise.opendata.jackan.model.CkanTrackingSummary
 
CkanUser - Class in eu.trentorise.opendata.jackan.model
 
CkanUser() - Constructor for class eu.trentorise.opendata.jackan.model.CkanUser
 
CkanUser(String, String, String) - Constructor for class eu.trentorise.opendata.jackan.model.CkanUser
Constructor with the minimal amount of fields required for a successful creation.
CkanUserBase - Class in eu.trentorise.opendata.jackan.model
 
CkanUserBase() - Constructor for class eu.trentorise.opendata.jackan.model.CkanUserBase
 
CkanUserBase(String, String, String) - Constructor for class eu.trentorise.opendata.jackan.model.CkanUserBase
Constructor with the minimal amount of fields required for a successful creation.
CkanValidationException - Exception in eu.trentorise.opendata.jackan.exceptions
Thrown when Ckan tells us something was not in the proper format.
CkanValidationException(String, CkanClient, Throwable) - Constructor for exception eu.trentorise.opendata.jackan.exceptions.CkanValidationException
 
CkanValidationException(String, CkanClient) - Constructor for exception eu.trentorise.opendata.jackan.exceptions.CkanValidationException
 
CkanValidationException(String, CkanResponse, CkanClient) - Constructor for exception eu.trentorise.opendata.jackan.exceptions.CkanValidationException
 
CkanValidationException(String, CkanResponse, CkanClient, Throwable) - Constructor for exception eu.trentorise.opendata.jackan.exceptions.CkanValidationException
 
CkanVocabulary - Class in eu.trentorise.opendata.jackan.model
 
CkanVocabulary() - Constructor for class eu.trentorise.opendata.jackan.model.CkanVocabulary
 
CkanVocabulary(String, List<CkanTag>) - Constructor for class eu.trentorise.opendata.jackan.model.CkanVocabulary
Constructor with required fields for vocabulary creation.
CkanVocabularyBase - Class in eu.trentorise.opendata.jackan.model
 
CkanVocabularyBase() - Constructor for class eu.trentorise.opendata.jackan.model.CkanVocabularyBase
 
CkanVocabularyBase(String, List<CkanTag>) - Constructor for class eu.trentorise.opendata.jackan.model.CkanVocabularyBase
Constructor with required fields for vocabulary creation.
configureObjectMapper(ObjectMapper) - Static method in class eu.trentorise.opendata.jackan.CkanClient
Configures the provided Jackson ObjectMapper exactly as the internal JSON mapper used for reading operations.
configureObjectMapperForPosting(ObjectMapper, Class) - Static method in class eu.trentorise.opendata.jackan.CkanClient
Configures the provided Jackson ObjectMapper for create/update/delete operations of Ckan objects.
configureRequest(Request) - Method in class eu.trentorise.opendata.jackan.CkanClient
Configures the request.
createDataset(CkanDatasetBase) - Method in class eu.trentorise.opendata.jackan.CheckedCkanClient
Creates CkanDataset on the server.
createDataset(CkanDatasetBase) - Method in class eu.trentorise.opendata.jackan.CkanClient
Creates CkanDataset on the server.
createGroup(CkanGroup) - Method in class eu.trentorise.opendata.jackan.CheckedCkanClient
Creates CkanGroup on the server.
createGroup(CkanGroup) - Method in class eu.trentorise.opendata.jackan.CkanClient
Creates CkanGroup on the server.
createOrganization(CkanOrganization) - Method in class eu.trentorise.opendata.jackan.CheckedCkanClient
Creates CkanOrganization on the server.
createOrganization(CkanOrganization) - Method in class eu.trentorise.opendata.jackan.CkanClient
Creates CkanOrganization on the server.
createResource(CkanResourceBase) - Method in class eu.trentorise.opendata.jackan.CheckedCkanClient
Creates ckan resource on the server.
createResource(CkanResourceBase) - Method in class eu.trentorise.opendata.jackan.CkanClient
Creates ckan resource on the server.
createTag(CkanTagBase) - Method in class eu.trentorise.opendata.jackan.CkanClient
Creates CkanTag on the server.
createUser(CkanUserBase) - Method in class eu.trentorise.opendata.jackan.CkanClient
Creates ckan user on the server.
createVocabulary(CkanVocabularyBase) - Method in class eu.trentorise.opendata.jackan.CkanClient
Creates CkanVocabulary on the server.

D

DatasetListResponse - Class in eu.trentorise.opendata.jackan
 
DatasetListResponse() - Constructor for class eu.trentorise.opendata.jackan.DatasetListResponse
 
DatasetResponse - Class in eu.trentorise.opendata.jackan
 
DatasetResponse() - Constructor for class eu.trentorise.opendata.jackan.DatasetResponse
 
DatasetSearchResponse - Class in eu.trentorise.opendata.jackan
 
DatasetSearchResponse() - Constructor for class eu.trentorise.opendata.jackan.DatasetSearchResponse
 
DcatFactory - Class in eu.trentorise.opendata.jackan.dcat
Factory to generate Dcat objects from Ckan ones.
DcatFactory() - Constructor for class eu.trentorise.opendata.jackan.dcat.DcatFactory
Creates a factory with default configuration.
DEFAULT_TIMEOUT - Static variable in class eu.trentorise.opendata.jackan.CkanClient
Default timeout in millisecs
deleteDataset(String) - Method in class eu.trentorise.opendata.jackan.CkanClient
Marks a dataset as 'deleted'.
deleteResource(String) - Method in class eu.trentorise.opendata.jackan.CkanClient
Marks a resource as 'deleted'.
DESCRIPTION - Static variable in class eu.trentorise.opendata.jackan.dcat.DcatFactory
 
deserialize(JsonParser, DeserializationContext) - Method in class eu.trentorise.opendata.jackan.JackanModule.GroupOrgPackagesDeserializer
 

E

equals(Object) - Method in class eu.trentorise.opendata.jackan.model.CkanPair
 
eu.trentorise.opendata.jackan - package eu.trentorise.opendata.jackan
 
eu.trentorise.opendata.jackan.dcat - package eu.trentorise.opendata.jackan.dcat
Package for conversions to DCAT.
eu.trentorise.opendata.jackan.exceptions - package eu.trentorise.opendata.jackan.exceptions
 
eu.trentorise.opendata.jackan.model - package eu.trentorise.opendata.jackan.model
 
extractAccessUrl(CkanResource) - Method in class eu.trentorise.opendata.jackan.dcat.DcatFactory
 
extractAccrualPeriodicity(CkanDataset) - Method in class eu.trentorise.opendata.jackan.dcat.DcatFactory
 
extractByteSize(CkanResource) - Method in class eu.trentorise.opendata.jackan.dcat.DcatFactory
 
extractContactPoint(CkanDataset) - Method in class eu.trentorise.opendata.jackan.dcat.DcatFactory
 
extractDescription(CkanDataset, Locale) - Method in class eu.trentorise.opendata.jackan.dcat.DcatFactory
 
extractDescription(CkanResource, Locale) - Method in class eu.trentorise.opendata.jackan.dcat.DcatFactory
 
extractDownloadUrl(CkanResource) - Method in class eu.trentorise.opendata.jackan.dcat.DcatFactory
 
extractField(CkanDataset, String, TypeReference<T>) - Method in class eu.trentorise.opendata.jackan.dcat.DcatFactory
Tries to extract a string field from a CkanDataset and casts it to target type
extractField(CkanDataset, String, Class<T>) - Method in class eu.trentorise.opendata.jackan.dcat.DcatFactory
 
extractFieldAsNonEmptyString(CkanDataset, String) - Method in class eu.trentorise.opendata.jackan.dcat.DcatFactory
Like DcatFactory.extractFieldAsString(CkanDataset, String) but also checks for trimmed non-emptiness.
extractFieldAsNonEmptyString(CkanResource, String) - Method in class eu.trentorise.opendata.jackan.dcat.DcatFactory
Like DcatFactory.extractFieldAsString(CkanResource, String) but also checks for trimmed non-emptiness.
extractFieldAsObject(CkanDataset, String) - Method in class eu.trentorise.opendata.jackan.dcat.DcatFactory
extractFieldAsString(CkanDataset, String) - Method in class eu.trentorise.opendata.jackan.dcat.DcatFactory
extractFieldAsString(CkanResource, String) - Method in class eu.trentorise.opendata.jackan.dcat.DcatFactory
Searches a field in CkanResourceBase.getOthers().
extractFormat(CkanResource) - Method in class eu.trentorise.opendata.jackan.dcat.DcatFactory
 
extractIdentifier(CkanDataset) - Method in class eu.trentorise.opendata.jackan.dcat.DcatFactory
 
extractIssued(CkanDataset) - Method in class eu.trentorise.opendata.jackan.dcat.DcatFactory
 
extractIssued(CkanResource) - Method in class eu.trentorise.opendata.jackan.dcat.DcatFactory
 
extractKeywords(CkanDataset) - Method in class eu.trentorise.opendata.jackan.dcat.DcatFactory
 
extractLandingPage(CkanDataset) - Method in class eu.trentorise.opendata.jackan.dcat.DcatFactory
 
extractLanguages(CkanDataset) - Method in class eu.trentorise.opendata.jackan.dcat.DcatFactory
i.e.
extractLicense(CkanResource, String) - Method in class eu.trentorise.opendata.jackan.dcat.DcatFactory
 
extractMediaType(CkanResource) - Method in class eu.trentorise.opendata.jackan.dcat.DcatFactory
 
extractModified(CkanDataset) - Method in class eu.trentorise.opendata.jackan.dcat.DcatFactory
 
extractModified(CkanResource) - Method in class eu.trentorise.opendata.jackan.dcat.DcatFactory
 
extractModified(CkanResource) - Method in class eu.trentorise.opendata.jackan.dcat.GreedyDcatFactory
Looks for 'modified' and then lastModified field.
extractPublisher(CkanDataset, Locale) - Method in class eu.trentorise.opendata.jackan.dcat.DcatFactory
Notice this extractor will mostly look for special dcat fields in dataset, without resorting to ckan group, organization or maintainer as fallback.
extractRights(CkanResource) - Method in class eu.trentorise.opendata.jackan.dcat.DcatFactory
 
extractSpatial(CkanDataset) - Method in class eu.trentorise.opendata.jackan.dcat.DcatFactory
 
extractTemporal(CkanDataset) - Method in class eu.trentorise.opendata.jackan.dcat.DcatFactory
Returns a string with values trying to respect ISO 8601 format for time intervals: https://en.wikipedia.org/wiki/ISO_8601#Time_intervals
extractThemes(CkanDataset, Locale, String) - Method in class eu.trentorise.opendata.jackan.dcat.DcatFactory
Notice this extractor only looks for 'theme' field in dataset special 'others' and then 'extras', and doesn't fall back on groups.
extractThemes(CkanDataset, Locale, String) - Method in class eu.trentorise.opendata.jackan.dcat.GreedyDcatFactory
Searches for themes in 'theme' field, and falls back to groups and then organizations.
extractTitle(CkanDataset, Locale) - Method in class eu.trentorise.opendata.jackan.dcat.DcatFactory
 
extractTitle(CkanResource, Locale) - Method in class eu.trentorise.opendata.jackan.dcat.DcatFactory
 
extractUri(CkanDataset, String) - Method in class eu.trentorise.opendata.jackan.dcat.DcatFactory
 
extractUri(CkanResource, String, String) - Method in class eu.trentorise.opendata.jackan.dcat.DcatFactory
 
extrasMapToList(Map<String, String>) - Static method in class eu.trentorise.opendata.jackan.CkanClient
 

F

filter() - Static method in class eu.trentorise.opendata.jackan.CkanQuery
Factory method to start creating the query.
formatLanguages(Iterable<Locale>) - Method in class eu.trentorise.opendata.jackan.dcat.DcatFactory
Formats languages list so they can be put into a ckan extras field as string (i.e.
FormatListResponse - Class in eu.trentorise.opendata.jackan
 
FormatListResponse() - Constructor for class eu.trentorise.opendata.jackan.FormatListResponse
 
formatTimestamp(Timestamp) - Static method in class eu.trentorise.opendata.jackan.CkanClient
Formats a timestamp according to CkanClient.CKAN_TIMESTAMP_PATTERN, with precision up to microseconds.
formatTimestamp(Timestamp) - Method in class eu.trentorise.opendata.jackan.dcat.DcatFactory
Formats CKAN timestamp according to ISO 8601.

G

getAbout() - Method in class eu.trentorise.opendata.jackan.model.CkanUserBase
A description of the new user
getActivity() - Method in class eu.trentorise.opendata.jackan.model.CkanUser
You can obtain it with getUser(id)
getApiVersion() - Method in class eu.trentorise.opendata.jackan.CkanClient
Returns the latest api version supported by the catalog
getApprovalStatus() - Method in class eu.trentorise.opendata.jackan.model.CkanGroupOrgBase
can be "approved" or what? Bah
getApprovedTimestamp() - Method in class eu.trentorise.opendata.jackan.model.CkanActivity
 
getAuthor() - Method in class eu.trentorise.opendata.jackan.model.CkanActivity
 
getAuthor() - Method in class eu.trentorise.opendata.jackan.model.CkanDatasetBase
 
getAuthorEmail() - Method in class eu.trentorise.opendata.jackan.model.CkanDatasetBase
 
getCacheLastUpdated() - Method in class eu.trentorise.opendata.jackan.model.CkanResourceBase
Should be a Timestamp
getCacheUrl() - Method in class eu.trentorise.opendata.jackan.model.CkanResourceBase
God only knows what this is
getCapacity() - Method in class eu.trentorise.opendata.jackan.model.CkanUser
i.e.
getCatalogUrl() - Method in class eu.trentorise.opendata.jackan.CkanClient
Returns the catalog URL (normalized).
getCkanClient() - Method in exception eu.trentorise.opendata.jackan.exceptions.CkanException
 
getCkanResponse() - Method in exception eu.trentorise.opendata.jackan.exceptions.CkanException
 
getCkanToken() - Method in class eu.trentorise.opendata.jackan.CkanClient
Returns the private CKAN token.
getClient() - Method in class eu.trentorise.opendata.jackan.CkanClient.Builder
 
getComment() - Method in class eu.trentorise.opendata.jackan.model.CkanDatasetRelationship
A comment about the relationship
getCount() - Method in class eu.trentorise.opendata.jackan.SearchResults
Returns the number of matches on the server, which may be greater than the search results.
getCreated() - Method in class eu.trentorise.opendata.jackan.CkanClient.Builder
 
getCreated() - Method in class eu.trentorise.opendata.jackan.model.CkanGroupOrg
 
getCreated() - Method in class eu.trentorise.opendata.jackan.model.CkanResourceBase
In JSON is something like this: i.e.
getCreated() - Method in class eu.trentorise.opendata.jackan.model.CkanUser
Ckan uses UTC timezone
getCreatorUserId() - Method in class eu.trentorise.opendata.jackan.model.CkanDataset
 
getDataset(String) - Method in class eu.trentorise.opendata.jackan.CkanClient
Fetches the dataset from ckan.
getDatasetList() - Method in class eu.trentorise.opendata.jackan.CkanClient
Returns list of dataset names like i.e.
getDatasetList(int, int) - Method in class eu.trentorise.opendata.jackan.CkanClient
 
getDescription() - Method in class eu.trentorise.opendata.jackan.model.CkanGroupOrgBase
 
getDescription() - Method in class eu.trentorise.opendata.jackan.model.CkanResourceBase
 
getDisplayName() - Method in class eu.trentorise.opendata.jackan.model.CkanGroupOrg
 
getDisplayName() - Method in class eu.trentorise.opendata.jackan.model.CkanTag
 
getDisplayName() - Method in class eu.trentorise.opendata.jackan.model.CkanUser
i.e.
getEmail() - Method in class eu.trentorise.opendata.jackan.model.CkanUserBase
Only used when creating the user.
getEmailHash() - Method in class eu.trentorise.opendata.jackan.model.CkanUser
 
getError() - Method in class eu.trentorise.opendata.jackan.model.CkanResponse
 
getExtras() - Method in class eu.trentorise.opendata.jackan.model.CkanDatasetBase
Regular place where to put custom metadata.
getExtras() - Method in class eu.trentorise.opendata.jackan.model.CkanGroupOrgBase
 
getExtrasAsHashMap() - Method in class eu.trentorise.opendata.jackan.model.CkanDatasetBase
Always returns a non-null map (which might be empty)
getFamily() - Method in class eu.trentorise.opendata.jackan.model.CkanLicense
 
getFormat() - Method in class eu.trentorise.opendata.jackan.model.CkanResourceBase
In Ckan 1.8 was lowercase, 2.2a seems capitalcase.
getFormats() - Method in class eu.trentorise.opendata.jackan.CkanClient
Returns all the resource formats available in the catalog.
getFullname() - Method in class eu.trentorise.opendata.jackan.model.CkanUserBase
Seems quite useless something like i.e.
getGroup(String) - Method in class eu.trentorise.opendata.jackan.CkanClient
Returns a Ckan group.
getGroupList() - Method in class eu.trentorise.opendata.jackan.CkanClient
Returns the groups present in Ckan.
getGroupNames() - Method in class eu.trentorise.opendata.jackan.CkanClient
Return group names, like i.e.
getGroupNames() - Method in class eu.trentorise.opendata.jackan.CkanQuery
 
getGroups() - Method in class eu.trentorise.opendata.jackan.model.CkanActivity
Returns list of group names (i.e.
getGroups() - Method in class eu.trentorise.opendata.jackan.model.CkanDatasetBase
Notice that if the dataset was obtained with a CkanClient.getDataset(java.lang.String) call, the returned group won't have all the params you would get with a CkanClient.getGroup(java.lang.String) call.
getGroups() - Method in class eu.trentorise.opendata.jackan.model.CkanGroupOrgBase
Have no idea what this could mean inside a group!
getHash() - Method in class eu.trentorise.opendata.jackan.model.CkanResourceBase
Sometimes for dati.trentino.it can be the empty string
getHelp() - Method in class eu.trentorise.opendata.jackan.model.CkanResponse
 
getId() - Method in class eu.trentorise.opendata.jackan.model.CkanActivity
 
getId() - Method in class eu.trentorise.opendata.jackan.model.CkanDatasetBase
Returns the alphanumerical id, i.e.
getId() - Method in class eu.trentorise.opendata.jackan.model.CkanDatasetRelationship
 
getId() - Method in class eu.trentorise.opendata.jackan.model.CkanGroupOrgBase
 
getId() - Method in class eu.trentorise.opendata.jackan.model.CkanLicense
Returns the id of the license as used by ckan, i.e.
getId() - Method in class eu.trentorise.opendata.jackan.model.CkanResourceBase
Returns the alphanumerical id, i.e.
getId() - Method in class eu.trentorise.opendata.jackan.model.CkanTagBase
 
getId() - Method in class eu.trentorise.opendata.jackan.model.CkanUserBase
Alphanumerical id.
getId() - Method in class eu.trentorise.opendata.jackan.model.CkanVocabularyBase
 
getImageDisplayUrl() - Method in class eu.trentorise.opendata.jackan.model.CkanGroupOrg
 
getImageUrl() - Method in class eu.trentorise.opendata.jackan.model.CkanGroupOrgBase
The URL to an image to be displayed on the group/org’s page (optional)
getKey() - Method in class eu.trentorise.opendata.jackan.model.CkanPair
 
getLastModified() - Method in class eu.trentorise.opendata.jackan.model.CkanResourceBase
Jackan note: this field should represent the timestamp of the last update of the resource *data*, not metadata.
getLicenseId() - Method in class eu.trentorise.opendata.jackan.model.CkanDatasetBase
The license id (i.e.
getLicenseIds() - Method in class eu.trentorise.opendata.jackan.CkanQuery
 
getLicenseList() - Method in class eu.trentorise.opendata.jackan.CkanClient
Returns the list of available licenses in the ckan catalog.
getLicenseTitle() - Method in class eu.trentorise.opendata.jackan.model.CkanDataset
 
getLicenseUrl() - Method in class eu.trentorise.opendata.jackan.model.CkanDataset
 
getLogger() - Method in class eu.trentorise.opendata.jackan.dcat.DcatFactory
Returns internal logger
getMaintainer() - Method in class eu.trentorise.opendata.jackan.model.CkanDatasetBase
 
getMaintainer() - Method in class eu.trentorise.opendata.jackan.model.CkanLicense
 
getMaintainerEmail() - Method in class eu.trentorise.opendata.jackan.model.CkanDatasetBase
 
getMessage() - Method in class eu.trentorise.opendata.jackan.model.CkanActivity
 
getMessage() - Method in class eu.trentorise.opendata.jackan.model.CkanError
 
getMetadataCreated() - Method in class eu.trentorise.opendata.jackan.model.CkanDataset
CKAN always refer to UTC timezone
getMetadataModified() - Method in class eu.trentorise.opendata.jackan.model.CkanDataset
CKAN always refers to UTC timezone
getMimetype() - Method in class eu.trentorise.opendata.jackan.model.CkanResourceBase
i.e.
getMimetypeInner() - Method in class eu.trentorise.opendata.jackan.model.CkanResourceBase
Unknown meaning, as usual.
getName() - Method in class eu.trentorise.opendata.jackan.model.CkanDatasetBase
The dataset name (contains no spaces and has dashes as separators, i.e.
getName() - Method in class eu.trentorise.opendata.jackan.model.CkanGroupOrgBase
Name in the url, lowercased and without spaces.
getName() - Method in class eu.trentorise.opendata.jackan.model.CkanResourceBase
Human readable name, i.e.
getName() - Method in class eu.trentorise.opendata.jackan.model.CkanTagBase
 
getName() - Method in class eu.trentorise.opendata.jackan.model.CkanUserBase
The name of the new user, a string between 2 and 100 characters in length, containing only lowercase alphanumeric characters, - and _ (i.e.
getName() - Method in class eu.trentorise.opendata.jackan.model.CkanVocabularyBase
The name of the new vocabulary, e.g.
getNotes() - Method in class eu.trentorise.opendata.jackan.model.CkanDatasetBase
A description of the dataset.
getNotesRendered() - Method in class eu.trentorise.opendata.jackan.model.CkanDataset
 
getNumberAdministeredPackages() - Method in class eu.trentorise.opendata.jackan.model.CkanUser
 
getNumberOfEdits() - Method in class eu.trentorise.opendata.jackan.model.CkanUser
 
getNumFollowers() - Method in class eu.trentorise.opendata.jackan.model.CkanGroupOrg
 
getNumFollowers() - Method in class eu.trentorise.opendata.jackan.model.CkanUser
 
getNumResources() - Method in class eu.trentorise.opendata.jackan.model.CkanDataset
 
getNumTags() - Method in class eu.trentorise.opendata.jackan.model.CkanDataset
 
getObject() - Method in class eu.trentorise.opendata.jackan.model.CkanDatasetRelationship
The id or name of the dataset that is the object of the relationship
getObjectMapper() - Static method in class eu.trentorise.opendata.jackan.CkanClient
Retrieves the Jackson object mapper for reading operations.
getObjectMapper() - Method in class eu.trentorise.opendata.jackan.dcat.DcatFactory
Returns internal object mapper
getObjectMapperForPosting(Class) - Static method in class eu.trentorise.opendata.jackan.CkanClient
Retrieves the Jackson object mapper configured for creation/update operations.
getOpenid() - Method in class eu.trentorise.opendata.jackan.model.CkanUserBase
 
getOrganization(String) - Method in class eu.trentorise.opendata.jackan.CkanClient
Returns a Ckan organization.
getOrganization() - Method in class eu.trentorise.opendata.jackan.model.CkanDataset
The organization that owns the dataset.
getOrganizationList() - Method in class eu.trentorise.opendata.jackan.CkanClient
Returns the organizations present in CKAN.
getOrganizationNames() - Method in class eu.trentorise.opendata.jackan.CkanClient
 
getOrganizationNames() - Method in class eu.trentorise.opendata.jackan.CkanQuery
 
getOthers() - Method in class eu.trentorise.opendata.jackan.model.CkanDatasetBase
CKAN instances might have custom data schemas that force presence of custom properties among 'regular' ones.
getOthers() - Method in class eu.trentorise.opendata.jackan.model.CkanError
Holds fields we can't foresee
getOthers() - Method in class eu.trentorise.opendata.jackan.model.CkanResourceBase
CKAN instances might have custom data schemas that force presence of custom properties among 'regular' ones.
getOwner() - Method in class eu.trentorise.opendata.jackan.model.CkanResource
Username of the owner
getOwnerOrg() - Method in class eu.trentorise.opendata.jackan.model.CkanDatasetBase
The owner organization alphanunmerical id, like "b112ed55-01b7-4ca4-8385-f66d6168efcc".
getPackageCount() - Method in class eu.trentorise.opendata.jackan.model.CkanGroupOrg
 
getPackageId() - Method in class eu.trentorise.opendata.jackan.model.CkanResourceBase
The dataset this resource belongs to.
getPackages() - Method in class eu.trentorise.opendata.jackan.model.CkanActivity
 
getPackages() - Method in class eu.trentorise.opendata.jackan.model.CkanGroupOrgBase
The datasets of the group.
getPassword() - Method in class eu.trentorise.opendata.jackan.model.CkanUserBase
The password of the new user, a string of at least 4 characters.
getPosition() - Method in class eu.trentorise.opendata.jackan.model.CkanResource
Position inside the dataset?
getProxy() - Method in class eu.trentorise.opendata.jackan.CkanClient
Returns the proxy used by the client.
getRecent() - Method in class eu.trentorise.opendata.jackan.model.CkanTrackingSummary
 
getRelationshipsAsObject() - Method in class eu.trentorise.opendata.jackan.model.CkanDatasetBase
 
getRelationshipsAsSubject() - Method in class eu.trentorise.opendata.jackan.model.CkanDatasetBase
 
getResource(String) - Method in class eu.trentorise.opendata.jackan.CkanClient
 
getResourceGroupId() - Method in class eu.trentorise.opendata.jackan.model.CkanResource
todo - What the hell is this? alphanumerical id, i.e.
getResources() - Method in class eu.trentorise.opendata.jackan.model.CkanDatasetBase
 
getResourceType() - Method in class eu.trentorise.opendata.jackan.model.CkanResourceBase
So far, found: "api", "file", "file.upload"
getResults() - Method in class eu.trentorise.opendata.jackan.SearchResults
 
getRevisionId() - Method in class eu.trentorise.opendata.jackan.model.CkanDataset
Returns the alphanumerical id, like "39d94b20-ea72-4c5e-bd8f-967a77e03946"
getRevisionId() - Method in class eu.trentorise.opendata.jackan.model.CkanGroupOrg
 
getRevisionId() - Method in class eu.trentorise.opendata.jackan.model.CkanResourceBase
alphanumerical id, i.e.
getRevisionTimestamp() - Method in class eu.trentorise.opendata.jackan.model.CkanDataset
Returns date in UTC timezone.
getRevisionTimestamp() - Method in class eu.trentorise.opendata.jackan.model.CkanResource
 
getRevisionTimestamp() - Method in class eu.trentorise.opendata.jackan.model.CkanTag
 
getSize() - Method in class eu.trentorise.opendata.jackan.model.CkanResourceBase
File size in bytes, if calculated by ckan for files in storage, like i.e.
getState() - Method in class eu.trentorise.opendata.jackan.model.CkanActivity
 
getState() - Method in class eu.trentorise.opendata.jackan.model.CkanDatasetBase
The current state of the dataset, e.g.
getState() - Method in class eu.trentorise.opendata.jackan.model.CkanGroupOrgBase
The current state of the group, e.g.
getState() - Method in class eu.trentorise.opendata.jackan.model.CkanResource
 
getState() - Method in class eu.trentorise.opendata.jackan.model.CkanTag
 
getState() - Method in class eu.trentorise.opendata.jackan.model.CkanUser
 
getStatus() - Method in class eu.trentorise.opendata.jackan.model.CkanLicense
Gets the status, i.e.
getSubject() - Method in class eu.trentorise.opendata.jackan.model.CkanDatasetRelationship
The id or name of the dataset that is the subject of the relationship
getTagList() - Method in class eu.trentorise.opendata.jackan.CkanClient
Returns a list of tags names, i.e.
getTagNames() - Method in class eu.trentorise.opendata.jackan.CkanQuery
 
getTagNamesList(String) - Method in class eu.trentorise.opendata.jackan.CkanClient
Returns tags containing the string given in query.
getTagNamesList() - Method in class eu.trentorise.opendata.jackan.CkanClient
 
getTags() - Method in class eu.trentorise.opendata.jackan.model.CkanDatasetBase
 
getTags() - Method in class eu.trentorise.opendata.jackan.model.CkanVocabularyBase
 
getText() - Method in class eu.trentorise.opendata.jackan.CkanQuery
 
getTimeout() - Method in class eu.trentorise.opendata.jackan.CkanClient
The timeout expressed in milliseconds.
getTimestamp() - Method in class eu.trentorise.opendata.jackan.model.CkanActivity
 
getTitle() - Method in class eu.trentorise.opendata.jackan.model.CkanDatasetBase
The title, like "Hospitals of Trento"
getTitle() - Method in class eu.trentorise.opendata.jackan.model.CkanGroupOrgBase
Human readable name, i.e.
getTitle() - Method in class eu.trentorise.opendata.jackan.model.CkanLicense
Gets the title, i.e.
getTotal() - Method in class eu.trentorise.opendata.jackan.model.CkanTrackingSummary
 
getTrackingSummary() - Method in class eu.trentorise.opendata.jackan.model.CkanDataset
 
getTrackingSummary() - Method in class eu.trentorise.opendata.jackan.model.CkanResource
 
getType() - Method in class eu.trentorise.opendata.jackan.model.CkanDatasetBase
The type of the dataset (optional), IDatasetForm plugins associate themselves with different dataset types and provide custom dataset handling behaviour for these types
getType() - Method in class eu.trentorise.opendata.jackan.model.CkanDatasetRelationship
The type of the relationship, one of 'depends_on', 'dependency_of', 'derives_from', 'has_derivation', 'links_to', 'linked_from', 'child_of' or 'parent_of'
getType() - Method in class eu.trentorise.opendata.jackan.model.CkanError
todo what are possible types?
getType() - Method in class eu.trentorise.opendata.jackan.model.CkanGroupOrgBase
 
getUrl() - Method in class eu.trentorise.opendata.jackan.model.CkanDatasetBase
Should be the landing page on original data provider website describing the dataset.
getUrl() - Method in class eu.trentorise.opendata.jackan.model.CkanLicense
Returns the url of a document describing the license i.e.
getUrl() - Method in class eu.trentorise.opendata.jackan.model.CkanResourceBase
The Url to the pyhsical file i.e.
getUrlType() - Method in class eu.trentorise.opendata.jackan.model.CkanResource
todo - Don't know what it is
getUser(String) - Method in class eu.trentorise.opendata.jackan.CkanClient
 
getUserList() - Method in class eu.trentorise.opendata.jackan.CkanClient
 
getUsers() - Method in class eu.trentorise.opendata.jackan.CkanClient.GroupForDatasetPosting
 
getUsers() - Method in class eu.trentorise.opendata.jackan.model.CkanGroupOrgBase
 
getValue() - Method in class eu.trentorise.opendata.jackan.model.CkanPair
 
getVersion() - Method in class eu.trentorise.opendata.jackan.model.CkanDatasetBase
 
getVocabularyId() - Method in class eu.trentorise.opendata.jackan.model.CkanTagBase
 
getWebstoreLastUpdated() - Method in class eu.trentorise.opendata.jackan.model.CkanResourceBase
Ckan always refers to UTC timezone
getWebstoreUrl() - Method in class eu.trentorise.opendata.jackan.model.CkanResourceBase
Found "active" as value.
GreedyDcatFactory - Class in eu.trentorise.opendata.jackan.dcat
Tries to extract something at any cost, because some information is better than none
GreedyDcatFactory() - Constructor for class eu.trentorise.opendata.jackan.dcat.GreedyDcatFactory
Creates a factory with default configuration.
GroupListResponse - Class in eu.trentorise.opendata.jackan
 
GroupListResponse() - Constructor for class eu.trentorise.opendata.jackan.GroupListResponse
 
GroupNamesResponse - Class in eu.trentorise.opendata.jackan
 
GroupNamesResponse() - Constructor for class eu.trentorise.opendata.jackan.GroupNamesResponse
 
GroupResponse - Class in eu.trentorise.opendata.jackan
 
GroupResponse() - Constructor for class eu.trentorise.opendata.jackan.GroupResponse
 

H

hashCode() - Method in class eu.trentorise.opendata.jackan.model.CkanPair
 

I

idOrName() - Method in class eu.trentorise.opendata.jackan.model.CkanDatasetBase
Returns the id if non-empty, the name otherwise
idOrName() - Method in class eu.trentorise.opendata.jackan.model.CkanGroupOrgBase
Returns the id if non-empty, the name otherwise
INTEGRITY_ERROR - Static variable in class eu.trentorise.opendata.jackan.model.CkanError
 
isActivityStreamsEmailNotifications() - Method in class eu.trentorise.opendata.jackan.model.CkanUser
 
isDomainContent() - Method in class eu.trentorise.opendata.jackan.model.CkanLicense
Returns true if the license applies to content domain.
isDomainData() - Method in class eu.trentorise.opendata.jackan.model.CkanLicense
True if the license applies to data domain.
isDomainSoftware() - Method in class eu.trentorise.opendata.jackan.model.CkanLicense
True if the license applies to software domain.
isOkdCompliant() - Method in class eu.trentorise.opendata.jackan.model.CkanLicense
Returns true if it complies with the OpenDefinition: http://opendefinition.org/
isOpen() - Method in class eu.trentorise.opendata.jackan.model.CkanDataset
Legacy api 1/2 docs says: boolean indication of whether dataset is open according to Open Knowledge Definition, based on other fields
isOrganization() - Method in class eu.trentorise.opendata.jackan.model.CkanGroupOrgBase
A ckan group can also be an organization.
isOsiCompliant() - Method in class eu.trentorise.opendata.jackan.model.CkanLicense
Returns true if it complies with the Open Source Initiative? http://opensource.org/licenses
isPriv() - Method in class eu.trentorise.opendata.jackan.model.CkanDataset
Actually it is named "private" in the CKAN API.
isSuccess() - Method in class eu.trentorise.opendata.jackan.model.CkanResponse
 
ISSUED - Static variable in class eu.trentorise.opendata.jackan.dcat.DcatFactory
 
isSysadmin() - Method in class eu.trentorise.opendata.jackan.model.CkanUser
 
isTrimmedEmpty(String) - Static method in class eu.trentorise.opendata.jackan.dcat.DcatFactory
Return true if the provided string is empty after getting trimmed.

J

JackanException - Exception in eu.trentorise.opendata.jackan.exceptions
Generic Jackan Runtime Exception.
JackanException(String) - Constructor for exception eu.trentorise.opendata.jackan.exceptions.JackanException
 
JackanException(String, Throwable) - Constructor for exception eu.trentorise.opendata.jackan.exceptions.JackanException
 
JackanModule - Class in eu.trentorise.opendata.jackan
Custom Jackson module to serialize/deserialize as JSON Ckan objects with fields lower cased (i.e.
JackanModule() - Constructor for class eu.trentorise.opendata.jackan.JackanModule
 
JackanModule.GroupOrgPackagesDeserializer - Class in eu.trentorise.opendata.jackan
group org packages sometimes are arrays, sometimes numbers.
JackanModule.GroupOrgPackagesDeserializer() - Constructor for class eu.trentorise.opendata.jackan.JackanModule.GroupOrgPackagesDeserializer
 
JackanNotFoundException - Exception in eu.trentorise.opendata.jackan.exceptions
A runtime exception to raise when something is not found.
JackanNotFoundException(String) - Constructor for exception eu.trentorise.opendata.jackan.exceptions.JackanNotFoundException
Creates the JackanNotFoundException using the provided message
JackanNotFoundException(String, Throwable) - Constructor for exception eu.trentorise.opendata.jackan.exceptions.JackanNotFoundException
Creates the JackanNotFoundException using the provided message and throwable

L

LicenseListResponse - Class in eu.trentorise.opendata.jackan
 
LicenseListResponse() - Constructor for class eu.trentorise.opendata.jackan.LicenseListResponse
 
logCantExtract(String, String, Throwable) - Method in class eu.trentorise.opendata.jackan.dcat.DcatFactory
 
logCantFind(String, String) - Method in class eu.trentorise.opendata.jackan.dcat.DcatFactory
 
logDatasetCantExtract(String, Throwable) - Method in class eu.trentorise.opendata.jackan.dcat.DcatFactory
 
logDatasetCantFind(String) - Method in class eu.trentorise.opendata.jackan.dcat.DcatFactory
 
logDistribCantExtract(String, Throwable) - Method in class eu.trentorise.opendata.jackan.dcat.DcatFactory
 
logDistribCantFind(String) - Method in class eu.trentorise.opendata.jackan.dcat.DcatFactory
 

M

makeDataset(CkanDataset, String, Locale) - Method in class eu.trentorise.opendata.jackan.dcat.DcatFactory
Converts a CkanDataset to a DcatDataset.
makeDatasetUrl(String, String) - Static method in class eu.trentorise.opendata.jackan.CkanClient
Returns the URL of dataset page in the catalog website.
makeDistribution(CkanResource, String, String, String, Locale) - Method in class eu.trentorise.opendata.jackan.dcat.DcatFactory
Converts a Ckan resource to a DcatDistribution.
makeGroupUrl(String, String) - Static method in class eu.trentorise.opendata.jackan.CkanClient
Given some group parameters, reconstruct the URL of group page in the catalog website.
makeOrganizationUrl(String, String) - Static method in class eu.trentorise.opendata.jackan.CkanClient
Given some organization parameters, reconstruct the URL of organization page in the catalog website.
makeResourceUrl(String, String, String) - Static method in class eu.trentorise.opendata.jackan.CkanClient
Returns the URL of resource page in the catalog website.
MODIFIED - Static variable in class eu.trentorise.opendata.jackan.dcat.DcatFactory
 

N

nameOrId() - Method in class eu.trentorise.opendata.jackan.model.CkanDatasetBase
Returns the name if non-empty, the id otherwise
nameOrId() - Method in class eu.trentorise.opendata.jackan.model.CkanGroupOrgBase
Returns the name if non-empty, the id otherwise
newBuilder(CkanClient) - Static method in class eu.trentorise.opendata.jackan.CkanClient
Convenience method to create a Builder with provided client to modify.
NONE - Static variable in class eu.trentorise.opendata.jackan.CkanClient
Sometimes we get back Python "None" as a string instead of proper JSON null
NOT_FOUND_ERROR - Static variable in class eu.trentorise.opendata.jackan.model.CkanError
 

O

OrganizationListResponse - Class in eu.trentorise.opendata.jackan
 
OrganizationListResponse() - Constructor for class eu.trentorise.opendata.jackan.OrganizationListResponse
 
OrganizationResponse - Class in eu.trentorise.opendata.jackan
 
OrganizationResponse() - Constructor for class eu.trentorise.opendata.jackan.OrganizationResponse
 

P

parseTimestamp(String) - Static method in class eu.trentorise.opendata.jackan.CkanClient
Parses a Ckan timestamp into a Java Timestamp.
patchUpdateDataset(CkanDatasetBase) - Method in class eu.trentorise.opendata.jackan.CheckedCkanClient
 
patchUpdateDataset(CkanDatasetBase) - Method in class eu.trentorise.opendata.jackan.CkanClient
Jackan specific.
patchUpdateResource(CkanResourceBase) - Method in class eu.trentorise.opendata.jackan.CheckedCkanClient
 
patchUpdateResource(CkanResourceBase) - Method in class eu.trentorise.opendata.jackan.CkanClient
Jackan specific.
postProcessDataset(DcatDataset.Builder, String, Locale) - Method in class eu.trentorise.opendata.jackan.dcat.DcatFactory
Post process the dataset builder after the extractions and prior to creating the immutable DcatDataset object.
postProcessDistribution(DcatDistribution.Builder, CkanResource, String, String, String, Locale) - Method in class eu.trentorise.opendata.jackan.dcat.DcatFactory
Post processes the distribution builder after the extractions and prior to creating the immutable DcatDistribution object.
putOthers(String, Object) - Method in class eu.trentorise.opendata.jackan.model.CkanDatasetBase
putOthers(String, Object) - Method in class eu.trentorise.opendata.jackan.model.CkanResourceBase

R

ResourceResponse - Class in eu.trentorise.opendata.jackan
 
ResourceResponse() - Constructor for class eu.trentorise.opendata.jackan.ResourceResponse
 
result - Variable in class eu.trentorise.opendata.jackan.DatasetListResponse
 
result - Variable in class eu.trentorise.opendata.jackan.DatasetResponse
 
result - Variable in class eu.trentorise.opendata.jackan.DatasetSearchResponse
 
result - Variable in class eu.trentorise.opendata.jackan.FormatListResponse
 
result - Variable in class eu.trentorise.opendata.jackan.GroupListResponse
 
result - Variable in class eu.trentorise.opendata.jackan.GroupNamesResponse
 
result - Variable in class eu.trentorise.opendata.jackan.GroupResponse
 
result - Variable in class eu.trentorise.opendata.jackan.LicenseListResponse
 
result - Variable in class eu.trentorise.opendata.jackan.OrganizationListResponse
 
result - Variable in class eu.trentorise.opendata.jackan.OrganizationResponse
 
result - Variable in class eu.trentorise.opendata.jackan.ResourceResponse
 
result - Variable in class eu.trentorise.opendata.jackan.TagListResponse
 
result - Variable in class eu.trentorise.opendata.jackan.TagNamesResponse
 
result - Variable in class eu.trentorise.opendata.jackan.TagResponse
 
result - Variable in class eu.trentorise.opendata.jackan.UserListResponse
 
result - Variable in class eu.trentorise.opendata.jackan.UserResponse
 
result - Variable in class eu.trentorise.opendata.jackan.VocabularyResponse
 

S

SEARCH_ERROR - Static variable in class eu.trentorise.opendata.jackan.model.CkanError
 
SEARCH_INDEX_ERROR - Static variable in class eu.trentorise.opendata.jackan.model.CkanError
 
SEARCH_QUERY_ERROR - Static variable in class eu.trentorise.opendata.jackan.model.CkanError
 
searchDatasets(String, int, int) - Method in class eu.trentorise.opendata.jackan.CkanClient
Search datasets containing provided text in the metadata
searchDatasets(CkanQuery, int, int) - Method in class eu.trentorise.opendata.jackan.CkanClient
Search datasets according to the provided query.
SearchResults<T> - Class in eu.trentorise.opendata.jackan
 
SearchResults(List<T>, int) - Constructor for class eu.trentorise.opendata.jackan.SearchResults
 
setAbout(String) - Method in class eu.trentorise.opendata.jackan.model.CkanUserBase
A description of the new user
setActivity(List<CkanActivity>) - Method in class eu.trentorise.opendata.jackan.model.CkanUser
You can obtain it with getUser(id)
setActivityStreamsEmailNotifications(boolean) - Method in class eu.trentorise.opendata.jackan.model.CkanUser
 
setApprovalStatus(String) - Method in class eu.trentorise.opendata.jackan.model.CkanGroupOrgBase
 
setApprovedTimestamp(Timestamp) - Method in class eu.trentorise.opendata.jackan.model.CkanActivity
internally date is stored with UTC timezone
setAuthor(String) - Method in class eu.trentorise.opendata.jackan.model.CkanActivity
 
setAuthor(String) - Method in class eu.trentorise.opendata.jackan.model.CkanDatasetBase
 
setAuthorEmail(String) - Method in class eu.trentorise.opendata.jackan.model.CkanDatasetBase
 
setCacheLastUpdated(String) - Method in class eu.trentorise.opendata.jackan.model.CkanResourceBase
Should be a Timestamp
setCacheUrl(String) - Method in class eu.trentorise.opendata.jackan.model.CkanResourceBase
God only knows what this is
setCapacity(String) - Method in class eu.trentorise.opendata.jackan.model.CkanUser
i.e.
setCatalogUrl(String) - Method in class eu.trentorise.opendata.jackan.CkanClient.Builder
Sets the catalog url i.e.
setCkanToken(String) - Method in class eu.trentorise.opendata.jackan.CkanClient.Builder
Sets the private token string for ckan repository
setComment(String) - Method in class eu.trentorise.opendata.jackan.model.CkanDatasetRelationship
 
setCreated(Timestamp) - Method in class eu.trentorise.opendata.jackan.model.CkanGroupOrg
 
setCreated(Timestamp) - Method in class eu.trentorise.opendata.jackan.model.CkanResourceBase
Ckan always refers to UTC timezone
setCreated(Timestamp) - Method in class eu.trentorise.opendata.jackan.model.CkanUser
Ckan uses UTC timezone
setCreatorUserId(String) - Method in class eu.trentorise.opendata.jackan.model.CkanDataset
 
setDescription(String) - Method in class eu.trentorise.opendata.jackan.model.CkanGroupOrgBase
 
setDescription(String) - Method in class eu.trentorise.opendata.jackan.model.CkanResourceBase
 
setDisplayName(String) - Method in class eu.trentorise.opendata.jackan.model.CkanGroupOrg
 
setDisplayName(String) - Method in class eu.trentorise.opendata.jackan.model.CkanTag
 
setDisplayName(String) - Method in class eu.trentorise.opendata.jackan.model.CkanUser
i.e.
setDomainContent(boolean) - Method in class eu.trentorise.opendata.jackan.model.CkanLicense
 
setDomainData(boolean) - Method in class eu.trentorise.opendata.jackan.model.CkanLicense
 
setDomainSoftware(boolean) - Method in class eu.trentorise.opendata.jackan.model.CkanLicense
 
setEmail(String) - Method in class eu.trentorise.opendata.jackan.model.CkanUserBase
Only used when creating the user.
setEmailHash(String) - Method in class eu.trentorise.opendata.jackan.model.CkanUser
 
setError(CkanError) - Method in class eu.trentorise.opendata.jackan.model.CkanResponse
 
setExtras(List<CkanPair>) - Method in class eu.trentorise.opendata.jackan.model.CkanDatasetBase
setExtras(List<CkanPair>) - Method in class eu.trentorise.opendata.jackan.model.CkanGroupOrgBase
 
setFamily(String) - Method in class eu.trentorise.opendata.jackan.model.CkanLicense
 
setFormat(String) - Method in class eu.trentorise.opendata.jackan.model.CkanResourceBase
In Ckan 1.8 was lowercase, 2.2a seems capitalcase.
setFullname(String) - Method in class eu.trentorise.opendata.jackan.model.CkanUserBase
Seems quite useless something like i.e.
setGroups(List<String>) - Method in class eu.trentorise.opendata.jackan.model.CkanActivity
Returns list of group names (i.e.
setGroups(List<CkanGroup>) - Method in class eu.trentorise.opendata.jackan.model.CkanDatasetBase
 
setGroups(List<CkanGroup>) - Method in class eu.trentorise.opendata.jackan.model.CkanGroupOrgBase
 
setHash(String) - Method in class eu.trentorise.opendata.jackan.model.CkanResourceBase
Sometimes for dati.trentino.it can be the empty string
setHelp(String) - Method in class eu.trentorise.opendata.jackan.model.CkanResponse
 
setId(String) - Method in class eu.trentorise.opendata.jackan.model.CkanActivity
 
setId(String) - Method in class eu.trentorise.opendata.jackan.model.CkanDatasetBase
Sets the alphanumerical id, i.e.
setId(String) - Method in class eu.trentorise.opendata.jackan.model.CkanDatasetRelationship
 
setId(String) - Method in class eu.trentorise.opendata.jackan.model.CkanGroupOrgBase
 
setId(String) - Method in class eu.trentorise.opendata.jackan.model.CkanLicense
Sets the id of the license as used by ckan, i.e.
setId(String) - Method in class eu.trentorise.opendata.jackan.model.CkanResourceBase
 
setId(String) - Method in class eu.trentorise.opendata.jackan.model.CkanTagBase
 
setId(String) - Method in class eu.trentorise.opendata.jackan.model.CkanUserBase
Alphanumerical id.
setId(String) - Method in class eu.trentorise.opendata.jackan.model.CkanVocabularyBase
 
setImageDisplayUrl(String) - Method in class eu.trentorise.opendata.jackan.model.CkanGroupOrg
 
setImageUrl(String) - Method in class eu.trentorise.opendata.jackan.model.CkanGroupOrgBase
The URL to an image to be displayed on the group/org’s page (optional)
setKey(String) - Method in class eu.trentorise.opendata.jackan.model.CkanPair
 
setLastModified(String) - Method in class eu.trentorise.opendata.jackan.model.CkanResourceBase
Jackan note: this field should represent the timestamp of the last update of the resource *data*, not metadata.
setLicenseId(String) - Method in class eu.trentorise.opendata.jackan.model.CkanDatasetBase
The license id (i.e.
setLicenseTitle(String) - Method in class eu.trentorise.opendata.jackan.model.CkanDataset
 
setLicenseUrl(String) - Method in class eu.trentorise.opendata.jackan.model.CkanDataset
 
setLogger(Logger) - Method in class eu.trentorise.opendata.jackan.dcat.DcatFactory
Sets internal logger
setMaintainer(String) - Method in class eu.trentorise.opendata.jackan.model.CkanDatasetBase
 
setMaintainer(String) - Method in class eu.trentorise.opendata.jackan.model.CkanLicense
 
setMaintainerEmail(String) - Method in class eu.trentorise.opendata.jackan.model.CkanDatasetBase
 
setMessage(String) - Method in class eu.trentorise.opendata.jackan.model.CkanActivity
 
setMessage(String) - Method in class eu.trentorise.opendata.jackan.model.CkanError
 
setMetadataCreated(Timestamp) - Method in class eu.trentorise.opendata.jackan.model.CkanDataset
CKAN always refer to UTC timezone
setMetadataModified(Timestamp) - Method in class eu.trentorise.opendata.jackan.model.CkanDataset
CKAN always refers to UTC timezone
setMimetype(String) - Method in class eu.trentorise.opendata.jackan.model.CkanResourceBase
i.e.
setMimetypeInner(String) - Method in class eu.trentorise.opendata.jackan.model.CkanResourceBase
Unknown meaning, as usual.
setName(String) - Method in class eu.trentorise.opendata.jackan.model.CkanDatasetBase
The dataset name.
setName(String) - Method in class eu.trentorise.opendata.jackan.model.CkanGroupOrgBase
 
setName(String) - Method in class eu.trentorise.opendata.jackan.model.CkanResourceBase
Human readable name, i.e.
setName(String) - Method in class eu.trentorise.opendata.jackan.model.CkanTagBase
 
setName(String) - Method in class eu.trentorise.opendata.jackan.model.CkanUserBase
The name of the new user, a string between 2 and 100 characters in length, containing only lowercase alphanumeric characters, - and _ (i.e.
setName(String) - Method in class eu.trentorise.opendata.jackan.model.CkanVocabularyBase
The name of the new vocabulary, e.g.
setNotes(String) - Method in class eu.trentorise.opendata.jackan.model.CkanDatasetBase
A description of the dataset.
setNotesRendered(String) - Method in class eu.trentorise.opendata.jackan.model.CkanDataset
 
setNumberAdministeredPackages(int) - Method in class eu.trentorise.opendata.jackan.model.CkanUser
 
setNumberOfEdits(int) - Method in class eu.trentorise.opendata.jackan.model.CkanUser
 
setNumFollowers(int) - Method in class eu.trentorise.opendata.jackan.model.CkanGroupOrg
 
setNumFollowers(Integer) - Method in class eu.trentorise.opendata.jackan.model.CkanUser
 
setNumResources(int) - Method in class eu.trentorise.opendata.jackan.model.CkanDataset
 
setNumTags(int) - Method in class eu.trentorise.opendata.jackan.model.CkanDataset
 
setObject(String) - Method in class eu.trentorise.opendata.jackan.model.CkanDatasetRelationship
The id or name of the dataset that is the object of the relationship
setObjectMapper(ObjectMapper) - Method in class eu.trentorise.opendata.jackan.dcat.DcatFactory
Sets internal object mapper, registering also required modules of traceprov
setOkdCompliant(boolean) - Method in class eu.trentorise.opendata.jackan.model.CkanLicense
 
setOpen(Boolean) - Method in class eu.trentorise.opendata.jackan.model.CkanDataset
 
setOpenid(String) - Method in class eu.trentorise.opendata.jackan.model.CkanUserBase
 
setOrganization(CkanOrganization) - Method in class eu.trentorise.opendata.jackan.model.CkanDataset
Sets the organization that owns the dataset.
setOrganization(boolean) - Method in class eu.trentorise.opendata.jackan.model.CkanGroupOrgBase
Protected, we use it only when deserializing
setOsiCompliant(boolean) - Method in class eu.trentorise.opendata.jackan.model.CkanLicense
 
setOthers(Map<String, Object>) - Method in class eu.trentorise.opendata.jackan.model.CkanDatasetBase
 
setOthers(String, Object) - Method in class eu.trentorise.opendata.jackan.model.CkanError
Holds fields we can't foresee
setOthers(Map<String, Object>) - Method in class eu.trentorise.opendata.jackan.model.CkanResourceBase
 
setOwner(String) - Method in class eu.trentorise.opendata.jackan.model.CkanResource
 
setOwnerOrg(String) - Method in class eu.trentorise.opendata.jackan.model.CkanDatasetBase
The owner organization alphanunmerical id, like "b112ed55-01b7-4ca4-8385-f66d6168efcc".
setPackageCount(int) - Method in class eu.trentorise.opendata.jackan.model.CkanGroupOrg
 
setPackageId(String) - Method in class eu.trentorise.opendata.jackan.model.CkanResourceBase
The dataset id the resource belongs to.
setPackages(List<CkanDataset>) - Method in class eu.trentorise.opendata.jackan.model.CkanActivity
 
setPackages(List<CkanDataset>) - Method in class eu.trentorise.opendata.jackan.model.CkanGroupOrgBase
The datasets of the group.
setPassword(String) - Method in class eu.trentorise.opendata.jackan.model.CkanUserBase
The password of the new user, a string of at least 4 characters.
setPosition(int) - Method in class eu.trentorise.opendata.jackan.model.CkanResource
 
setPriv(Boolean) - Method in class eu.trentorise.opendata.jackan.model.CkanDataset
Actually it is named "private" in the CKAN API.
setProxy(String) - Method in class eu.trentorise.opendata.jackan.CkanClient.Builder
Sets the proxy used to perform GET and POST calls
setRecent(int) - Method in class eu.trentorise.opendata.jackan.model.CkanTrackingSummary
 
setRelationshipsAsObject(List<CkanDatasetRelationship>) - Method in class eu.trentorise.opendata.jackan.model.CkanDatasetBase
 
setRelationshipsAsSubject(List<CkanDatasetRelationship>) - Method in class eu.trentorise.opendata.jackan.model.CkanDatasetBase
 
setResourceGroupId(String) - Method in class eu.trentorise.opendata.jackan.model.CkanResource
todo - What the hell is this? alphanumerical id, i.e.
setResources(List<CkanResource>) - Method in class eu.trentorise.opendata.jackan.model.CkanDatasetBase
 
setResourceType(String) - Method in class eu.trentorise.opendata.jackan.model.CkanResourceBase
So far, found: "api", "file", "file.upload"
setRevisionId(String) - Method in class eu.trentorise.opendata.jackan.model.CkanDataset
Sets the alphanumerical id, like "39d94b20-ea72-4c5e-bd8f-967a77e03946"
setRevisionId(String) - Method in class eu.trentorise.opendata.jackan.model.CkanGroupOrg
 
setRevisionId(String) - Method in class eu.trentorise.opendata.jackan.model.CkanResourceBase
alphanumerical id, i.e.
setRevisionTimestamp(Timestamp) - Method in class eu.trentorise.opendata.jackan.model.CkanDataset
CKAN always refer to UTC timezone.
setRevisionTimestamp(String) - Method in class eu.trentorise.opendata.jackan.model.CkanResource
 
setRevisionTimestamp(Timestamp) - Method in class eu.trentorise.opendata.jackan.model.CkanTag
 
setSize(String) - Method in class eu.trentorise.opendata.jackan.model.CkanResourceBase
File size in bytes, if calculated by ckan for files in storage, like i.e.
setState(CkanState) - Method in class eu.trentorise.opendata.jackan.model.CkanActivity
 
setState(CkanState) - Method in class eu.trentorise.opendata.jackan.model.CkanDatasetBase
The current state of the dataset, e.g.
setState(CkanState) - Method in class eu.trentorise.opendata.jackan.model.CkanGroupOrgBase
The current state of the group/organization, e.g.
setState(CkanState) - Method in class eu.trentorise.opendata.jackan.model.CkanResource
 
setState(CkanState) - Method in class eu.trentorise.opendata.jackan.model.CkanTag
 
setState(CkanState) - Method in class eu.trentorise.opendata.jackan.model.CkanUser
 
setStatus(String) - Method in class eu.trentorise.opendata.jackan.model.CkanLicense
Sets the status, i.e.
setSubject(String) - Method in class eu.trentorise.opendata.jackan.model.CkanDatasetRelationship
The id or name of the dataset that is the subject of the relationship
setSuccess(boolean) - Method in class eu.trentorise.opendata.jackan.model.CkanResponse
 
setSysadmin(boolean) - Method in class eu.trentorise.opendata.jackan.model.CkanUser
 
setTags(List<CkanTag>) - Method in class eu.trentorise.opendata.jackan.model.CkanDatasetBase
 
setTags(List<CkanTag>) - Method in class eu.trentorise.opendata.jackan.model.CkanVocabularyBase
 
setTimeout(int) - Method in class eu.trentorise.opendata.jackan.CkanClient.Builder
Sets the connection timeout expressed as number of milliseconds.
setTimestamp(Timestamp) - Method in class eu.trentorise.opendata.jackan.model.CkanActivity
internally date is stored with UTC timezone
setTitle(String) - Method in class eu.trentorise.opendata.jackan.model.CkanDatasetBase
The title, like "Hospitals of Trento"
setTitle(String) - Method in class eu.trentorise.opendata.jackan.model.CkanGroupOrgBase
Human readable name, i.e.
setTitle(String) - Method in class eu.trentorise.opendata.jackan.model.CkanLicense
Sets the title, i.e.
setTotal(int) - Method in class eu.trentorise.opendata.jackan.model.CkanTrackingSummary
 
setTrackingSummary(CkanTrackingSummary) - Method in class eu.trentorise.opendata.jackan.model.CkanDataset
 
setTrackingSummary(CkanTrackingSummary) - Method in class eu.trentorise.opendata.jackan.model.CkanResource
 
setType(String) - Method in class eu.trentorise.opendata.jackan.model.CkanDatasetBase
The type of the dataset (optional), IDatasetForm plugins associate themselves with different dataset types and provide custom dataset handling behaviour for these types
setType(String) - Method in class eu.trentorise.opendata.jackan.model.CkanDatasetRelationship
The type of the relationship, one of 'depends_on', 'dependency_of', 'derives_from', 'has_derivation', 'links_to', 'linked_from', 'child_of' or 'parent_of'
setType(String) - Method in class eu.trentorise.opendata.jackan.model.CkanError
todo what are possible types?
setType(String) - Method in class eu.trentorise.opendata.jackan.model.CkanGroupOrgBase
Don't know possible ckan types
setUrl(String) - Method in class eu.trentorise.opendata.jackan.model.CkanDatasetBase
Should be the landing page on original data provider website describing the dataset.
setUrl(String) - Method in class eu.trentorise.opendata.jackan.model.CkanLicense
Sets the url of a document describing the license i.e.
setUrl(String) - Method in class eu.trentorise.opendata.jackan.model.CkanResourceBase
The Url to the pyhsical file i.e.
setUrlType(String) - Method in class eu.trentorise.opendata.jackan.model.CkanResource
todo - Don't know what it is
setUsers(List<CkanUser>) - Method in class eu.trentorise.opendata.jackan.model.CkanGroupOrgBase
 
setValue(String) - Method in class eu.trentorise.opendata.jackan.model.CkanPair
 
setVersion(String) - Method in class eu.trentorise.opendata.jackan.model.CkanDatasetBase
 
setVocabularyId(String) - Method in class eu.trentorise.opendata.jackan.model.CkanTagBase
 
setWebstoreLastUpdated(Timestamp) - Method in class eu.trentorise.opendata.jackan.model.CkanResourceBase
Ckan always refers to UTC timezone
setWebstoreUrl(String) - Method in class eu.trentorise.opendata.jackan.model.CkanResourceBase
 
SUPPORTED_API_VERSIONS - Static variable in class eu.trentorise.opendata.jackan.CkanClient
Notice that even for the same api version (at least for versions up to 3 included) different CKAN instances can behave quite differently, either for differences in software or custom server permissions.

T

TagListResponse - Class in eu.trentorise.opendata.jackan
 
TagListResponse() - Constructor for class eu.trentorise.opendata.jackan.TagListResponse
 
TagNamesResponse - Class in eu.trentorise.opendata.jackan
 
TagNamesResponse() - Constructor for class eu.trentorise.opendata.jackan.TagNamesResponse
 
TagResponse - Class in eu.trentorise.opendata.jackan
 
TagResponse() - Constructor for class eu.trentorise.opendata.jackan.TagResponse
 
throwCkanException(String, T) - Method in class eu.trentorise.opendata.jackan.CkanClient
Throws CkanException or a subclass of it according to CkanError#getType()
TITLE - Static variable in class eu.trentorise.opendata.jackan.dcat.DcatFactory
 
toString() - Method in class eu.trentorise.opendata.jackan.CkanClient
 
toString() - Method in class eu.trentorise.opendata.jackan.model.CkanError
 
toString() - Method in class eu.trentorise.opendata.jackan.model.CkanResponse
 
trim(String) - Static method in class eu.trentorise.opendata.jackan.dcat.DcatFactory
Returns a new string with spaces removed at begin and end.

U

updateDataset(CkanDatasetBase) - Method in class eu.trentorise.opendata.jackan.CheckedCkanClient
 
updateDataset(CkanDatasetBase) - Method in class eu.trentorise.opendata.jackan.CkanClient
Updates a dataset on the ckan server using a straight package_update call.
updateResource(CkanResourceBase) - Method in class eu.trentorise.opendata.jackan.CheckedCkanClient
 
updateResource(CkanResourceBase) - Method in class eu.trentorise.opendata.jackan.CkanClient
Updates a resource on the server using a straight resource_update call.
URI_FIELD - Static variable in class eu.trentorise.opendata.jackan.dcat.DcatFactory
 
UserListResponse - Class in eu.trentorise.opendata.jackan
 
UserListResponse() - Constructor for class eu.trentorise.opendata.jackan.UserListResponse
 
UserResponse - Class in eu.trentorise.opendata.jackan
 
UserResponse() - Constructor for class eu.trentorise.opendata.jackan.UserResponse
 

V

VALIDATION_ERROR - Static variable in class eu.trentorise.opendata.jackan.model.CkanError
 
valueOf(String) - Static method in enum eu.trentorise.opendata.jackan.model.CkanCapacity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum eu.trentorise.opendata.jackan.model.CkanState
Returns the enum constant of this type with the specified name.
values() - Static method in enum eu.trentorise.opendata.jackan.model.CkanCapacity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum eu.trentorise.opendata.jackan.model.CkanState
Returns an array containing the constants of this enum type, in the order they are declared.
version - Variable in class eu.trentorise.opendata.jackan.ApiVersionResponse
 
VocabularyResponse - Class in eu.trentorise.opendata.jackan
 
VocabularyResponse() - Constructor for class eu.trentorise.opendata.jackan.VocabularyResponse
 
A B C D E F G H I J L M N O P R S T U V 

Copyright © 2015 Trento Rise. All rights reserved.