com.liferay.client.soap.portlet.wiki.service.http
Interface WikiNodeServiceSoap
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- Portlet_Wiki_WikiNodeServiceSoapBindingImpl, Portlet_Wiki_WikiNodeServiceSoapBindingStub
public interface WikiNodeServiceSoap
- extends java.rmi.Remote
addNode
WikiNodeSoap addNode(java.lang.String name,
java.lang.String description,
ServiceContext serviceContext)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getNode
WikiNodeSoap getNode(long nodeId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getNode
WikiNodeSoap getNode(long groupId,
java.lang.String name)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
deleteNode
void deleteNode(long nodeId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
subscribeNode
void subscribeNode(long nodeId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
unsubscribeNode
void unsubscribeNode(long nodeId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
updateNode
WikiNodeSoap updateNode(long nodeId,
java.lang.String name,
java.lang.String description)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException