Nuxeo Enterprise Platform 5.4

org.nuxeo.correspondence.core.link
Class AbstractLink

java.lang.Object
  extended by org.nuxeo.correspondence.core.link.AbstractLink
All Implemented Interfaces:
CommonLink
Direct Known Subclasses:
EnvelopeToMailLinkImpl, MailToMailLinkImpl

public abstract class AbstractLink
extends Object
implements CommonLink

AbstractLink provides CRUD methods for CorrespondenceLink.

Author:
ldoguin

Constructor Summary
AbstractLink()
           
 
Method Summary
 void removeCorrespondenceLink(String xPath, CorrespondenceLink link)
           
 void save(org.nuxeo.ecm.core.api.CoreSession session)
          Save the adapter's document.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.nuxeo.correspondence.link.CommonLink
getLink
 

Constructor Detail

AbstractLink

public AbstractLink()
Method Detail

save

public void save(org.nuxeo.ecm.core.api.CoreSession session)
Description copied from interface: CommonLink
Save the adapter's document.

Specified by:
save in interface CommonLink

removeCorrespondenceLink

public void removeCorrespondenceLink(String xPath,
                                     CorrespondenceLink link)

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.