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

A

activate(ComponentContext) - Method in class org.apache.stanbol.entityhub.jersey.fragment.EntityhubWebFragment
 

B

BaseGoogleRefineReconcileResource - Class in org.apache.stanbol.entityhub.jersey.resource.reconcile
Implementation of the Google Refine Reconciliation API This base class is used to support this API for the Entityhub, ReferencedSites and the ReferencedSiteManager.
BaseGoogleRefineReconcileResource(ServletContext) - Constructor for class org.apache.stanbol.entityhub.jersey.resource.reconcile.BaseGoogleRefineReconcileResource
 

C

createEntity(String, boolean, Map<String, Representation>, HttpHeaders) - Method in class org.apache.stanbol.entityhub.jersey.resource.EntityhubRootResource
 
createEntity(String, boolean, Map<String, Representation>, HttpHeaders) - Method in class org.apache.stanbol.entityhub.jersey.resource.ReferencedSiteRootResource
 
createFieldQuery() - Method in class org.apache.stanbol.entityhub.jersey.resource.reconcile.BaseGoogleRefineReconcileResource
Creates a new FieldQuery
createFieldQuery() - Method in class org.apache.stanbol.entityhub.jersey.resource.reconcile.EntityhubReconcileResource
 
createFieldQuery() - Method in class org.apache.stanbol.entityhub.jersey.resource.reconcile.ReferencedSiteReconcileResource
 
createFieldQuery() - Method in class org.apache.stanbol.entityhub.jersey.resource.reconcile.SiteManagerReconcileResource
 
createFieldQueryForFindRequest(String, String, String, Integer, Integer, String) - Static method in class org.apache.stanbol.entityhub.jersey.utils.JerseyUtils
Creates an FieldQuery for parameters parsed by the /find requests supported by the /symbol, /sites and {siteId} RESTful endpoints.

D

DEFAULT_ENCODING - Static variable in class org.apache.stanbol.entityhub.jersey.writers.JettisonWriter
 
DEFAULT_ENCODING - Static variable in class org.apache.stanbol.entityhub.jersey.writers.QueryResultListWriter
 
DEFAULT_ENCODING - Static variable in class org.apache.stanbol.entityhub.jersey.writers.RepresentationWriter
 
DEFAULT_ENCODING - Static variable in class org.apache.stanbol.entityhub.jersey.writers.SignWriter
 
DEFAULT_LIMIT - Static variable in class org.apache.stanbol.entityhub.jersey.grefine.ReconcileQuery
The default limit for suggestions if not explicitly parsed
DEFAULT_TYPE_STRICT - Static variable in class org.apache.stanbol.entityhub.jersey.grefine.ReconcileQuery
The default entity type mode if not explicitly parsed by the query
deleteEntity(String, HttpHeaders) - Method in class org.apache.stanbol.entityhub.jersey.resource.EntityhubRootResource
 
deleteEntity(String, HttpHeaders) - Method in class org.apache.stanbol.entityhub.jersey.resource.ReferencedSiteRootResource
 

E

ENTITY_SUPPORTED_MEDIA_TYPES - Static variable in class org.apache.stanbol.entityhub.jersey.utils.JerseyUtils
Unmodifiable Set with the Media Types supported for Entity
EntityhubReconcileResource - Class in org.apache.stanbol.entityhub.jersey.resource.reconcile
 
EntityhubReconcileResource(ServletContext) - Constructor for class org.apache.stanbol.entityhub.jersey.resource.reconcile.EntityhubReconcileResource
 
EntityhubRootResource - Class in org.apache.stanbol.entityhub.jersey.resource
 
EntityhubRootResource(ServletContext) - Constructor for class org.apache.stanbol.entityhub.jersey.resource.EntityhubRootResource
 
EntityhubWebFragment - Class in org.apache.stanbol.entityhub.jersey.fragment
 
EntityhubWebFragment() - Constructor for class org.apache.stanbol.entityhub.jersey.fragment.EntityhubWebFragment
 
equals(Object) - Method in class org.apache.stanbol.entityhub.jersey.grefine.ReconcileProperty
 
equals(Object) - Method in class org.apache.stanbol.entityhub.jersey.grefine.ReconcileValue
 

F

FieldQueryReader - Class in org.apache.stanbol.entityhub.jersey.parsers
 
FieldQueryReader(ServletContext) - Constructor for class org.apache.stanbol.entityhub.jersey.parsers.FieldQueryReader
 
findEntity(String, String, String, Integer, Integer, String, String, HttpHeaders) - Method in class org.apache.stanbol.entityhub.jersey.resource.EntityhubRootResource
 
findEntity(String, String, String, Integer, Integer, String, HttpHeaders) - Method in class org.apache.stanbol.entityhub.jersey.resource.ReferencedSiteRootResource
 
findEntity(String, String, String, Integer, Integer, String, HttpHeaders) - Method in class org.apache.stanbol.entityhub.jersey.resource.SiteManagerRootResource
 
findEntityByGet(String, String, String, Integer, Integer, String, String, HttpHeaders) - Method in class org.apache.stanbol.entityhub.jersey.resource.EntityhubRootResource
 
findEntitybyGet(String, String, String, int, int, String, HttpHeaders) - Method in class org.apache.stanbol.entityhub.jersey.resource.ReferencedSiteRootResource
 
findEntityfromGet(String, String, String, int, int, String, HttpHeaders) - Method in class org.apache.stanbol.entityhub.jersey.resource.SiteManagerRootResource
 
formForm(InputStream, String, String, List<String>) - Static method in class org.apache.stanbol.entityhub.jersey.utils.MessageBodyReaderUtils
Returns content parsed as MediaType.APPLICATION_FORM_URLENCODED.
fromJSON(String, MediaType, NamespacePrefixService) - Static method in class org.apache.stanbol.entityhub.jersey.parsers.FieldQueryReader
 
fromMultipart(InputStream, MediaType) - Static method in class org.apache.stanbol.entityhub.jersey.utils.MessageBodyReaderUtils
Returns content parsed from MediaType.MULTIPART_FORM_DATA.

G

get(HttpHeaders) - Method in class org.apache.stanbol.entityhub.jersey.resource.EntityhubRootResource
 
getEntityById(String, HttpHeaders) - Method in class org.apache.stanbol.entityhub.jersey.resource.ReferencedSiteRootResource
Cool URI handler for Signs.
getEntityById(String, HttpHeaders) - Method in class org.apache.stanbol.entityhub.jersey.resource.SiteManagerRootResource
Cool URI handler for Signs.
getEntityMapping(String, HttpHeaders) - Method in class org.apache.stanbol.entityhub.jersey.resource.EntityhubRootResource
 
getEntityStream() - Method in class org.apache.stanbol.entityhub.jersey.utils.MessageBodyReaderUtils.RequestData
The stream with the data
getHtmlInfo(HttpHeaders) - Method in class org.apache.stanbol.entityhub.jersey.resource.ReferencedSiteRootResource
 
getId() - Method in class org.apache.stanbol.entityhub.jersey.grefine.ReconcileValue
The getter for the value of the 'id' property of the 'v' object if present.
getInfo(HttpHeaders, UriInfo) - Method in class org.apache.stanbol.entityhub.jersey.resource.ReferencedSiteRootResource
Provides metadata about this referenced site as representation
getJaxrsResourceClasses() - Method in class org.apache.stanbol.entityhub.jersey.fragment.EntityhubWebFragment
 
getJaxrsResourceSingletons() - Method in class org.apache.stanbol.entityhub.jersey.fragment.EntityhubWebFragment
 
getLDPathParseExceptionMessage(LDPathParseException) - Static method in class org.apache.stanbol.entityhub.jersey.utils.LDPathHelper
Utility that gets the messages of the parsing error.
getLicenseInfo(HttpHeaders, UriInfo, String) - Method in class org.apache.stanbol.entityhub.jersey.resource.ReferencedSiteRootResource
 
getLimit() - Method in class org.apache.stanbol.entityhub.jersey.grefine.ReconcileQuery
 
getLinkResources() - Method in class org.apache.stanbol.entityhub.jersey.fragment.EntityhubWebFragment
 
getMapping(String, HttpHeaders) - Method in class org.apache.stanbol.entityhub.jersey.resource.EntityhubRootResource
 
getMediaType() - Method in class org.apache.stanbol.entityhub.jersey.utils.MessageBodyReaderUtils.RequestData
The media type or null if not known
getName() - Method in class org.apache.stanbol.entityhub.jersey.fragment.EntityhubWebFragment
 
getName() - Method in class org.apache.stanbol.entityhub.jersey.grefine.ReconcileProperty
Getter for the name of the property
getName() - Method in class org.apache.stanbol.entityhub.jersey.utils.MessageBodyReaderUtils.RequestData
The name of the content (e.g.
getNavigationLinks() - Method in class org.apache.stanbol.entityhub.jersey.fragment.EntityhubWebFragment
 
getParameter() - Method in class org.apache.stanbol.entityhub.jersey.grefine.ReconcileProperty
Getter for the parameter
getProperties() - Method in class org.apache.stanbol.entityhub.jersey.grefine.ReconcileQuery
 
getProperty(String) - Method in class org.apache.stanbol.entityhub.jersey.grefine.ReconcileQuery
 
getQuery() - Method in class org.apache.stanbol.entityhub.jersey.grefine.ReconcileQuery
 
getQueryDocumentation(HttpHeaders) - Method in class org.apache.stanbol.entityhub.jersey.resource.EntityhubRootResource
 
getQueryDocumentation(HttpHeaders) - Method in class org.apache.stanbol.entityhub.jersey.resource.ReferencedSiteRootResource
 
getQueryDocumentation(HttpHeaders) - Method in class org.apache.stanbol.entityhub.jersey.resource.SiteManagerRootResource
 
getReferencedSites(UriInfo, HttpHeaders) - Method in class org.apache.stanbol.entityhub.jersey.resource.SiteManagerRootResource
Getter for the id's of all referenced sites
getScriptResources() - Method in class org.apache.stanbol.entityhub.jersey.fragment.EntityhubWebFragment
 
getSerializer() - Method in class org.apache.stanbol.entityhub.jersey.writers.QueryResultListWriter
 
getSerializer() - Method in class org.apache.stanbol.entityhub.jersey.writers.SignWriter
 
getSite() - Method in class org.apache.stanbol.entityhub.jersey.resource.ReferencedSiteRootResource
 
getSiteName() - Method in class org.apache.stanbol.entityhub.jersey.resource.reconcile.BaseGoogleRefineReconcileResource
Getter for the name of the Site as used for logging
getSiteName() - Method in class org.apache.stanbol.entityhub.jersey.resource.reconcile.EntityhubReconcileResource
 
getSiteName() - Method in class org.apache.stanbol.entityhub.jersey.resource.reconcile.ReferencedSiteReconcileResource
 
getSiteName() - Method in class org.apache.stanbol.entityhub.jersey.resource.reconcile.SiteManagerReconcileResource
 
getSitesPage(HttpHeaders) - Method in class org.apache.stanbol.entityhub.jersey.resource.SiteManagerRootResource
 
getSize(Object, Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.stanbol.entityhub.jersey.writers.JettisonWriter
 
getSize(QueryResultList<?>, Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.stanbol.entityhub.jersey.writers.QueryResultListWriter
 
getSize(Representation, Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.stanbol.entityhub.jersey.writers.RepresentationWriter
 
getSize(Entity, Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.stanbol.entityhub.jersey.writers.SignWriter
 
getSymbol(String, HttpHeaders) - Method in class org.apache.stanbol.entityhub.jersey.resource.EntityhubRootResource
 
getSymbolMappings(String, HttpHeaders) - Method in class org.apache.stanbol.entityhub.jersey.resource.EntityhubRootResource
 
getTypes() - Method in class org.apache.stanbol.entityhub.jersey.grefine.ReconcileQuery
 
getTypeStrict() - Method in class org.apache.stanbol.entityhub.jersey.grefine.ReconcileQuery
 
getValue() - Method in class org.apache.stanbol.entityhub.jersey.grefine.ReconcileValue
 

H

handleCorsPreflight(HttpHeaders) - Method in class org.apache.stanbol.entityhub.jersey.resource.EntityhubRootResource
 
handleCorsPreflight(HttpHeaders) - Method in class org.apache.stanbol.entityhub.jersey.resource.reconcile.BaseGoogleRefineReconcileResource
 
handleCorsPreflight(HttpHeaders) - Method in class org.apache.stanbol.entityhub.jersey.resource.ReferencedSiteRootResource
 
handleCorsPreflight(HttpHeaders) - Method in class org.apache.stanbol.entityhub.jersey.resource.SiteManagerRootResource
 
handleCorsPreflightEntity(HttpHeaders) - Method in class org.apache.stanbol.entityhub.jersey.resource.EntityhubRootResource
 
handleCorsPreflightEntity(HttpHeaders) - Method in class org.apache.stanbol.entityhub.jersey.resource.ReferencedSiteRootResource
 
handleCorsPreflightEntity(HttpHeaders) - Method in class org.apache.stanbol.entityhub.jersey.resource.SiteManagerRootResource
 
handleCorsPreflightFind(HttpHeaders) - Method in class org.apache.stanbol.entityhub.jersey.resource.EntityhubRootResource
 
handleCorsPreflightFind(HttpHeaders) - Method in class org.apache.stanbol.entityhub.jersey.resource.ReferencedSiteRootResource
 
handleCorsPreflightFind(HttpHeaders) - Method in class org.apache.stanbol.entityhub.jersey.resource.SiteManagerRootResource
 
handleCorsPreflightLDPath(HttpHeaders) - Method in class org.apache.stanbol.entityhub.jersey.resource.EntityhubRootResource
 
handleCorsPreflightLDPath(HttpHeaders) - Method in class org.apache.stanbol.entityhub.jersey.resource.ReferencedSiteRootResource
 
handleCorsPreflightLDPath(HttpHeaders) - Method in class org.apache.stanbol.entityhub.jersey.resource.SiteManagerRootResource
 
handleCorsPreflightMapping(HttpHeaders) - Method in class org.apache.stanbol.entityhub.jersey.resource.EntityhubRootResource
 
handleCorsPreflightMappingEntity(HttpHeaders) - Method in class org.apache.stanbol.entityhub.jersey.resource.EntityhubRootResource
 
handleCorsPreflightMappingSymbol(HttpHeaders) - Method in class org.apache.stanbol.entityhub.jersey.resource.EntityhubRootResource
 
handleCorsPreflightQuery(HttpHeaders) - Method in class org.apache.stanbol.entityhub.jersey.resource.EntityhubRootResource
 
handleCorsPreflightQuery(HttpHeaders) - Method in class org.apache.stanbol.entityhub.jersey.resource.ReferencedSiteRootResource
 
handleCorsPreflightQuery(HttpHeaders) - Method in class org.apache.stanbol.entityhub.jersey.resource.SiteManagerRootResource
 
handleLDPathGet(Set<String>, String, HttpHeaders) - Method in class org.apache.stanbol.entityhub.jersey.resource.EntityhubRootResource
 
handleLDPathGet(Set<String>, String, HttpHeaders) - Method in class org.apache.stanbol.entityhub.jersey.resource.ReferencedSiteRootResource
 
handleLDPathGet(Set<String>, String, HttpHeaders) - Method in class org.apache.stanbol.entityhub.jersey.resource.SiteManagerRootResource
 
handleLDPathPost(Set<String>, String, HttpHeaders) - Method in class org.apache.stanbol.entityhub.jersey.resource.EntityhubRootResource
 
handleLDPathPost(Set<String>, String, HttpHeaders) - Method in class org.apache.stanbol.entityhub.jersey.resource.ReferencedSiteRootResource
 
handleLDPathPost(Set<String>, String, HttpHeaders) - Method in class org.apache.stanbol.entityhub.jersey.resource.SiteManagerRootResource
 
handleLDPathRequest(BaseStanbolResource, RDFBackend<Object>, String, Set<String>, HttpHeaders, ServletContext) - Static method in class org.apache.stanbol.entityhub.jersey.utils.LDPathHelper
Processes LDPath requests as supported by the SiteManagerRootResource, ReferencedSiteRootResource, EntityhubRootResource.
hashCode() - Method in class org.apache.stanbol.entityhub.jersey.grefine.ReconcileProperty
 
hashCode() - Method in class org.apache.stanbol.entityhub.jersey.grefine.ReconcileValue
 
hasParameter() - Method in class org.apache.stanbol.entityhub.jersey.grefine.ReconcileProperty
Checks if this special property has a value or not.

I

isManagedSite() - Method in class org.apache.stanbol.entityhub.jersey.resource.ReferencedSiteRootResource
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.stanbol.entityhub.jersey.parsers.FieldQueryReader
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.stanbol.entityhub.jersey.parsers.RepresentationReader
 
isSpecial() - Method in class org.apache.stanbol.entityhub.jersey.grefine.ReconcileProperty
If this reconcile property is a special property (starting with an '@')
isSpecialProperty(String) - Static method in class org.apache.stanbol.entityhub.jersey.grefine.ReconcileProperty
Tests if the parsed name represents a specail property
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.stanbol.entityhub.jersey.writers.JettisonWriter
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.stanbol.entityhub.jersey.writers.QueryResultListWriter
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.stanbol.entityhub.jersey.writers.RepresentationWriter
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.apache.stanbol.entityhub.jersey.writers.SignWriter
 

J

JerseyUtils - Class in org.apache.stanbol.entityhub.jersey.utils
Utility methods used by several of the RESTful service endpoints of the Entityhub.
JettisonWriter - Class in org.apache.stanbol.entityhub.jersey.writers
 
JettisonWriter() - Constructor for class org.apache.stanbol.entityhub.jersey.writers.JettisonWriter
 

L

LDPathHelper - Class in org.apache.stanbol.entityhub.jersey.utils
 
LDPathHelper() - Constructor for class org.apache.stanbol.entityhub.jersey.utils.LDPathHelper
 
levenshtein(String, String) - Static method in class org.apache.stanbol.entityhub.jersey.grefine.Utils
Compares two strings (after trimming by using the Levenshtein's Edit Distance of the two strings.
LICENSE_PATH - Static variable in class org.apache.stanbol.entityhub.jersey.resource.ReferencedSiteRootResource
The relative path used to publish the license.
lookupSymbol(String, boolean, HttpHeaders) - Method in class org.apache.stanbol.entityhub.jersey.resource.EntityhubRootResource
 

M

MessageBodyReaderUtils - Class in org.apache.stanbol.entityhub.jersey.utils
Utilities for implementing MessageBodyReader.
MessageBodyReaderUtils.RequestData - Class in org.apache.stanbol.entityhub.jersey.utils
Simple class that holds the MediaType, Name and the content as InputStream.
MessageBodyReaderUtils.RequestData(MediaType, String, InputStream) - Constructor for class org.apache.stanbol.entityhub.jersey.utils.MessageBodyReaderUtils.RequestData
 

N

nsPrefixService - Variable in class org.apache.stanbol.entityhub.jersey.fragment.EntityhubWebFragment
This service is used to map '{prefix}:{localname}' values to full URIs and vice versa.
nsPrefixService - Variable in class org.apache.stanbol.entityhub.jersey.resource.reconcile.BaseGoogleRefineReconcileResource
 

O

org.apache.stanbol.entityhub.jersey.fragment - package org.apache.stanbol.entityhub.jersey.fragment
 
org.apache.stanbol.entityhub.jersey.grefine - package org.apache.stanbol.entityhub.jersey.grefine
 
org.apache.stanbol.entityhub.jersey.parsers - package org.apache.stanbol.entityhub.jersey.parsers
 
org.apache.stanbol.entityhub.jersey.resource - package org.apache.stanbol.entityhub.jersey.resource
 
org.apache.stanbol.entityhub.jersey.resource.reconcile - package org.apache.stanbol.entityhub.jersey.resource.reconcile
 
org.apache.stanbol.entityhub.jersey.utils - package org.apache.stanbol.entityhub.jersey.utils
 
org.apache.stanbol.entityhub.jersey.writers - package org.apache.stanbol.entityhub.jersey.writers
 

P

parseForm(InputStream, String) - Static method in class org.apache.stanbol.entityhub.jersey.utils.JerseyUtils
This Method is intended to parse form data from MediaType.APPLICATION_FORM_URLENCODED requests.
parseFromContent(MessageBodyReaderUtils.RequestData, MediaType) - Method in class org.apache.stanbol.entityhub.jersey.parsers.RepresentationReader
 
parseProperty(String, NamespacePrefixService) - Static method in class org.apache.stanbol.entityhub.jersey.grefine.ReconcileProperty
Parses the Reconcile property from the parsed propertyString
parseQueries(String, NamespacePrefixService) - Static method in class org.apache.stanbol.entityhub.jersey.grefine.ReconcileQuery
 
parseQuery(String, NamespacePrefixService) - Static method in class org.apache.stanbol.entityhub.jersey.grefine.ReconcileQuery
Parses a Google Refine Reconcile Query from the parsed String.
performQuery(FieldQuery) - Method in class org.apache.stanbol.entityhub.jersey.resource.reconcile.BaseGoogleRefineReconcileResource
 
performQuery(FieldQuery) - Method in class org.apache.stanbol.entityhub.jersey.resource.reconcile.EntityhubReconcileResource
 
performQuery(FieldQuery) - Method in class org.apache.stanbol.entityhub.jersey.resource.reconcile.ReferencedSiteReconcileResource
 
performQuery(FieldQuery) - Method in class org.apache.stanbol.entityhub.jersey.resource.reconcile.SiteManagerReconcileResource
 
prepareQueryLDPathProgram(String, Set<String>, AbstractBackend, EntityhubLDPath) - Static method in class org.apache.stanbol.entityhub.jersey.utils.LDPathHelper
 
produces - Static variable in class org.apache.stanbol.entityhub.jersey.writers.QueryResultListWriter
 
putProperty(String, Collection<ReconcileValue>, NamespacePrefixService) - Method in class org.apache.stanbol.entityhub.jersey.grefine.ReconcileQuery
 

Q

query(String, String, String, HttpHeaders) - Method in class org.apache.stanbol.entityhub.jersey.resource.reconcile.BaseGoogleRefineReconcileResource
 
QUERY_RESULT_SUPPORTED_MEDIA_TYPES - Static variable in class org.apache.stanbol.entityhub.jersey.utils.JerseyUtils
Unmodifiable Set with the Media Types supported for QueryResultList
queryEntities(FieldQuery, HttpHeaders) - Method in class org.apache.stanbol.entityhub.jersey.resource.EntityhubRootResource
Allows to parse any kind of FieldQuery in its JSON Representation.
queryEntities(FieldQuery, HttpHeaders) - Method in class org.apache.stanbol.entityhub.jersey.resource.ReferencedSiteRootResource
Allows to parse any kind of FieldQuery in its JSON Representation.
queryEntities(FieldQuery, HttpHeaders) - Method in class org.apache.stanbol.entityhub.jersey.resource.SiteManagerRootResource
Allows to parse any kind of FieldQuery in its JSON Representation.
queryPOST(String, String, String, HttpHeaders) - Method in class org.apache.stanbol.entityhub.jersey.resource.reconcile.BaseGoogleRefineReconcileResource
 
QueryResultListWriter - Class in org.apache.stanbol.entityhub.jersey.writers
TODO: Replace with Serializer infrastructure similar to Serializer
QueryResultListWriter() - Constructor for class org.apache.stanbol.entityhub.jersey.writers.QueryResultListWriter
 

R

RDF_MEDIA_TYPES - Static variable in class org.apache.stanbol.entityhub.jersey.resource.ReferencedSiteRootResource
 
RDF_MEDIA_TYPES - Static variable in class org.apache.stanbol.entityhub.jersey.resource.SiteManagerRootResource
 
readFrom(Class<FieldQuery>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.apache.stanbol.entityhub.jersey.parsers.FieldQueryReader
 
readFrom(Class<Map<String, Representation>>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.apache.stanbol.entityhub.jersey.parsers.RepresentationReader
 
ReconcileProperty - Class in org.apache.stanbol.entityhub.jersey.grefine
Special properties are used by this Google Refine Reconciliation API implementation to enable Users to use special features of the Entityhub The Syntax used by those properties is
ReconcileQuery - Class in org.apache.stanbol.entityhub.jersey.grefine
Java Representation for Google Refine Reconciliation queries.
ReconcileQuery(String, Collection<String>) - Constructor for class org.apache.stanbol.entityhub.jersey.grefine.ReconcileQuery
 
ReconcileQuery.TYPE_STRICT - Enum in org.apache.stanbol.entityhub.jersey.grefine
 
ReconcileValue - Class in org.apache.stanbol.entityhub.jersey.grefine
Values can be simple JSON values or JSON objects with an 'id' and a 'name'.
ReferencedSiteReconcileResource - Class in org.apache.stanbol.entityhub.jersey.resource.reconcile
 
ReferencedSiteReconcileResource(ServletContext, String) - Constructor for class org.apache.stanbol.entityhub.jersey.resource.reconcile.ReferencedSiteReconcileResource
 
ReferencedSiteRootResource - Class in org.apache.stanbol.entityhub.jersey.resource
Resource to provide a REST API for the SiteManager

TODO: add description

ReferencedSiteRootResource(String, ServletContext) - Constructor for class org.apache.stanbol.entityhub.jersey.resource.ReferencedSiteRootResource
 
removeProperty(String) - Method in class org.apache.stanbol.entityhub.jersey.grefine.ReconcileQuery
 
REPRESENTATION_SUPPORTED_MEDIA_TYPES - Static variable in class org.apache.stanbol.entityhub.jersey.utils.JerseyUtils
Unmodifiable Set with the Media Types supported for Representation
RepresentationReader - Class in org.apache.stanbol.entityhub.jersey.parsers
Provides support for reading Representation form Requests.
RepresentationReader() - Constructor for class org.apache.stanbol.entityhub.jersey.parsers.RepresentationReader
 
RepresentationWriter - Class in org.apache.stanbol.entityhub.jersey.writers
 
RepresentationWriter() - Constructor for class org.apache.stanbol.entityhub.jersey.writers.RepresentationWriter
 
RESULT_SCORE_MAPPING - Static variable in class org.apache.stanbol.entityhub.jersey.utils.LDPathHelper
LDPath FieldMapping for the RdfResourceEnum.resultScore property used for the score of query results

S

sendMetadata(String, HttpHeaders) - Method in class org.apache.stanbol.entityhub.jersey.resource.reconcile.BaseGoogleRefineReconcileResource
Called on requests for the Metadata for the Reconciliation service
servletContext - Variable in class org.apache.stanbol.entityhub.jersey.parsers.RepresentationReader
 
servletContext - Variable in class org.apache.stanbol.entityhub.jersey.writers.QueryResultListWriter
 
servletContext - Variable in class org.apache.stanbol.entityhub.jersey.writers.RepresentationWriter
 
servletContext - Variable in class org.apache.stanbol.entityhub.jersey.writers.SignWriter
 
setLimit(Integer) - Method in class org.apache.stanbol.entityhub.jersey.grefine.ReconcileQuery
 
setTypeStrict(ReconcileQuery.TYPE_STRICT) - Method in class org.apache.stanbol.entityhub.jersey.grefine.ReconcileQuery
 
SignWriter - Class in org.apache.stanbol.entityhub.jersey.writers
TODO: Replace with Serializer infrastrucutre similar to Serializer
SignWriter() - Constructor for class org.apache.stanbol.entityhub.jersey.writers.SignWriter
 
SiteManagerReconcileResource - Class in org.apache.stanbol.entityhub.jersey.resource.reconcile
 
SiteManagerReconcileResource(ServletContext) - Constructor for class org.apache.stanbol.entityhub.jersey.resource.reconcile.SiteManagerReconcileResource
 
SiteManagerRootResource - Class in org.apache.stanbol.entityhub.jersey.resource
Resource to provide a REST API for the SiteManager.
SiteManagerRootResource(ServletContext) - Constructor for class org.apache.stanbol.entityhub.jersey.resource.SiteManagerRootResource
 
SPECAIL_PROPERTY_VALUE_SEPARATOR - Static variable in class org.apache.stanbol.entityhub.jersey.grefine.ReconcileProperty
 
SPECIAL_PROPERTY_PREFIX - Static variable in class org.apache.stanbol.entityhub.jersey.grefine.ReconcileProperty
 
supportedMediaTypes - Static variable in class org.apache.stanbol.entityhub.jersey.parsers.RepresentationReader
 
supportedMediaTypes - Static variable in class org.apache.stanbol.entityhub.jersey.writers.RepresentationWriter
 
supportedMediaTypes - Static variable in class org.apache.stanbol.entityhub.jersey.writers.SignWriter
 

T

testParameterizedType(Class<?>, Class<?>[], Type) - Static method in class org.apache.stanbol.entityhub.jersey.utils.JerseyUtils
Tests the parsed type against the raw type and parsed Type parameters.
testType(Class<?>, Type) - Static method in class org.apache.stanbol.entityhub.jersey.utils.JerseyUtils
Tests if a generic type (may be <?>, <? extends {required}> or <? super {required}>) is compatible with the required one.
toString() - Method in class org.apache.stanbol.entityhub.jersey.grefine.ReconcileProperty
Serialised the ReconcileProperty as defined by the syntax
toString() - Method in class org.apache.stanbol.entityhub.jersey.grefine.ReconcileValue
Calls the ReconcileValue.toString() method of the ReconcileValue.getValue()
transformQueryResults(Iterator<Representation>, Program<Object>, Set<String>, EntityhubLDPath, AbstractBackend, ValueFactory) - Static method in class org.apache.stanbol.entityhub.jersey.utils.LDPathHelper
Transform the results of a query

U

updateEntity(String, boolean, Map<String, Representation>, HttpHeaders) - Method in class org.apache.stanbol.entityhub.jersey.resource.EntityhubRootResource
 
updateEntity(String, boolean, Map<String, Representation>, HttpHeaders) - Method in class org.apache.stanbol.entityhub.jersey.resource.ReferencedSiteRootResource
 
Utils - Class in org.apache.stanbol.entityhub.jersey.grefine
 
Utils() - Constructor for class org.apache.stanbol.entityhub.jersey.grefine.Utils
 

V

valueOf(String) - Static method in enum org.apache.stanbol.entityhub.jersey.grefine.ReconcileQuery.TYPE_STRICT
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.stanbol.entityhub.jersey.grefine.ReconcileQuery.TYPE_STRICT
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.apache.stanbol.entityhub.jersey.writers.JettisonWriter
 
writeTo(QueryResultList<?>, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.apache.stanbol.entityhub.jersey.writers.QueryResultListWriter
 
writeTo(Representation, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.apache.stanbol.entityhub.jersey.writers.RepresentationWriter
 
writeTo(Entity, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.apache.stanbol.entityhub.jersey.writers.SignWriter
 

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

Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.