Modifier and Type | Method and Description |
---|---|
OccurrenceRelation |
LocalEntityService.addOccurrences(CoreSession session,
DocumentRef docRef,
DocumentRef entityRef,
List<OccurrenceInfo> occurrences)
Add several occurrences of the same entity in to a given document
(occurring in several text snippets).
|
void |
LocalEntityService.addOccurrences(CoreSession session,
DocumentRef ref,
EntitySuggestion entitySuggestion,
List<OccurrenceInfo> occurrences)
Add several occurrences of the same entity in to a given document
(occurring in several text snippets).
|
Modifier and Type | Field and Description |
---|---|
List<OccurrenceInfo> |
OccurrenceGroup.occurrences |
Modifier and Type | Method and Description |
---|---|
OccurrenceInfo |
OccurrenceInfo.withOrder(double order)
The end offset to locate the mention inside the context.
|
Modifier and Type | Method and Description |
---|---|
List<OccurrenceInfo> |
OccurrenceRelationImpl.getOccurrences() |
List<OccurrenceInfo> |
OccurrenceRelation.getOccurrences() |
Modifier and Type | Method and Description |
---|---|
int |
OccurrenceInfo.compareTo(OccurrenceInfo o) |
Modifier and Type | Method and Description |
---|---|
void |
OccurrenceRelationImpl.addOccurrences(List<OccurrenceInfo> occurrences) |
void |
OccurrenceRelation.addOccurrences(List<OccurrenceInfo> occurrences)
Merge the list of occurrences with the existing occurrence info held by
the underlying document model using.
|
void |
OccurrenceRelationImpl.setOccurrences(List<OccurrenceInfo> occurrences) |
void |
OccurrenceRelation.setOccurrences(List<OccurrenceInfo> occurrences)
Replace existing occurrences with the a new list of occurrence info.
|
Modifier and Type | Method and Description |
---|---|
List<OccurrenceInfo> |
EntityOccurrence.getOccurrences() |
Constructor and Description |
---|
EntityOccurrence(DocumentModel doc,
DocumentModel entity,
DocumentModel occurrence,
List<OccurrenceInfo> occurrences,
int maxDisplayedOccurrences) |
Modifier and Type | Method and Description |
---|---|
OccurrenceRelation |
LocalEntityServiceImpl.addOccurrences(CoreSession session,
DocumentRef docRef,
DocumentRef entityRef,
List<OccurrenceInfo> occurrences) |
void |
LocalEntityServiceImpl.addOccurrences(CoreSession session,
DocumentRef docRef,
EntitySuggestion entitySuggestion,
List<OccurrenceInfo> occurrences) |
Copyright © 2011 Nuxeo SA. All Rights Reserved.