org.nuxeo.ecm.platform.publisher.impl.service
Class ProxyNode
java.lang.Object
org.nuxeo.ecm.platform.publisher.impl.service.AbstractRemotableNode
org.nuxeo.ecm.platform.publisher.impl.service.ProxyNode
- All Implemented Interfaces:
- Serializable, PublicationNode
public class ProxyNode
- extends AbstractRemotableNode
- implements PublicationNode
Remotable implementation of the PublicationNode interface. Because
some PublicationNode implementation may be bound to local resources
(network connexions, local filesystem ...) all PublicationNode
returned by the service are wrapped into this RemotablePublicationNode.
- Author:
- tiry
- See Also:
- Serialized Form
ProxyNode
public ProxyNode(PublicationNode node,
String sid)
throws ClientException
- Throws:
ClientException
getTitle
public String getTitle()
- Specified by:
getTitle in interface PublicationNode
getName
public String getName()
- Specified by:
getName in interface PublicationNode
getNodeType
public String getNodeType()
- Specified by:
getNodeType in interface PublicationNode
getType
public String getType()
- Specified by:
getType in interface PublicationNode
getPath
public String getPath()
- Specified by:
getPath in interface PublicationNode
getTreeConfigName
public String getTreeConfigName()
- Specified by:
getTreeConfigName in interface PublicationNode
getSessionId
public String getSessionId()
- Specified by:
getSessionId in interface PublicationNode
Copyright © 2011 Nuxeo SAS. All Rights Reserved.