Interface | Description |
---|---|
LocalEntityService |
Service to handle semantic entities linked to document in the local
repository.
|
RemoteEntityService |
Service to suggest by name, lookup and fetch data by URI from entities
definitions hosted on remote HTTP servers using the Linked Data philosophy.
|
RemoteEntitySource | |
SemanticAnalysisService |
Service to asynchronously launch and monitor the semantic analysis of Nuxeo
documents.
|
Class | Description |
---|---|
AnalysisTask |
Thread pooled call to the semantic analysis engine
|
Constants | |
EntitySuggestion |
Data transfer object for the name lookup API of the LocalEntityService: it is
represent both local entities (DocumentModel) and remote entities that don't
have a match in the local repo represented as in memory DocumentModel or
dereferenceable URIs.
|
ProgressStatus |
Simple data transfer object to report on the state of the analysis process.
|
SerializationTask |
Data transfer object use to serialize the core write access link creation
using a BlockingQueue
|
Exception | Description |
---|---|
DereferencingException |
Exception to be thrown when a URI cannot be successfully dereferenced due to
a network or remote server problem.
|
Copyright © 2011 Nuxeo SA. All Rights Reserved.