|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Representation in org.apache.stanbol.entityhub.servicesapi |
|---|
| Methods in org.apache.stanbol.entityhub.servicesapi that return types with arguments of type Representation | |
|---|---|
QueryResultList<Representation> |
Entityhub.find(FieldQuery query)
Searches for symbols based on the parsed FieldQuery and returns
representations as defined by the selected fields of the query. |
| Methods in org.apache.stanbol.entityhub.servicesapi with parameters of type Representation | |
|---|---|
Entity |
Entityhub.store(Representation representation)
Stores (create or updates) the parsed representation within the Entityhub. |
| Uses of Representation in org.apache.stanbol.entityhub.servicesapi.mapping |
|---|
| Methods in org.apache.stanbol.entityhub.servicesapi.mapping that return Representation | |
|---|---|
Representation |
FieldMapper.applyMappings(Representation source,
Representation target,
ValueFactory valueFactory)
Uses the state of the source representation and the configured mappings to update the state of the target Representation. |
| Methods in org.apache.stanbol.entityhub.servicesapi.mapping with parameters of type Representation | |
|---|---|
Representation |
FieldMapper.applyMappings(Representation source,
Representation target,
ValueFactory valueFactory)
Uses the state of the source representation and the configured mappings to update the state of the target Representation. |
| Uses of Representation in org.apache.stanbol.entityhub.servicesapi.model |
|---|
| Methods in org.apache.stanbol.entityhub.servicesapi.model that return Representation | |
|---|---|
Representation |
ValueFactory.createRepresentation(String id)
Creates an empty representation instance of with the type SignTypeEnum#Sign
for the parsed ID. |
Representation |
Entity.getMetadata()
Getter for the meta data about the representation of this Entity. |
Representation |
Entity.getRepresentation()
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. |
| Uses of Representation in org.apache.stanbol.entityhub.servicesapi.query |
|---|
| Methods in org.apache.stanbol.entityhub.servicesapi.query that return types with arguments of type Representation | |
|---|---|
QueryResultList<? extends Representation> |
QueryService.find(Query query)
Searches for entities based on the parsed FieldQuery and returns
representations as defined by the selected fields of the query. |
| Uses of Representation in org.apache.stanbol.entityhub.servicesapi.site |
|---|
| Methods in org.apache.stanbol.entityhub.servicesapi.site that return Representation | |
|---|---|
Representation |
EntityDereferencer.dereference(String uri)
Dereferences the Representation of the referred Entity |
| Methods in org.apache.stanbol.entityhub.servicesapi.site that return types with arguments of type Representation | |
|---|---|
QueryResultList<Representation> |
ReferencedSiteManager.find(FieldQuery query)
Searches for Entities based on the parsed query and returns representations including the selected fields and filtered values |
QueryResultList<Representation> |
EntitySearcher.find(FieldQuery query)
Searches for Entities based on the parsed FieldQuery and returns
for each entity an Representation over the selected fields and values |
QueryResultList<Representation> |
ReferencedSite.find(FieldQuery query)
Searches for entities based on the parsed FieldQuery and returns
representations as defined by the selected fields of the query. |
| Uses of Representation in org.apache.stanbol.entityhub.servicesapi.util |
|---|
| Fields in org.apache.stanbol.entityhub.servicesapi.util with type parameters of type Representation | |
|---|---|
static Comparator<Representation> |
ModelUtils.RESULT_SCORE_COMPARATOR
Comparator based on the RdfResourceEnum.resultScore property that
assumes that values of this property implement Comparable. |
| Methods in org.apache.stanbol.entityhub.servicesapi.util with parameters of type Representation | |
|---|---|
static String |
ModelUtils.getAboutRepresentation(Representation metadata)
Getter for the id of the Entity the parsed metadata
are about. |
static String |
ModelUtils.getRepresentationInfo(Representation rep)
String representation of the parsed Representation inteded for DEBUG level loggings. |
| Uses of Representation in org.apache.stanbol.entityhub.servicesapi.yard |
|---|
| Methods in org.apache.stanbol.entityhub.servicesapi.yard that return Representation | |
|---|---|
Representation |
Yard.create()
Creates a new empty representation and stores it in the Yard. |
Representation |
Yard.create(String id)
Creates a new representation for the given id |
Representation |
Yard.getRepresentation(String id)
Getter for the representation based on the id. |
Representation |
Yard.store(Representation representation)
Stores the representation in the Yard. |
Representation |
Yard.update(Representation representation)
Updates the store with the new state of the parsed representation |
| Methods in org.apache.stanbol.entityhub.servicesapi.yard that return types with arguments of type Representation | |
|---|---|
QueryResultList<Representation> |
Yard.find(FieldQuery query)
Getter for a view onto the Representations selected by the Query. |
QueryResultList<Representation> |
Yard.findRepresentation(FieldQuery query)
Searches for all the Representation fulfilling the constraints of the query and returns the (whole) representation as stored in the Yard. |
Iterable<Representation> |
Yard.store(Iterable<Representation> representations)
Stores all the parsed representation in a single chunk in the Yard. |
Iterable<Representation> |
Yard.update(Iterable<Representation> representations)
Updates the store with the new state of the parsed representations. |
| Methods in org.apache.stanbol.entityhub.servicesapi.yard with parameters of type Representation | |
|---|---|
Representation |
Yard.store(Representation representation)
Stores the representation in the Yard. |
Representation |
Yard.update(Representation representation)
Updates the store with the new state of the parsed representation |
| Method parameters in org.apache.stanbol.entityhub.servicesapi.yard with type arguments of type Representation | |
|---|---|
Iterable<Representation> |
Yard.store(Iterable<Representation> representations)
Stores all the parsed representation in a single chunk in the Yard. |
Iterable<Representation> |
Yard.update(Iterable<Representation> representations)
Updates the store with the new state of the parsed representations. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||