|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Entity | |
|---|---|
| org.apache.stanbol.entityhub.servicesapi | |
| org.apache.stanbol.entityhub.servicesapi.query | |
| org.apache.stanbol.entityhub.servicesapi.site | |
| Uses of Entity in org.apache.stanbol.entityhub.servicesapi |
|---|
| Methods in org.apache.stanbol.entityhub.servicesapi that return Entity | |
|---|---|
Entity |
Entityhub.delete(String id)
Deletes the Entity with the parsed id. |
Entity |
Entityhub.getEntity(String entityId)
Getter for an Entity managed by the Entityhub. |
Entity |
Entityhub.getMappingById(String id)
Getter for a MappedEntity based on the ID of the mapping itself. |
Entity |
Entityhub.getMappingBySource(String source)
Getter for all mappings by the ID of the source. |
Entity |
Entityhub.importEntity(String reference)
Imports an Entity from a referenced site to the Entityhub. |
Entity |
Entityhub.lookupLocalEntity(String reference)
Getter for the locally managed Entity based on a reference to a Entity. |
Entity |
Entityhub.lookupLocalEntity(String reference,
boolean create)
Getter for the locally managed Entity based on a reference to a Entity. |
Entity |
Entityhub.setState(String id,
ManagedEntityState state)
Setter for the state of an Entity. |
Entity |
Entityhub.store(Representation representation)
Stores (create or updates) the parsed representation within the Entityhub. |
| Methods in org.apache.stanbol.entityhub.servicesapi that return types with arguments of type Entity | |
|---|---|
QueryResultList<Entity> |
Entityhub.findEntities(FieldQuery query)
Searches for Signs based on the parsed FieldQuery and returns
the selected Signs including the whole representation. |
Collection<Entity> |
Entityhub.getMappingsByTarget(String entityId)
Getter for all the mappings by the id of the target. |
| Uses of Entity in org.apache.stanbol.entityhub.servicesapi.query |
|---|
| Methods in org.apache.stanbol.entityhub.servicesapi.query that return types with arguments of type Entity | |
|---|---|
QueryResultList<? extends Entity> |
QueryService.findSigns(Query query)
Searches for Signs based on the parsed FieldQuery and returns
the selected Signs including the whole representation. |
| Uses of Entity in org.apache.stanbol.entityhub.servicesapi.site |
|---|
| Methods in org.apache.stanbol.entityhub.servicesapi.site that return Entity | |
|---|---|
Entity |
ReferencedSiteManager.getEntity(String reference)
Getter for the Entity referenced by the parsed ID. |
Entity |
ReferencedSite.getEntity(String id)
Getter for the Entity by the id |
| Methods in org.apache.stanbol.entityhub.servicesapi.site that return types with arguments of type Entity | |
|---|---|
QueryResultList<Entity> |
ReferencedSiteManager.findEntities(FieldQuery query)
Returns the Entities that confirm to the parsed Query |
QueryResultList<Entity> |
ReferencedSite.findEntities(FieldQuery query)
Searches for Entities based on the parsed FieldQuery and returns
the selected Entities including the whole representation. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||