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() |
DocumentRef |
getSourceDocumentRef() |
DocumentRef |
getTargetEntityRef() |
void |
setOccurrences(List<OccurrenceInfo> occurrences)
Replace existing occurrences with the a new list of occurrence info.
|
DocumentModel getOccurrenceDocument()
DocumentRef getSourceDocumentRef() throws ClientException
ClientExceptionDocumentRef getTargetEntityRef() throws ClientException
ClientExceptionList<OccurrenceInfo> getOccurrences() throws ClientException
ClientExceptionvoid addOccurrences(List<OccurrenceInfo> occurrences) throws ClientException
ClientExceptionvoid setOccurrences(List<OccurrenceInfo> occurrences) throws ClientException
ClientExceptionCopyright © 2011 Nuxeo SA. All Rights Reserved.