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

A

ACCESS_URI - Static variable in interface org.apache.stanbol.entityhub.servicesapi.site.EntityDereferencer
The key used to define the baseUri of the service used for the implementation of this interface.
This constants actually uses the value of SiteConfiguration.ACCESS_URI
ACCESS_URI - Static variable in interface org.apache.stanbol.entityhub.servicesapi.site.SiteConfiguration
Key used for the configuration of the AccessURI for a site
add(String, Object) - Method in interface org.apache.stanbol.entityhub.servicesapi.model.Representation
Adds the object as value to the field.
ADDITIONAL_CONFIGURATION_URI - Static variable in interface org.apache.stanbol.entityhub.servicesapi.yard.Cache
The ID used to store the configuration used for the creation of new items in the cache.
ADDITIONAL_MAPPINGS - Static variable in interface org.apache.stanbol.entityhub.servicesapi.yard.Cache
Key used to configure additional mappings for a cache
additionalFields - Variable in class org.apache.stanbol.entityhub.servicesapi.query.SimilarityConstraint
 
addMapping(FieldMapping) - Method in interface org.apache.stanbol.entityhub.servicesapi.mapping.FieldMapper
Adds a FieldMapping.
addMapping(String) - Method in class org.apache.stanbol.entityhub.servicesapi.mapping.FieldMapping
Adds a mapping
addNaturalText(String, String, String...) - Method in interface org.apache.stanbol.entityhub.servicesapi.model.Representation
Adds a natural language text as value for one or more languages
addReference(String, String) - Method in interface org.apache.stanbol.entityhub.servicesapi.model.Representation
Adds an reference to the field.
addReferredSite(String, Dictionary<String, ?>) - Method in interface org.apache.stanbol.entityhub.servicesapi.site.ReferencedSiteManager
Deprecated. Not yet clear how to add referred sites via an API
addSelectedField(String) - Method in interface org.apache.stanbol.entityhub.servicesapi.query.FieldQuery
Adds Fields to be selected by this Query
addSelectedFields(Collection<String>) - Method in interface org.apache.stanbol.entityhub.servicesapi.query.FieldQuery
Adds Fields to be selected by this Query
addToCollection(Iterator<? extends T>, Collection<T>) - Static method in class org.apache.stanbol.entityhub.servicesapi.util.ModelUtils
Adds the elements of the Iterator to the parsed Collection
addToSet(Iterator<? extends T>, Set<T>) - Static method in class org.apache.stanbol.entityhub.servicesapi.util.ModelUtils
Adds the elements of the Iterator to the parsed Set
applyMappings(Representation, Representation, ValueFactory) - Method in interface org.apache.stanbol.entityhub.servicesapi.mapping.FieldMapper
Uses the state of the source representation and the configured mappings to update the state of the target Representation.
asCollection(Iterator<? extends T>) - Static method in class org.apache.stanbol.entityhub.servicesapi.util.ModelUtils
Copies all elements of the parsed Iterator to a ArrayList.
asSet(Iterator<? extends T>) - Static method in class org.apache.stanbol.entityhub.servicesapi.util.ModelUtils
Copies all elements of the parsed Iterator to a HashSet.

B

BASE_CONFIGURATION_URI - Static variable in interface org.apache.stanbol.entityhub.servicesapi.yard.Cache
The ID used to store the configuration used for the creation of the cache.

C

Cache - Interface in org.apache.stanbol.entityhub.servicesapi.yard
The Cache is a mediator between a Yard storing the cached information and the ReferencedSite acting as access point to a referenced information source.
CACHE_ID - Static variable in interface org.apache.stanbol.entityhub.servicesapi.site.SiteConfiguration
The key used for the configuration of the id for the yard used as a cache for the data of a referenced Site.
CACHE_STRATEGY - Static variable in interface org.apache.stanbol.entityhub.servicesapi.site.SiteConfiguration
Key used for the configuration of the default expiration duration for entities and data for a site
CACHE_STRATEGY - Static variable in interface org.apache.stanbol.entityhub.servicesapi.yard.Cache
They key used to configure the cache strategy
CACHE_YARD - Static variable in interface org.apache.stanbol.entityhub.servicesapi.yard.Cache
Key used to store the id of the Yard used as cache
CacheingLevel - Enum in org.apache.stanbol.entityhub.servicesapi.yard
 
CacheInitialisationException - Exception in org.apache.stanbol.entityhub.servicesapi.yard
Indicates an Exception while the initialisation of a cache.
CacheInitialisationException(String) - Constructor for exception org.apache.stanbol.entityhub.servicesapi.yard.CacheInitialisationException
 
CacheInitialisationException(String, Throwable) - Constructor for exception org.apache.stanbol.entityhub.servicesapi.yard.CacheInitialisationException
 
CacheStrategy - Enum in org.apache.stanbol.entityhub.servicesapi.yard
 
canDereference(String) - Method in interface org.apache.stanbol.entityhub.servicesapi.site.EntityDereferencer
Whether the parsed entity ID can be dereferenced by this Dereferencer or not.
The implementation may not directly check if the parsed URI is present by a query to the site, but only check some patterns of the parsed URI.
checkValues(ValueFactory, Object, Collection<Object>) - Static method in class org.apache.stanbol.entityhub.servicesapi.util.ModelUtils
Processes a value parsed as object to the representation.
clone() - Method in interface org.apache.stanbol.entityhub.servicesapi.mapping.FieldMapper
Creates a clone of this FieldMapper instance with shallow copies of the FieldMapping instances
clone() - Method in interface org.apache.stanbol.entityhub.servicesapi.query.FieldQuery
Clones the FieldQuery
clone() - Method in interface org.apache.stanbol.entityhub.servicesapi.query.Query
Clones the query.
COMMENT_CHAR - Static variable in class org.apache.stanbol.entityhub.servicesapi.mapping.FieldMapping
The '#' char is used for comments
Constraint - Class in org.apache.stanbol.entityhub.servicesapi.query
Abstract base class for all types of Constraints.
Constraint(Constraint.ConstraintType) - Constructor for class org.apache.stanbol.entityhub.servicesapi.query.Constraint
 
Constraint.ConstraintType - Enum in org.apache.stanbol.entityhub.servicesapi.query
Defines the enumeration of available Constraints.
context - Variable in class org.apache.stanbol.entityhub.servicesapi.query.SimilarityConstraint
 
copyTo(T) - Method in interface org.apache.stanbol.entityhub.servicesapi.query.FieldQuery
Copies the state of this instance to the parsed one
create() - Method in interface org.apache.stanbol.entityhub.servicesapi.yard.Yard
Creates a new empty representation and stores it in the Yard.
create(String) - Method in interface org.apache.stanbol.entityhub.servicesapi.yard.Yard
Creates a new representation for the given id
createFieldQuery() - Method in interface org.apache.stanbol.entityhub.servicesapi.query.FieldQueryFactory
Creates a new field query instance without any constraints or selected fields
createReference(Object) - Method in interface org.apache.stanbol.entityhub.servicesapi.model.ValueFactory
Creates a reference instance for the parsed value.
createRepresentation(String) - Method in interface org.apache.stanbol.entityhub.servicesapi.model.ValueFactory
Creates an empty representation instance of with the type SignTypeEnum#Sign for the parsed ID.
createText(Object) - Method in interface org.apache.stanbol.entityhub.servicesapi.model.ValueFactory
Creates a Text instance without an language
createText(String, String) - Method in interface org.apache.stanbol.entityhub.servicesapi.model.ValueFactory
Creates a Text instance for a language

D

DataTypeEnum - Enum in org.apache.stanbol.entityhub.servicesapi.defaults
Defines the data types that need to be supported by the model implementation.
DEFAULT_ENTITYHUB_YARD_ID - Static variable in interface org.apache.stanbol.entityhub.servicesapi.EntityhubConfiguration
The default ID for the Yard used for the Entityhub
DEFAULT_EXPIRE_DURATION - Static variable in interface org.apache.stanbol.entityhub.servicesapi.site.SiteConfiguration
Key used for the configuration of the default expiration duration for entities and data for a site
DEFAULT_MAPPING_STATE - Static variable in interface org.apache.stanbol.entityhub.servicesapi.EntityhubConfiguration
The property used to configure the initial state for new EntityMappings
DEFAULT_MAPPING_STATE - Static variable in interface org.apache.stanbol.entityhub.servicesapi.site.SiteConfiguration
Key used for the configuration of the default EntityMapping state (MappingState for a site
DEFAULT_MAPPINGS - Static variable in interface org.apache.stanbol.entityhub.servicesapi.mapping.FieldMapperConfig
Deprecated. The property used to configure the default mappings used by all ReferencedSite instances active within the Entityhub
DEFAULT_MODE - Static variable in class org.apache.stanbol.entityhub.servicesapi.query.ValueConstraint
The default ValueConstraint.MODE is ValueConstraint.MODE.any
DEFAULT_SYMBOL_STATE - Static variable in interface org.apache.stanbol.entityhub.servicesapi.EntityhubConfiguration
The property used to configure the initial state for new Symbols
DEFAULT_SYMBOL_STATE - Static variable in interface org.apache.stanbol.entityhub.servicesapi.site.SiteConfiguration
Key used for the configuration of the default ManagedEntityState for a site
DEFAUTL_ENTITYHUB_PREFIX - Static variable in interface org.apache.stanbol.entityhub.servicesapi.Entityhub
 
delete(String) - Method in interface org.apache.stanbol.entityhub.servicesapi.Entityhub
Deletes the Entity with the parsed id.
dereference(String, String) - Method in interface org.apache.stanbol.entityhub.servicesapi.site.EntityDereferencer
Generic getter for the data of the parsed entity id
dereference(String) - Method in interface org.apache.stanbol.entityhub.servicesapi.site.EntityDereferencer
Dereferences the Representation of the referred Entity
DESCRIPTION - Static variable in interface org.apache.stanbol.entityhub.servicesapi.EntityhubConfiguration
The key used to configure the description of the entity hub
DESCRIPTION - Static variable in interface org.apache.stanbol.entityhub.servicesapi.site.SiteConfiguration
The key to be used for the site description
DESCRIPTION - Static variable in interface org.apache.stanbol.entityhub.servicesapi.yard.Yard
 

E

Entity - Interface in org.apache.stanbol.entityhub.servicesapi.model
A Sign links three things together the signifier (ID) used to identify the sign the description (Representation) for the signified entity the organisation (Site) that provides this description
ENTITY_DEREFERENCER_TYPE - Static variable in interface org.apache.stanbol.entityhub.servicesapi.site.SiteConfiguration
Key used for the configuration of the name of the dereferencer type to be used for this site
ENTITY_PREFIX - Static variable in interface org.apache.stanbol.entityhub.servicesapi.site.SiteConfiguration
Key used for the configuration of prefixes used by Entities managed by this Site
ENTITY_SEARCHER_TYPE - Static variable in interface org.apache.stanbol.entityhub.servicesapi.site.SiteConfiguration
Key used for the configuration of the type of the query
ENTITY_SITE - Static variable in interface org.apache.stanbol.entityhub.servicesapi.model.Entity
Property used to link the site managing this entity
EntityDereferencer - Interface in org.apache.stanbol.entityhub.servicesapi.site
Service used by ReferencedSite to dereference Representation for entity ids.
Entityhub - Interface in org.apache.stanbol.entityhub.servicesapi
The Entityhub defines an interface that allows to manage Entities.
ENTITYHUB_IDS - Static variable in interface org.apache.stanbol.entityhub.servicesapi.Entityhub
Protected keys to be used as name for the Entityhub.
ENTITYHUB_YARD_ID - Static variable in interface org.apache.stanbol.entityhub.servicesapi.EntityhubConfiguration
The property used to configure the id of the Yard used to store the data of the Entityhub
EntityhubConfiguration - Interface in org.apache.stanbol.entityhub.servicesapi
Provides the Configuration needed by the Entityhub.
EntityhubException - Exception in org.apache.stanbol.entityhub.servicesapi
Indicates an error while performing an operation within the Entityhub.
EntityhubException(String, Throwable) - Constructor for exception org.apache.stanbol.entityhub.servicesapi.EntityhubException
Creates an exception with a message and a cause
EntityhubException(String) - Constructor for exception org.apache.stanbol.entityhub.servicesapi.EntityhubException
Creates an exception with a message and a cause
EntityQuery - Interface in org.apache.stanbol.entityhub.servicesapi.query
A simple Search service that is intended for Entity lookup based on Tags/Keywords by parsing the exact name Prefix to provide suggestions for users that type some characters into a search field.
EntitySearcher - Interface in org.apache.stanbol.entityhub.servicesapi.site
Interface used to provide service/technology specific implementation of the search interface provided by ReferencedSite.
equals(Object) - Method in class org.apache.stanbol.entityhub.servicesapi.mapping.FieldMapping
 
escapeRegex(String) - Static method in class org.apache.stanbol.entityhub.servicesapi.util.PatternUtils
 

F

FIELD_MAPPING_CONFIG_FIELD - Static variable in interface org.apache.stanbol.entityhub.servicesapi.yard.Cache
The field used to store the fieldMappings of a CacheConfiguration
FIELD_MAPPINGS - Static variable in interface org.apache.stanbol.entityhub.servicesapi.EntityhubConfiguration
The property used to configure the field mappings for the Entityhub
FieldMapper - Interface in org.apache.stanbol.entityhub.servicesapi.mapping
 
FieldMapperConfig - Interface in org.apache.stanbol.entityhub.servicesapi.mapping
Deprecated. unsure - Currently the functionality of this service is part of the EntityhubConfiguration and the SiteConfiguration interfaces. Access Methods for the FieldMapper are defined by the Entityhub and the ReferencedSite interfaces
FieldMapping - Class in org.apache.stanbol.entityhub.servicesapi.mapping
A FieldMapping consisting of a required field pattern that is matched against source field.
FieldMapping(Constraint) - Constructor for class org.apache.stanbol.entityhub.servicesapi.mapping.FieldMapping
Creates a FieldMapping that matches all fields but does not map any field.
FieldMapping(String, String...) - Constructor for class org.apache.stanbol.entityhub.servicesapi.mapping.FieldMapping
Creates an 1:1 mapping for all values of fields that confirm the the defined pattern.
FieldMapping(String, boolean, String...) - Constructor for class org.apache.stanbol.entityhub.servicesapi.mapping.FieldMapping
Creates a Mapping the maps (ignore = false)) or ignores ( ignore = true) fields that match the defined pattern.
FieldMapping(String, Constraint, String...) - Constructor for class org.apache.stanbol.entityhub.servicesapi.mapping.FieldMapping
Creates an mapping based on the parsed parameter
FieldQuery - Interface in org.apache.stanbol.entityhub.servicesapi.query
Simple query interface that allows to search for representations based on fields and there values.
FieldQueryFactory - Interface in org.apache.stanbol.entityhub.servicesapi.query
Factory interface for creating instances of FieldQueries
find(FieldQuery) - Method in interface org.apache.stanbol.entityhub.servicesapi.Entityhub
Searches for symbols based on the parsed FieldQuery and returns representations as defined by the selected fields of the query.
find(Query) - Method in interface org.apache.stanbol.entityhub.servicesapi.query.QueryService
Searches for entities based on the parsed FieldQuery and returns representations as defined by the selected fields of the query.
find(FieldQuery) - Method in interface org.apache.stanbol.entityhub.servicesapi.site.EntitySearcher
Searches for Entities based on the parsed FieldQuery and returns for each entity an Representation over the selected fields and values
find(FieldQuery) - Method in interface org.apache.stanbol.entityhub.servicesapi.site.ReferencedSite
Searches for entities based on the parsed FieldQuery and returns representations as defined by the selected fields of the query.
find(FieldQuery) - Method in interface org.apache.stanbol.entityhub.servicesapi.site.ReferencedSiteManager
Searches for Entities based on the parsed query and returns representations including the selected fields and filtered values
find(FieldQuery) - Method in interface org.apache.stanbol.entityhub.servicesapi.yard.Yard
Getter for a view onto the Representations selected by the Query.
findEntities(FieldQuery) - Method in interface org.apache.stanbol.entityhub.servicesapi.Entityhub
Searches for Signs based on the parsed FieldQuery and returns the selected Signs including the whole representation.
findEntities(FieldQuery) - Method in interface org.apache.stanbol.entityhub.servicesapi.site.EntitySearcher
Searches for Entities based on the parsed FieldQuery
findEntities(FieldQuery) - Method in interface org.apache.stanbol.entityhub.servicesapi.site.ReferencedSite
Searches for Entities based on the parsed FieldQuery and returns the selected Entities including the whole representation.
findEntities(FieldQuery) - Method in interface org.apache.stanbol.entityhub.servicesapi.site.ReferencedSiteManager
Returns the Entities that confirm to the parsed Query
findEntityReferences(FieldQuery) - Method in interface org.apache.stanbol.entityhub.servicesapi.Entityhub
Searches for symbols based on the parsed FieldQuery and returns the references (ids).
findIds(FieldQuery) - Method in interface org.apache.stanbol.entityhub.servicesapi.site.ReferencedSiteManager
Searches for Entities based on the parsed query and returns the ids.
findReferences(Query) - Method in interface org.apache.stanbol.entityhub.servicesapi.query.QueryService
Searches for entities based on the parsed FieldQuery and returns the references (ids).
findReferences(FieldQuery) - Method in interface org.apache.stanbol.entityhub.servicesapi.site.ReferencedSite
Searches for entities based on the parsed FieldQuery and returns the references (ids).
findReferences(FieldQuery) - Method in interface org.apache.stanbol.entityhub.servicesapi.yard.Yard
Finds all representations base on the parse query.
findRepresentation(FieldQuery) - Method in interface org.apache.stanbol.entityhub.servicesapi.yard.Yard
Searches for all the Representation fulfilling the constraints of the query and returns the (whole) representation as stored in the Yard.
findSigns(Query) - Method in interface org.apache.stanbol.entityhub.servicesapi.query.QueryService
Searches for Signs based on the parsed FieldQuery and returns the selected Signs including the whole representation.
forNamespace(String) - Static method in enum org.apache.stanbol.entityhub.servicesapi.defaults.NamespaceEnum
Getter for the NamespaceEnum entry based on the string namespace
forPrefix(String) - Static method in enum org.apache.stanbol.entityhub.servicesapi.defaults.NamespaceEnum
Getter for the NamespaceEnum entry based on the prefix

G

get(String, Class<T>) - Method in interface org.apache.stanbol.entityhub.servicesapi.model.Representation
Getter for all values of a field
get(String) - Method in interface org.apache.stanbol.entityhub.servicesapi.model.Representation
Getter for all values for the requested field
get(String, String...) - Method in interface org.apache.stanbol.entityhub.servicesapi.model.Representation
Getter for all natural language text values of a field
getAboutRepresentation(Representation) - Static method in class org.apache.stanbol.entityhub.servicesapi.util.ModelUtils
Getter for the id of the Entity the parsed metadata are about.
getAccessUri() - Method in interface org.apache.stanbol.entityhub.servicesapi.site.EntityDereferencer
The base uri used to access this site
getAccessUri() - Method in interface org.apache.stanbol.entityhub.servicesapi.site.SiteConfiguration
The URI used to access the Data of this Site.
getAdditionalFields() - Method in class org.apache.stanbol.entityhub.servicesapi.query.SimilarityConstraint
Additional fields used for similarity calculations
getAdditionalJavaTypes() - Method in enum org.apache.stanbol.entityhub.servicesapi.defaults.DataTypeEnum
 
getAdditionalMappings() - Method in interface org.apache.stanbol.entityhub.servicesapi.yard.Cache
Getter for the additional mappings used by this Cache.
getAllDataTypes(Class<?>) - Static method in enum org.apache.stanbol.entityhub.servicesapi.defaults.DataTypeEnum
 
getAttribution() - Method in interface org.apache.stanbol.entityhub.servicesapi.site.SiteConfiguration
The name the creator of the Work (representations in case of referenced sites) would like used when attributing re-use.
getAttributionUrl() - Method in interface org.apache.stanbol.entityhub.servicesapi.site.SiteConfiguration
The URL the creator of a Work (representations in case of referenced sites) would like used when attributing re-use.
getBaseMappings() - Method in interface org.apache.stanbol.entityhub.servicesapi.yard.Cache
Getter for the base mappings used by this Cache.
getCache(String) - Method in interface org.apache.stanbol.entityhub.servicesapi.yard.YardManager
Getter for the Cache based on the yard id used to cache the data.
getCacheId() - Method in interface org.apache.stanbol.entityhub.servicesapi.site.SiteConfiguration
The id of the Yard used to cache data of this referenced site.
getCacheIDs() - Method in interface org.apache.stanbol.entityhub.servicesapi.yard.YardManager
Getter for the IDs of Caches currently managed by this Manager
getCacheStrategy() - Method in interface org.apache.stanbol.entityhub.servicesapi.site.SiteConfiguration
The cache strategy used by for this site to be used.
getConfig() - Method in interface org.apache.stanbol.entityhub.servicesapi.Entityhub
Getter for the Configuration of the Entityhub
getConfiguration() - Method in interface org.apache.stanbol.entityhub.servicesapi.site.ReferencedSite
Getter for the configuration of this referenced site
getConstraint(String) - Method in interface org.apache.stanbol.entityhub.servicesapi.query.FieldQuery
Getter for the Constraint of a field
getConstraints() - Method in interface org.apache.stanbol.entityhub.servicesapi.query.FieldQuery
Getter for the unmodifiable list of query elements for the given Path.
getContent(String, String) - Method in interface org.apache.stanbol.entityhub.servicesapi.site.ReferencedSite
Getter for the Content of the Entity
getContent(String, String) - Method in interface org.apache.stanbol.entityhub.servicesapi.site.ReferencedSiteManager
Getter for the content of the entity
getContext() - Method in class org.apache.stanbol.entityhub.servicesapi.query.SimilarityConstraint
The context used for checking the similarity
getDataType(String) - Static method in enum org.apache.stanbol.entityhub.servicesapi.defaults.DataTypeEnum
 
getDataTypeByShortName(String) - Static method in enum org.apache.stanbol.entityhub.servicesapi.defaults.DataTypeEnum
 
getDataTypes() - Method in class org.apache.stanbol.entityhub.servicesapi.query.ValueConstraint
Getter for the list of the parsed data types URIs
getDefaultExpireDuration() - Method in interface org.apache.stanbol.entityhub.servicesapi.site.SiteConfiguration
Return the duration in milliseconds or values <= 0 if mappings to entities of this Site do not expire.
getDefaultManagedEntityState() - Method in interface org.apache.stanbol.entityhub.servicesapi.EntityhubConfiguration
The initial (default) state for new Symbols
getDefaultManagedEntityState() - Method in interface org.apache.stanbol.entityhub.servicesapi.site.SiteConfiguration
The initial state if a Symbol is created for an entity managed by this site
getDefaultMappedEntityState() - Method in interface org.apache.stanbol.entityhub.servicesapi.site.SiteConfiguration
The initial state for mappings of entities managed by this site
getDefaultMappingState() - Method in interface org.apache.stanbol.entityhub.servicesapi.EntityhubConfiguration
The initial (default) state for new EntityMappings
getDescription() - Method in interface org.apache.stanbol.entityhub.servicesapi.EntityhubConfiguration
The human readable description to provide some background information about this entity hub instance.
getDescription() - Method in interface org.apache.stanbol.entityhub.servicesapi.site.SiteConfiguration
Getter for the default short description of this site.
getDescription() - Method in interface org.apache.stanbol.entityhub.servicesapi.yard.Yard
 
getEntity(String) - Method in interface org.apache.stanbol.entityhub.servicesapi.Entityhub
Getter for an Entity managed by the Entityhub.
getEntity(String) - Method in interface org.apache.stanbol.entityhub.servicesapi.site.ReferencedSite
Getter for the Entity by the id
getEntity(String) - Method in interface org.apache.stanbol.entityhub.servicesapi.site.ReferencedSiteManager
Getter for the Entity referenced by the parsed ID.
getEntityDereferencerType() - Method in interface org.apache.stanbol.entityhub.servicesapi.site.SiteConfiguration
The name of the EntityDereferencer to be used for accessing representations of entities managed by this Site
getEntityhubPrefix() - Method in interface org.apache.stanbol.entityhub.servicesapi.EntityhubConfiguration
Getter for the Prefix to be used for all Symbols and EntityMappings created by the Entityhub
getEntityhubYardId() - Method in interface org.apache.stanbol.entityhub.servicesapi.EntityhubConfiguration
This is the ID of the Yard used by the Entityhub to store its data
getEntityPrefixes() - Method in interface org.apache.stanbol.entityhub.servicesapi.site.SiteConfiguration
Getter for the prefixes of entities managed by this Site
getEntitySearcherType() - Method in interface org.apache.stanbol.entityhub.servicesapi.site.SiteConfiguration
The type of the EntitySearcher to be used to query for representations of entities managed by this Site.
getEntityType() - Method in interface org.apache.stanbol.entityhub.servicesapi.query.EntityQuery
The type of the entity TODO: currently symbols define only a required name and description, but often it is also the type that is used to filter individuals.
getFieldMapper() - Method in interface org.apache.stanbol.entityhub.servicesapi.site.ReferencedSite
Getter for the FieldMappings configured for this Site
getFieldMappingConfig() - Method in interface org.apache.stanbol.entityhub.servicesapi.EntityhubConfiguration
Getter for the FieldMapping configuration of the Entityhub.
getFieldMappings() - Method in interface org.apache.stanbol.entityhub.servicesapi.Entityhub
Getter for the FieldMappings configured for this Site
getFieldMappings() - Method in interface org.apache.stanbol.entityhub.servicesapi.site.SiteConfiguration
Getter for the field mappings used for this site when importing entities to the Entityhub.
getFieldNames() - Method in interface org.apache.stanbol.entityhub.servicesapi.model.Representation
Getter for all the present fields
getFieldPattern() - Method in class org.apache.stanbol.entityhub.servicesapi.mapping.FieldMapping
The Wildcard Pattern (*,?) used to match field name against.
getFilter() - Method in class org.apache.stanbol.entityhub.servicesapi.mapping.FieldMapping
The constraint used to filter values of the source field
getFirst(String, Class<T>) - Method in interface org.apache.stanbol.entityhub.servicesapi.model.Representation
Getter for a single Value for a field
getFirst(String) - Method in interface org.apache.stanbol.entityhub.servicesapi.model.Representation
Getter for the (first) value for a field
getFirst(String, String...) - Method in interface org.apache.stanbol.entityhub.servicesapi.model.Representation
Getter for the first natural language text value of a specific language
getFirstReference(String) - Method in interface org.apache.stanbol.entityhub.servicesapi.model.Representation
Getter for the first reference value for a field
getFullName(String) - Static method in enum org.apache.stanbol.entityhub.servicesapi.defaults.NamespaceEnum
Lookup if the parsed short URI (e.g "rdfs:label") uses one of the registered prefixes of this Enumeration of if the parsed short URI uses the default namespace (e.g.
getID() - Method in interface org.apache.stanbol.entityhub.servicesapi.EntityhubConfiguration
The ID of the Entityhub.
getId() - Method in interface org.apache.stanbol.entityhub.servicesapi.model.Entity
The id (signifier) of this Entity.
getId() - Method in interface org.apache.stanbol.entityhub.servicesapi.model.Representation
Getter for the identifier.
getId() - Method in interface org.apache.stanbol.entityhub.servicesapi.site.ReferencedSite
The Id of this site.
getId() - Method in interface org.apache.stanbol.entityhub.servicesapi.site.SiteConfiguration
Getter for the id of this site.
getId() - Method in interface org.apache.stanbol.entityhub.servicesapi.yard.Yard
Getter for the unique ID of the Yard
getJavaType() - Method in enum org.apache.stanbol.entityhub.servicesapi.defaults.DataTypeEnum
 
getLanguage() - Method in interface org.apache.stanbol.entityhub.servicesapi.model.Text
Getter for the language.
getLanguages() - Method in class org.apache.stanbol.entityhub.servicesapi.query.TextConstraint
The set of languages for this query.
getLicenses() - Method in interface org.apache.stanbol.entityhub.servicesapi.site.SiteConfiguration
Getter for the the License(s) used for the data provided by this site.
getLimit() - Method in interface org.apache.stanbol.entityhub.servicesapi.query.Query
Getter for the maximum number of results for this query.
getLocalName() - Method in enum org.apache.stanbol.entityhub.servicesapi.defaults.DataTypeEnum
 
getLowerBound() - Method in class org.apache.stanbol.entityhub.servicesapi.query.RangeConstraint
 
getMappingById(String) - Method in interface org.apache.stanbol.entityhub.servicesapi.Entityhub
Getter for a MappedEntity based on the ID of the mapping itself.
getMappingBySource(String) - Method in interface org.apache.stanbol.entityhub.servicesapi.Entityhub
Getter for all mappings by the ID of the source.
getMappings() - Method in interface org.apache.stanbol.entityhub.servicesapi.mapping.FieldMapper
Getter for the unmodifiable collection of all mappings
getMappings() - Method in class org.apache.stanbol.entityhub.servicesapi.mapping.FieldMapping
The target fields values of the source fields are copied to
getMappingsByTarget(String) - Method in interface org.apache.stanbol.entityhub.servicesapi.Entityhub
Getter for all the mappings by the id of the target.
getMetadata() - Method in interface org.apache.stanbol.entityhub.servicesapi.model.Entity
Getter for the meta data about the representation of this Entity.
getMode() - Method in class org.apache.stanbol.entityhub.servicesapi.query.ValueConstraint
Getter for the ValueConstraint.MODE of this ValueConstraint
getName() - Method in interface org.apache.stanbol.entityhub.servicesapi.EntityhubConfiguration
The human readable name of this entity hub instance.
getName() - Method in interface org.apache.stanbol.entityhub.servicesapi.query.EntityQuery
Getter for the name/name fragment of the entity to search
getName() - Method in class org.apache.stanbol.entityhub.servicesapi.site.License
Getter for the name of the License
getName() - Method in interface org.apache.stanbol.entityhub.servicesapi.site.SiteConfiguration
The preferred name of this site (if not present use the id)
getName() - Method in interface org.apache.stanbol.entityhub.servicesapi.yard.Yard
 
getNamespace() - Method in enum org.apache.stanbol.entityhub.servicesapi.defaults.DataTypeEnum
 
getNamespace() - Method in enum org.apache.stanbol.entityhub.servicesapi.defaults.NamespaceEnum
 
getNamespace() - Method in enum org.apache.stanbol.entityhub.servicesapi.defaults.SpecialFieldEnum
 
getNamespaceLocalName(String) - Static method in class org.apache.stanbol.entityhub.servicesapi.util.ModelUtils
Splits up a URI in local name and namespace based on the following rules If URI starts with "urn:" and last index of ':' == 3 than the there is no namespace and the whole URI is a local name if the uri starts with "urn:" and the last index of ':' ia > 3, than the last index ':' is used.
getOffset() - Method in interface org.apache.stanbol.entityhub.servicesapi.query.Query
Getter for the offset for the first result of this query.
getPatternType() - Method in class org.apache.stanbol.entityhub.servicesapi.query.TextConstraint
The pattern type to be used for this query.
getPrefix() - Method in enum org.apache.stanbol.entityhub.servicesapi.defaults.NamespaceEnum
 
getPrimaryDataTypes(Class<?>) - Static method in enum org.apache.stanbol.entityhub.servicesapi.defaults.DataTypeEnum
 
getQName() - Method in enum org.apache.stanbol.entityhub.servicesapi.defaults.DataTypeEnum
 
getQName() - Method in enum org.apache.stanbol.entityhub.servicesapi.defaults.SpecialFieldEnum
 
getQName(String) - Static method in class org.apache.stanbol.entityhub.servicesapi.util.ModelUtils
This Method uses ModelUtils.getNamespaceLocalName(String) to split up namespace and local name.
getQuery() - Method in interface org.apache.stanbol.entityhub.servicesapi.query.QueryResultList
Getter for the query of this result set.
getQueryFactory() - Method in interface org.apache.stanbol.entityhub.servicesapi.Entityhub
Getter for the FieldQueryFactory instance of the Entityhub.
getQueryFactory() - Method in interface org.apache.stanbol.entityhub.servicesapi.site.ReferencedSite
Getter for the QueryFactory implementation preferable used with this Site.
getQueryFactory() - Method in interface org.apache.stanbol.entityhub.servicesapi.yard.Yard
Getter for the FieldQueryFactory used by this Yard
getQueryType() - Method in interface org.apache.stanbol.entityhub.servicesapi.query.Query
The type of the Query (e.g.
getQueryUri() - Method in interface org.apache.stanbol.entityhub.servicesapi.site.SiteConfiguration
Getter for the queryUri of the site.
getReference() - Method in interface org.apache.stanbol.entityhub.servicesapi.model.Reference
Getter for the reference (not null)
getReferencedSite(String) - Method in interface org.apache.stanbol.entityhub.servicesapi.site.ReferencedSiteManager
Getter for the referenced site based on the id
getReferencedSiteIds() - Method in interface org.apache.stanbol.entityhub.servicesapi.site.ReferencedSiteManager
Getter for the Id's of all active referenced sites
getReferencedSitesByEntityPrefix(String) - Method in interface org.apache.stanbol.entityhub.servicesapi.site.ReferencedSiteManager
Getter for Sites that manages entities with the given ID.
getReferences(String) - Method in interface org.apache.stanbol.entityhub.servicesapi.model.Representation
Getter for all reference values of a field
getReferences() - Method in class org.apache.stanbol.entityhub.servicesapi.query.ReferenceConstraint
Getter for the Reference
getRegexPattern() - Method in class org.apache.stanbol.entityhub.servicesapi.mapping.FieldMapping
Getter for the RegexPettern representing the parsed wildcard.
getRepresentation() - Method in interface org.apache.stanbol.entityhub.servicesapi.model.Entity
Getter for the Representation of that sign as defined/managed by the site The id of this Representation MUST BE the same as the id if the Entity.
getRepresentation(String) - Method in interface org.apache.stanbol.entityhub.servicesapi.yard.Yard
Getter for the representation based on the id.
getRepresentationInfo(Representation) - Static method in class org.apache.stanbol.entityhub.servicesapi.util.ModelUtils
String representation of the parsed Representation inteded for DEBUG level loggings.
getSelectedFields() - Method in interface org.apache.stanbol.entityhub.servicesapi.query.FieldQuery
Unmodifiable set with all the fields to be selected by this query
getSelectedFields() - Method in interface org.apache.stanbol.entityhub.servicesapi.query.QueryResultList
The selected fields of this query
getShortName() - Method in enum org.apache.stanbol.entityhub.servicesapi.defaults.DataTypeEnum
 
getShortName(String) - Static method in enum org.apache.stanbol.entityhub.servicesapi.defaults.NamespaceEnum
Parsed the namespace of the parsed full URI by searching the last occurrence of '#' or '/' and than looks if the namespace is part of this enumeration.
getSite() - Method in interface org.apache.stanbol.entityhub.servicesapi.model.Entity
Getter for the id of the referenced Site that defines/manages this sign.
Note that the Entityhub allows that different referenced Sites provide representations for the same id (Entity.getId()).
getSpecialField(String) - Static method in enum org.apache.stanbol.entityhub.servicesapi.defaults.SpecialFieldEnum
Getter for the SpecialFieldEnum for the parsed name (local name or qname or full URI)
getState(String) - Static method in enum org.apache.stanbol.entityhub.servicesapi.model.ManagedEntityState
Getter for the State based on the URI.
getState(String) - Static method in enum org.apache.stanbol.entityhub.servicesapi.model.MappingState
Getter for the State based on the URI.
getSupportedQueryTypes() - Method in interface org.apache.stanbol.entityhub.servicesapi.query.QueryService
Getter for the types of queries supported by this implementation.
getText(String) - Method in interface org.apache.stanbol.entityhub.servicesapi.model.Representation
Getter for all natural language text values of a field
getText() - Method in interface org.apache.stanbol.entityhub.servicesapi.model.Text
Getter for the text (not null nor empty)
getText() - Method in class org.apache.stanbol.entityhub.servicesapi.query.TextConstraint
Deprecated.  
getText() - Method in class org.apache.stanbol.entityhub.servicesapi.site.License
Getter for the text of the License
getTexts() - Method in class org.apache.stanbol.entityhub.servicesapi.query.TextConstraint
Getter for the text constraints.
getType() - Method in class org.apache.stanbol.entityhub.servicesapi.query.Constraint
Getter for the type of the constraint.
getType() - Method in interface org.apache.stanbol.entityhub.servicesapi.query.QueryResultList
The type of the results in the list
getUpperBound() - Method in class org.apache.stanbol.entityhub.servicesapi.query.RangeConstraint
 
getUri() - Method in enum org.apache.stanbol.entityhub.servicesapi.defaults.DataTypeEnum
 
getUri() - Method in enum org.apache.stanbol.entityhub.servicesapi.defaults.SpecialFieldEnum
 
getUri() - Method in enum org.apache.stanbol.entityhub.servicesapi.model.ManagedEntityState
 
getUri() - Method in enum org.apache.stanbol.entityhub.servicesapi.model.MappingState
 
getUri() - Method in enum org.apache.stanbol.entityhub.servicesapi.model.rdf.RdfResourceEnum
Getter for the Unicode character of the URI
getUrl() - Method in class org.apache.stanbol.entityhub.servicesapi.site.License
Getter for the Url of the License
getValueFactory() - Method in interface org.apache.stanbol.entityhub.servicesapi.yard.Yard
Getter for the ValueFactory instance used by this Yard to create Representation, Reference and Text instances.
getValues() - Method in class org.apache.stanbol.entityhub.servicesapi.query.ValueConstraint
Getter for the value
getYard() - Method in interface org.apache.stanbol.entityhub.servicesapi.Entityhub
Getter for the Yard storing the Entities and Mappings managed by this Entityhub.
getYard(String) - Method in interface org.apache.stanbol.entityhub.servicesapi.yard.YardManager
Getter for the Yard based on the parsed Id
getYardIDs() - Method in interface org.apache.stanbol.entityhub.servicesapi.yard.YardManager
Getter for the IDs of Yards currently managed by this Manager

H

hashCode() - Method in class org.apache.stanbol.entityhub.servicesapi.mapping.FieldMapping
 

I

ID - Static variable in interface org.apache.stanbol.entityhub.servicesapi.EntityhubConfiguration
The key used to configure the ID of the entity hub
ID - Static variable in interface org.apache.stanbol.entityhub.servicesapi.site.SiteConfiguration
The key to be used for the site id
ID - Static variable in interface org.apache.stanbol.entityhub.servicesapi.yard.Yard
 
ignoreField() - Method in class org.apache.stanbol.entityhub.servicesapi.mapping.FieldMapping
Returns true if fields that match the pattern are ignored.
importEntity(String) - Method in interface org.apache.stanbol.entityhub.servicesapi.Entityhub
Imports an Entity from a referenced site to the Entityhub.
isAvailable() - Method in interface org.apache.stanbol.entityhub.servicesapi.yard.Cache
Getter for the state of the Yard configured to store cached information
isCache(String) - Method in interface org.apache.stanbol.entityhub.servicesapi.yard.YardManager
Returns if a Cache with the requested ID is registered.
isCaseSensitive() - Method in class org.apache.stanbol.entityhub.servicesapi.query.TextConstraint
If the query is case sensitive
isConstrained(String) - Method in interface org.apache.stanbol.entityhub.servicesapi.query.FieldQuery
Checks if there is a constraint for the given field
isDefault() - Method in enum org.apache.stanbol.entityhub.servicesapi.defaults.NamespaceEnum
 
isEmpty() - Method in interface org.apache.stanbol.entityhub.servicesapi.query.QueryResultList
true if the result set is empty
isField(String) - Method in interface org.apache.stanbol.entityhub.servicesapi.yard.Cache
Returns the cache strategy for the given Field.
isGlobal() - Method in class org.apache.stanbol.entityhub.servicesapi.mapping.FieldMapping
Returns true if this fieldMapping maps any field.
isInclusive() - Method in class org.apache.stanbol.entityhub.servicesapi.query.RangeConstraint
 
isLanguage(String) - Method in interface org.apache.stanbol.entityhub.servicesapi.yard.Cache
Returns the cache strategy for the given Language
isPrefix() - Method in interface org.apache.stanbol.entityhub.servicesapi.query.EntityQuery
If Prefix is enabled, the parsed name is interpreted as prefix.
isReferred(String) - Method in interface org.apache.stanbol.entityhub.servicesapi.site.ReferencedSiteManager
Returns if a site with the parsed id is referenced
isRepresentation(String) - Method in interface org.apache.stanbol.entityhub.servicesapi.Entityhub
Checks if an Entity with the parsed id is managed by the Entityhub.
isRepresentation(String) - Method in interface org.apache.stanbol.entityhub.servicesapi.yard.Yard
checks if a representation with the given id is present in the Yard
isSpecialField(String) - Static method in enum org.apache.stanbol.entityhub.servicesapi.defaults.SpecialFieldEnum
Checks if the parsed name (local name or qname or full URI) is a special field
isState(String) - Static method in enum org.apache.stanbol.entityhub.servicesapi.model.ManagedEntityState
 
isState(String) - Static method in enum org.apache.stanbol.entityhub.servicesapi.model.MappingState
 
isYard(String) - Method in interface org.apache.stanbol.entityhub.servicesapi.yard.YardManager
Returns if there is a Yard for the parsed ID
iterator() - Method in interface org.apache.stanbol.entityhub.servicesapi.query.QueryResultList
Iterator over the results of this query

L

License - Class in org.apache.stanbol.entityhub.servicesapi.site
 
License(String, String, String) - Constructor for class org.apache.stanbol.entityhub.servicesapi.site.License
Constructs an License.
lookupLocalEntity(String) - Method in interface org.apache.stanbol.entityhub.servicesapi.Entityhub
Getter for the locally managed Entity based on a reference to a Entity.
lookupLocalEntity(String, boolean) - Method in interface org.apache.stanbol.entityhub.servicesapi.Entityhub
Getter for the locally managed Entity based on a reference to a Entity.

M

ManagedEntityState - Enum in org.apache.stanbol.entityhub.servicesapi.model
Enumeration that defines the different states of Entities managed by the Entityhub
MappingState - Enum in org.apache.stanbol.entityhub.servicesapi.model
Enumeration that defines the different states of EntityMapping instances.
ModelUtils - Class in org.apache.stanbol.entityhub.servicesapi.util
Utilities useful for implementations of the Entityhub Model

N

NAME - Static variable in interface org.apache.stanbol.entityhub.servicesapi.EntityhubConfiguration
The key used to configure the name of the entity hub
NAME - Static variable in interface org.apache.stanbol.entityhub.servicesapi.site.SiteConfiguration
The key to be used for the name of the site
NAME - Static variable in interface org.apache.stanbol.entityhub.servicesapi.yard.Yard
 
NamespaceEnum - Enum in org.apache.stanbol.entityhub.servicesapi.defaults
Defines commonly used name spaces to prevent multiple definitions in several classes

O

org.apache.stanbol.entityhub.servicesapi - package org.apache.stanbol.entityhub.servicesapi
 
org.apache.stanbol.entityhub.servicesapi.defaults - package org.apache.stanbol.entityhub.servicesapi.defaults
 
org.apache.stanbol.entityhub.servicesapi.mapping - package org.apache.stanbol.entityhub.servicesapi.mapping
 
org.apache.stanbol.entityhub.servicesapi.model - package org.apache.stanbol.entityhub.servicesapi.model
 
org.apache.stanbol.entityhub.servicesapi.model.rdf - package org.apache.stanbol.entityhub.servicesapi.model.rdf
 
org.apache.stanbol.entityhub.servicesapi.query - package org.apache.stanbol.entityhub.servicesapi.query
 
org.apache.stanbol.entityhub.servicesapi.site - package org.apache.stanbol.entityhub.servicesapi.site
 
org.apache.stanbol.entityhub.servicesapi.util - package org.apache.stanbol.entityhub.servicesapi.util
 
org.apache.stanbol.entityhub.servicesapi.yard - package org.apache.stanbol.entityhub.servicesapi.yard
 

P

PatternUtils - Class in org.apache.stanbol.entityhub.servicesapi.util
 
PREFIX - Static variable in interface org.apache.stanbol.entityhub.servicesapi.EntityhubConfiguration
The property used to configure the prefix used for Symbols and EntityMappings created by the Entityhub
PREFIX_REGEX_PATTERN - Static variable in class org.apache.stanbol.entityhub.servicesapi.util.PatternUtils
 
PROHIBITED_SITE_IDS - Static variable in interface org.apache.stanbol.entityhub.servicesapi.site.ReferencedSite
List of ids that are not allowed to be used (case insensitive) for referenced sites.

Q

Query - Interface in org.apache.stanbol.entityhub.servicesapi.query
Common interfaces for all supported queries.
QUERY_URI - Static variable in interface org.apache.stanbol.entityhub.servicesapi.site.EntitySearcher
The key used to define the baseUri of the query service used for the implementation of this interface.
This constants actually uses the value of SiteConfiguration.QUERY_URI
QUERY_URI - Static variable in interface org.apache.stanbol.entityhub.servicesapi.site.SiteConfiguration
Key used for the configuration of the uri to access the query service of the site
QueryResultList<T> - Interface in org.apache.stanbol.entityhub.servicesapi.query
 
QueryService - Interface in org.apache.stanbol.entityhub.servicesapi.query
This interface defines the Java API for searching Entities.

R

randomUUID() - Static method in class org.apache.stanbol.entityhub.servicesapi.util.ModelUtils
TODO: Maybe we need a better way to generate unique IDs
RangeConstraint - Class in org.apache.stanbol.entityhub.servicesapi.query
 
RangeConstraint(Object, Object, boolean) - Constructor for class org.apache.stanbol.entityhub.servicesapi.query.RangeConstraint
 
RdfResourceEnum - Enum in org.apache.stanbol.entityhub.servicesapi.model.rdf
 
Reference - Interface in org.apache.stanbol.entityhub.servicesapi.model
Defines a reference to an other entity
ReferenceConstraint - Class in org.apache.stanbol.entityhub.servicesapi.query
 
ReferenceConstraint(String) - Constructor for class org.apache.stanbol.entityhub.servicesapi.query.ReferenceConstraint
 
ReferenceConstraint(Collection<String>) - Constructor for class org.apache.stanbol.entityhub.servicesapi.query.ReferenceConstraint
 
ReferenceConstraint(Collection<String>, ValueConstraint.MODE) - Constructor for class org.apache.stanbol.entityhub.servicesapi.query.ReferenceConstraint
 
ReferencedSite - Interface in org.apache.stanbol.entityhub.servicesapi.site
 
ReferencedSiteException - Exception in org.apache.stanbol.entityhub.servicesapi.site
 
ReferencedSiteException(String, Throwable) - Constructor for exception org.apache.stanbol.entityhub.servicesapi.site.ReferencedSiteException
 
ReferencedSiteException(String) - Constructor for exception org.apache.stanbol.entityhub.servicesapi.site.ReferencedSiteException
 
ReferencedSiteManager - Interface in org.apache.stanbol.entityhub.servicesapi.site
 
remove(String, Object) - Method in interface org.apache.stanbol.entityhub.servicesapi.model.Representation
Removes the parsed value form the field.
remove(String) - Method in interface org.apache.stanbol.entityhub.servicesapi.yard.Yard
Removes the Representation with the given id
remove(Iterable<String>) - Method in interface org.apache.stanbol.entityhub.servicesapi.yard.Yard
Removes all the Representation of the parsed ids.
removeAll(String) - Method in interface org.apache.stanbol.entityhub.servicesapi.model.Representation
Removes all values of the field
removeAllConstraints() - Method in interface org.apache.stanbol.entityhub.servicesapi.query.FieldQuery
Removes all constraints form the query
removeAllNaturalText(String, String...) - Method in interface org.apache.stanbol.entityhub.servicesapi.model.Representation
Removes all natural language texts for the given languages or all natural language labels of no language or an empty array is parsed as language.
removeAllSelectedFields() - Method in interface org.apache.stanbol.entityhub.servicesapi.query.FieldQuery
Removes all selected fields
removeConstraint(String) - Method in interface org.apache.stanbol.entityhub.servicesapi.query.FieldQuery
Removes the constraint for the parse field
removeFieldMapping(FieldMapping) - Method in interface org.apache.stanbol.entityhub.servicesapi.mapping.FieldMapper
Removes a FieldMapping.
removeFilter() - Method in class org.apache.stanbol.entityhub.servicesapi.mapping.FieldMapping
Removes any specified filter
removeMapping(String) - Method in class org.apache.stanbol.entityhub.servicesapi.mapping.FieldMapping
Removes the mapping from the list.
removeNaturalText(String, String, String...) - Method in interface org.apache.stanbol.entityhub.servicesapi.model.Representation
Removes a natural language text in given languages form a field
removeReference(String, String) - Method in interface org.apache.stanbol.entityhub.servicesapi.model.Representation
Removes to parsed reference as value for the given field.
removeSelectedField(String) - Method in interface org.apache.stanbol.entityhub.servicesapi.query.FieldQuery
Removes Fields to be selected by this Query
removeSelectedFields(Collection<String>) - Method in interface org.apache.stanbol.entityhub.servicesapi.query.FieldQuery
Removes Fields to be selected by this Query
Representation - Interface in org.apache.stanbol.entityhub.servicesapi.model
This interface is used by the Entityhub to define representations.
RESULT_SCORE_COMPARATOR - Static variable in class org.apache.stanbol.entityhub.servicesapi.util.ModelUtils
Comparator based on the RdfResourceEnum.resultScore property that assumes that values of this property implement Comparable.
results() - Method in interface org.apache.stanbol.entityhub.servicesapi.query.QueryResultList
Unmodifiable collection of the results

S

set(String, Object) - Method in interface org.apache.stanbol.entityhub.servicesapi.model.Representation
Sets the value of the field to the parsed object.
setAdditionalMappings(FieldMapper) - Method in interface org.apache.stanbol.entityhub.servicesapi.yard.Cache
Sets the additional field mappings for a cache.
setBaseMappings(FieldMapper) - Method in interface org.apache.stanbol.entityhub.servicesapi.yard.Cache
Sets the base mappings to the parsed field mapper and stores the new configuration to the yard.
setConstraint(String, Constraint) - Method in interface org.apache.stanbol.entityhub.servicesapi.query.FieldQuery
Sets/replaces the constraint for a field of the representation.
setFilter(Constraint) - Method in class org.apache.stanbol.entityhub.servicesapi.mapping.FieldMapping
Setter for the filter used for values.
setLimit(Integer) - Method in interface org.apache.stanbol.entityhub.servicesapi.query.Query
Setter for the maximum number of results or null if no limit is defined.
setNaturalText(String, String, String...) - Method in interface org.apache.stanbol.entityhub.servicesapi.model.Representation
Setter for the natural language text value of a field in the given languages.
setOffset(int) - Method in interface org.apache.stanbol.entityhub.servicesapi.query.Query
Setter for the offset of the query.
setReference(String, String) - Method in interface org.apache.stanbol.entityhub.servicesapi.model.Representation
Setter for the reference of a field.
setSeed(long) - Static method in class org.apache.stanbol.entityhub.servicesapi.util.ModelUtils
 
setState(String, ManagedEntityState) - Method in interface org.apache.stanbol.entityhub.servicesapi.Entityhub
Setter for the state of an Entity.
SimilarityConstraint - Class in org.apache.stanbol.entityhub.servicesapi.query
Ensure that results have fields that is contextually similar.
SimilarityConstraint(String) - Constructor for class org.apache.stanbol.entityhub.servicesapi.query.SimilarityConstraint
 
SimilarityConstraint(String, List<String>) - Constructor for class org.apache.stanbol.entityhub.servicesapi.query.SimilarityConstraint
 
SITE_ATTRIBUTION - Static variable in interface org.apache.stanbol.entityhub.servicesapi.site.SiteConfiguration
The attribution for the data provided by this referenced site
SITE_ATTRIBUTION_URL - Static variable in interface org.apache.stanbol.entityhub.servicesapi.site.SiteConfiguration
The URL to the attribution for the data provided by this referenced site
SITE_FIELD_MAPPINGS - Static variable in interface org.apache.stanbol.entityhub.servicesapi.site.SiteConfiguration
The key used to configure the FieldMappings for a Site.
SITE_LICENCE_NAME - Static variable in interface org.apache.stanbol.entityhub.servicesapi.site.SiteConfiguration
The key used to configure the name of License used by a referenced Site
SITE_LICENCE_TEXT - Static variable in interface org.apache.stanbol.entityhub.servicesapi.site.SiteConfiguration
The key used to configure the License of a referenced Site
SITE_LICENCE_URL - Static variable in interface org.apache.stanbol.entityhub.servicesapi.site.SiteConfiguration
The key used to configure the link to the License used by a referenced Site
SITE_MAPPINGS - Static variable in interface org.apache.stanbol.entityhub.servicesapi.mapping.FieldMapperConfig
Deprecated. The Property used to configure mappings that are only used for representation of a specific Site.
SiteConfiguration - Interface in org.apache.stanbol.entityhub.servicesapi.site
This interface defines the getter as well as the keys used to configure such properties when parsing an configuration for a ReferencedSite.
size() - Method in interface org.apache.stanbol.entityhub.servicesapi.query.QueryResultList
The size of this result set
SpecialFieldEnum - Enum in org.apache.stanbol.entityhub.servicesapi.defaults
Enumeration that defines fields that need to be treated specially by the Stanbol Entityhub.
store(Representation) - Method in interface org.apache.stanbol.entityhub.servicesapi.Entityhub
Stores (create or updates) the parsed representation within the Entityhub.
store(Representation) - Method in interface org.apache.stanbol.entityhub.servicesapi.yard.Yard
Stores the representation in the Yard.
store(Iterable<Representation>) - Method in interface org.apache.stanbol.entityhub.servicesapi.yard.Yard
Stores all the parsed representation in a single chunk in the Yard.
strategy() - Method in interface org.apache.stanbol.entityhub.servicesapi.yard.Cache
The strategy used by this Cache.
supportsLocalMode() - Method in interface org.apache.stanbol.entityhub.servicesapi.site.ReferencedSite
Returns if this referenced site supports local mode - meaning, that it can be used to search and retrieve entities in offline mode.
supportsSearch() - Method in interface org.apache.stanbol.entityhub.servicesapi.site.ReferencedSite
Returns if this referenced site supports queries.

T

Text - Interface in org.apache.stanbol.entityhub.servicesapi.model
Defines a natural language text in a given language.
TextConstraint - Class in org.apache.stanbol.entityhub.servicesapi.query
 
TextConstraint(List<String>, String...) - Constructor for class org.apache.stanbol.entityhub.servicesapi.query.TextConstraint
Creates a TextConstraint for multiple texts and languages.
TextConstraint(String, String...) - Constructor for class org.apache.stanbol.entityhub.servicesapi.query.TextConstraint
Creates a TextConstraint for a text and languages.
TextConstraint(List<String>, boolean, String...) - Constructor for class org.apache.stanbol.entityhub.servicesapi.query.TextConstraint
 
TextConstraint(String, boolean, String...) - Constructor for class org.apache.stanbol.entityhub.servicesapi.query.TextConstraint
 
TextConstraint(String, TextConstraint.PatternType, boolean, String...) - Constructor for class org.apache.stanbol.entityhub.servicesapi.query.TextConstraint
 
TextConstraint(List<String>, TextConstraint.PatternType, boolean, String...) - Constructor for class org.apache.stanbol.entityhub.servicesapi.query.TextConstraint
 
TextConstraint.PatternType - Enum in org.apache.stanbol.entityhub.servicesapi.query
 
toString() - Method in enum org.apache.stanbol.entityhub.servicesapi.defaults.DataTypeEnum
 
toString() - Method in enum org.apache.stanbol.entityhub.servicesapi.defaults.NamespaceEnum
 
toString() - Method in class org.apache.stanbol.entityhub.servicesapi.mapping.FieldMapping
 
toString() - Method in enum org.apache.stanbol.entityhub.servicesapi.model.ManagedEntityState
 
toString() - Method in enum org.apache.stanbol.entityhub.servicesapi.model.MappingState
 
toString() - Method in enum org.apache.stanbol.entityhub.servicesapi.model.rdf.RdfResourceEnum
 
toString() - Method in interface org.apache.stanbol.entityhub.servicesapi.model.Reference
The lexical representation of the reference (usually the same value as returned by Reference.getReference()
toString() - Method in interface org.apache.stanbol.entityhub.servicesapi.model.Text
The text without language information - this is the same as returned by Text.getText().
toString() - Method in class org.apache.stanbol.entityhub.servicesapi.query.RangeConstraint
 
toString() - Method in class org.apache.stanbol.entityhub.servicesapi.query.TextConstraint
 
toString() - Method in class org.apache.stanbol.entityhub.servicesapi.query.ValueConstraint
 
TYPE - Static variable in interface org.apache.stanbol.entityhub.servicesapi.query.FieldQuery
The value used as result for Query.getQueryType() of this query type.

U

UnsupportedQueryTypeException - Exception in org.apache.stanbol.entityhub.servicesapi.query
RuntimeException that indicated, that the tyoe of the parsed Query is not supported by the QueryService
UnsupportedQueryTypeException(String, Collection<String>) - Constructor for exception org.apache.stanbol.entityhub.servicesapi.query.UnsupportedQueryTypeException
 
UnsupportedQueryTypeException(String, Collection<String>, String) - Constructor for exception org.apache.stanbol.entityhub.servicesapi.query.UnsupportedQueryTypeException
 
UnsupportedTypeException - Exception in org.apache.stanbol.entityhub.servicesapi.model
Indicates, that the requested type is not supported.
UnsupportedTypeException(Class<?>, String) - Constructor for exception org.apache.stanbol.entityhub.servicesapi.model.UnsupportedTypeException
 
UnsupportedTypeException(Class<?>, String, Throwable) - Constructor for exception org.apache.stanbol.entityhub.servicesapi.model.UnsupportedTypeException
 
update(Representation) - Method in interface org.apache.stanbol.entityhub.servicesapi.yard.Yard
Updates the store with the new state of the parsed representation
update(Iterable<Representation>) - Method in interface org.apache.stanbol.entityhub.servicesapi.yard.Yard
Updates the store with the new state of the parsed representations.
usesWildcard() - Method in class org.apache.stanbol.entityhub.servicesapi.mapping.FieldMapping
Returns true if the fieldPattern uses wildcards (? or *)
usesWildCard(String) - Static method in class org.apache.stanbol.entityhub.servicesapi.util.PatternUtils
Returns true if the parsed value contains an '?' or '*'

V

value2Regex(String) - Static method in class org.apache.stanbol.entityhub.servicesapi.util.PatternUtils
 
ValueConstraint - Class in org.apache.stanbol.entityhub.servicesapi.query
A constraint the filters/selects based on the value and/or the parsed dataTypes.
ValueConstraint(Object) - Constructor for class org.apache.stanbol.entityhub.servicesapi.query.ValueConstraint
 
ValueConstraint(Object, Iterable<String>) - Constructor for class org.apache.stanbol.entityhub.servicesapi.query.ValueConstraint
 
ValueConstraint(Object, Iterable<String>, ValueConstraint.MODE) - Constructor for class org.apache.stanbol.entityhub.servicesapi.query.ValueConstraint
 
ValueConstraint.MODE - Enum in org.apache.stanbol.entityhub.servicesapi.query
The mode how multiple values are treated
ValueFactory - Interface in org.apache.stanbol.entityhub.servicesapi.model
FactoryInterface for Text and Reference instances TODO: Still not sure if we need that
valueOf(String) - Static method in enum org.apache.stanbol.entityhub.servicesapi.defaults.DataTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.stanbol.entityhub.servicesapi.defaults.NamespaceEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.stanbol.entityhub.servicesapi.defaults.SpecialFieldEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.stanbol.entityhub.servicesapi.model.ManagedEntityState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.stanbol.entityhub.servicesapi.model.MappingState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.stanbol.entityhub.servicesapi.model.rdf.RdfResourceEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.stanbol.entityhub.servicesapi.query.Constraint.ConstraintType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.stanbol.entityhub.servicesapi.query.TextConstraint.PatternType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.stanbol.entityhub.servicesapi.query.ValueConstraint.MODE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.stanbol.entityhub.servicesapi.yard.CacheingLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.stanbol.entityhub.servicesapi.yard.CacheStrategy
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.stanbol.entityhub.servicesapi.defaults.DataTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.stanbol.entityhub.servicesapi.defaults.NamespaceEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.stanbol.entityhub.servicesapi.defaults.SpecialFieldEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.stanbol.entityhub.servicesapi.model.ManagedEntityState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.stanbol.entityhub.servicesapi.model.MappingState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.stanbol.entityhub.servicesapi.model.rdf.RdfResourceEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.stanbol.entityhub.servicesapi.query.Constraint.ConstraintType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.stanbol.entityhub.servicesapi.query.TextConstraint.PatternType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.stanbol.entityhub.servicesapi.query.ValueConstraint.MODE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.stanbol.entityhub.servicesapi.yard.CacheingLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.stanbol.entityhub.servicesapi.yard.CacheStrategy
Returns an array containing the constants of this enum type, in the order they are declared.

W

wildcardToRegex(String, boolean) - Static method in class org.apache.stanbol.entityhub.servicesapi.util.PatternUtils
Converts a Wildcard search string to REGEX.

Y

Yard - Interface in org.apache.stanbol.entityhub.servicesapi.yard
The Yard represents a local cache for Representations of the Entities and Symbols managed by a referenced site.
YardException - Exception in org.apache.stanbol.entityhub.servicesapi.yard
Used to indicate an error while performing an operation on a yard
YardException(String, Throwable) - Constructor for exception org.apache.stanbol.entityhub.servicesapi.yard.YardException
Creates an exception with a message and a cause
YardException(String) - Constructor for exception org.apache.stanbol.entityhub.servicesapi.yard.YardException
Creates an exception with a message and a cause
YardManager - Interface in org.apache.stanbol.entityhub.servicesapi.yard
Manages the different active Yards and provides the possibility to lookup/ create Cache instances based on already available Yards.

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

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