public interface OccurrenceRelation
Modifier and Type | Method and Description |
---|---|
void |
addOccurrences(List<OccurrenceInfo> occurrences)
Merge the list of occurrences with the existing occurrence info held by
the underlying document model using.
|
DocumentModel |
getOccurrenceDocument() |
List<OccurrenceInfo> |
getOccurrences() |
List<OccurrenceInfo> |
getOccurrences(int maxOccurrences) |
DocumentModel |
getSourceDocument()
Lazy fetch the DocumentModel of the document carrying the entity mentions.
|
DocumentRef |
getSourceDocumentRef() |
DocumentModel |
getTargetEntity()
Lazy fetch the DocumentModel of the entity being mentioned.
|
DocumentRef |
getTargetEntityRef() |
void |
setOccurrences(List<OccurrenceInfo> occurrences)
Replace existing occurrences with the a new list of occurrence info.
|
DocumentModel getOccurrenceDocument()
DocumentRef getSourceDocumentRef() throws ClientException
ClientException
DocumentRef getTargetEntityRef() throws ClientException
ClientException
List<OccurrenceInfo> getOccurrences() throws ClientException
ClientException
List<OccurrenceInfo> getOccurrences(int maxOccurrences) throws ClientException
ClientException
void addOccurrences(List<OccurrenceInfo> occurrences) throws ClientException
ClientException
void setOccurrences(List<OccurrenceInfo> occurrences) throws ClientException
ClientException
DocumentModel getTargetEntity() throws ClientException
ClientException
DocumentModel getSourceDocument() throws ClientException
ClientException
Copyright © 2013 Nuxeo SA. All Rights Reserved.