Nuxeo Enterprise Platform 5.4

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

Method Summary
 CorrespondenceLink getLink(String targetDocId)
           
 void save(org.nuxeo.ecm.core.api.CoreSession session)
          Save the adapter's document.
 

Method Detail

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 -

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.