Nuxeo Enterprise Platform 5.4

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:
java.io.Serializable, PublicationNode
Direct Known Subclasses:
ClientRemotePublicationNode, ProxyNode

public abstract class AbstractRemotableNode
extends java.lang.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
 java.util.List<PublishedDocument> getChildrenDocuments()
           
 java.util.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 java.util.List<PublishedDocument> getChildrenDocuments()
                                                       throws ClientException
Specified by:
getChildrenDocuments in interface PublicationNode
Throws:
ClientException

getChildrenNodes

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

getParent

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

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.