org.nuxeo.correspondence.link
Interface CommonLink
- All Known Subinterfaces:
- EnvelopeToMailLink, MailToMailLink
- All Known Implementing Classes:
- AbstractLink, EnvelopeToMailLinkImpl, MailToMailLinkImpl
public interface CommonLink
Provide common methods for all Link.
- Author:
- ldoguin
getLink
CorrespondenceLink getLink(String targetDocId)
- Parameters:
targetDocId
- is the linked mail doc id.
- Returns:
- the existing link or null if it doesn't exist.
save
void save(org.nuxeo.ecm.core.api.CoreSession session)
- Save the adapter's document.
- Parameters:
session
-
Copyright © 2011 Nuxeo SAS. All Rights Reserved.