Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.publisher.impl.service
Class AbstractRemotableNode

java.lang.Object
  extended by org.nuxeo.ecm.platform.publisher.impl.service.AbstractRemotableNode
All Implemented Interfaces:
Serializable, PublicationNode
Direct Known Subclasses:
ClientRemotePublicationNode, ProxyNode

public abstract class AbstractRemotableNode
extends Object
implements PublicationNode

Abstract class for PublicationNode that delegate method calls to a remote service.

Author:
tiry
See Also:
Serialized Form

Constructor Summary
AbstractRemotableNode()
           
 
Method Summary
 List<PublishedDocument> getChildrenDocuments()
           
 List<PublicationNode> getChildrenNodes()
           
 PublicationNode getParent()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.nuxeo.ecm.platform.publisher.api.PublicationNode
getName, getNodeType, getPath, getSessionId, getTitle, getTreeConfigName, getType
 

Constructor Detail

AbstractRemotableNode

public AbstractRemotableNode()
Method Detail

getChildrenDocuments

public List<PublishedDocument> getChildrenDocuments()
                                             throws ClientException
Specified by:
getChildrenDocuments in interface PublicationNode
Throws:
ClientException

getChildrenNodes

public List<PublicationNode> getChildrenNodes()
                                       throws ClientException
Specified by:
getChildrenNodes in interface PublicationNode
Throws:
ClientException

getParent

public PublicationNode getParent()
Specified by:
getParent in interface PublicationNode

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.