| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
Entity |
Entityhub.store(Representation representation)
Stores (create or updates) the parsed representation within the Entityhub.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
Representation |
EntityDereferencer.dereference(String uri)
Dereferences the Representation of the referred Entity
|
| Modifier and Type | Method and Description |
|---|---|
QueryResultList<Representation> |
SiteManager.find(FieldQuery query)
Searches for Entities based on the parsed query and returns representations
including the selected fields and filtered values
|
QueryResultList<Representation> |
Site.find(FieldQuery query)
Searches for entities based on the parsed
FieldQuery and returns
representations as defined by the selected fields of the query. |
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 |
| Modifier and Type | Method and Description |
|---|---|
void |
ManagedSite.store(Representation representation)
Stores (create or updates) the parsed representation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ManagedSite.store(Iterable<Representation> representation)
Stores (create or updates) the parsed representations.
|
| Modifier and Type | Field and Description |
|---|---|
static Comparator<Representation> |
ModelUtils.RESULT_SCORE_COMPARATOR
Comparator based on the
RdfResourceEnum.resultScore property that
assumes that values of this property implement Comparable. |
| Modifier and Type | Method and Description |
|---|---|
static String |
ModelUtils.getAboutRepresentation(Representation metadata)
|
static String |
ModelUtils.getRepresentationInfo(Representation rep)
String representation of the parsed Representation inteded for DEBUG level
loggings.
|
| Modifier and Type | Method and Description |
|---|---|
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. if the parsed representation is
not present in the Yard it will add it to the Yard.
|
Representation |
Yard.update(Representation representation)
Updates the store with the new state of the parsed representation
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Representation |
Yard.store(Representation representation)
Stores the representation in the Yard. if the parsed representation is
not present in the Yard it will add it to the Yard.
|
Representation |
Yard.update(Representation representation)
Updates the store with the new state of the parsed representation
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.