public class OccurrenceRelationImpl extends Object implements OccurrenceRelation
| Constructor and Description |
|---|
OccurrenceRelationImpl(DocumentModel doc) |
| 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.
|
public OccurrenceRelationImpl(DocumentModel doc)
public List<OccurrenceInfo> getOccurrences() throws ClientException
getOccurrences in interface OccurrenceRelationClientExceptionpublic List<OccurrenceInfo> getOccurrences(int maxOccurrences) throws ClientException
getOccurrences in interface OccurrenceRelationClientExceptionpublic void addOccurrences(List<OccurrenceInfo> occurrences) throws ClientException
OccurrenceRelationaddOccurrences in interface OccurrenceRelationClientExceptionpublic void setOccurrences(List<OccurrenceInfo> occurrences) throws ClientException
OccurrenceRelationsetOccurrences in interface OccurrenceRelationClientExceptionpublic DocumentRef getSourceDocumentRef() throws ClientException
getSourceDocumentRef in interface OccurrenceRelationClientExceptionpublic DocumentRef getTargetEntityRef() throws ClientException
getTargetEntityRef in interface OccurrenceRelationClientExceptionpublic DocumentModel getOccurrenceDocument()
getOccurrenceDocument in interface OccurrenceRelationpublic DocumentModel getTargetEntity() throws ClientException
OccurrenceRelationgetTargetEntity in interface OccurrenceRelationClientExceptionpublic DocumentModel getSourceDocument() throws ClientException
OccurrenceRelationgetSourceDocument in interface OccurrenceRelationClientExceptionCopyright © 2013 Nuxeo SA. All Rights Reserved.