Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.publisher.remoting.client
Class ClientRemotePublicationNode

java.lang.Object
  extended by org.nuxeo.ecm.platform.publisher.impl.service.AbstractRemotableNode
      extended by org.nuxeo.ecm.platform.publisher.remoting.client.ClientRemotePublicationNode
All Implemented Interfaces:
Serializable, PublicationNode

public class ClientRemotePublicationNode
extends AbstractRemotableNode

PublicationNode implementation that point to a remote tree on a remote server.

Author:
tiry
See Also:
Serialized Form

Constructor Summary
ClientRemotePublicationNode(String treeConfigName, String sid, PublicationNode node, String serverSessionId, RemotePublicationTreeManager service, String targetTreeName)
           
 
Method Summary
 String getName()
           
 String getNodeType()
           
 String getPath()
           
 String getRemoteSessionId()
           
 String getSessionId()
           
 String getTitle()
           
 String getTreeConfigName()
           
 String getType()
           
 String getUnwrappedTreeName()
           
 
Methods inherited from class org.nuxeo.ecm.platform.publisher.impl.service.AbstractRemotableNode
getChildrenDocuments, getChildrenNodes, getParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientRemotePublicationNode

public ClientRemotePublicationNode(String treeConfigName,
                                   String sid,
                                   PublicationNode node,
                                   String serverSessionId,
                                   RemotePublicationTreeManager service,
                                   String targetTreeName)
                            throws ClientException
Throws:
ClientException
Method Detail

getNodeType

public String getNodeType()

getType

public String getType()

getPath

public String getPath()

getTitle

public String getTitle()

getName

public String getName()

getTreeConfigName

public String getTreeConfigName()

getUnwrappedTreeName

public String getUnwrappedTreeName()

getSessionId

public String getSessionId()

getRemoteSessionId

public String getRemoteSessionId()

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.