public interface WikiNodeServiceSoap
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
WikiNodeSoap |
addNode(java.lang.String name,
java.lang.String description,
ServiceContext serviceContext) |
void |
deleteNode(long nodeId) |
WikiNodeSoap |
getNode(long nodeId) |
WikiNodeSoap |
getNode(long groupId,
java.lang.String name) |
WikiNodeSoap[] |
getNodes(long groupId) |
WikiNodeSoap[] |
getNodes(long groupId,
int status) |
WikiNodeSoap[] |
getNodes(long groupId,
int start,
int end) |
WikiNodeSoap[] |
getNodes(long groupId,
int status,
int start,
int end) |
int |
getNodesCount(long groupId) |
int |
getNodesCount(long groupId,
int status) |
WikiNodeSoap |
moveNodeToTrash(long nodeId) |
void |
restoreNodeFromTrash(long nodeId) |
void |
subscribeNode(long nodeId) |
void |
unsubscribeNode(long nodeId) |
WikiNodeSoap |
updateNode(long nodeId,
java.lang.String name,
java.lang.String description,
ServiceContext serviceContext) |
WikiNodeSoap addNode(java.lang.String name, java.lang.String description, ServiceContext serviceContext) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid deleteNode(long nodeId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionWikiNodeSoap getNode(long nodeId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionWikiNodeSoap getNode(long groupId, java.lang.String name) throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getNodesCount(long groupId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getNodesCount(long groupId,
int status)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionWikiNodeSoap[] getNodes(long groupId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionWikiNodeSoap[] getNodes(long groupId, int status) throws java.rmi.RemoteException
java.rmi.RemoteExceptionWikiNodeSoap[] getNodes(long groupId, int start, int end) throws java.rmi.RemoteException
java.rmi.RemoteExceptionWikiNodeSoap[] getNodes(long groupId, int status, int start, int end) throws java.rmi.RemoteException
java.rmi.RemoteExceptionWikiNodeSoap moveNodeToTrash(long nodeId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid restoreNodeFromTrash(long nodeId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid subscribeNode(long nodeId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid unsubscribeNode(long nodeId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionWikiNodeSoap updateNode(long nodeId, java.lang.String name, java.lang.String description, ServiceContext serviceContext) throws java.rmi.RemoteException
java.rmi.RemoteException