public interface IPubSubOldDAO
| Modifier and Type | Interface and Description |
|---|---|
static class |
IPubSubOldDAO.Item |
| Modifier and Type | Method and Description |
|---|---|
IPubSubOldDAO.Item |
getItem(tigase.xmpp.BareJID serviceJid,
String nodeName,
String id) |
String[] |
getItemsIds(tigase.xmpp.BareJID serviceJid,
String nodeName) |
UsersAffiliation[] |
getNodeAffiliations(tigase.xmpp.BareJID serviceJid,
String nodeName) |
AbstractNodeConfig |
getNodeConfig(tigase.xmpp.BareJID serviceJid,
String nodeName) |
Date |
getNodeCreationDate(tigase.xmpp.BareJID serviceJid,
String nodeName) |
tigase.xmpp.BareJID |
getNodeCreator(tigase.xmpp.BareJID serviceJid,
String nodeName) |
String[] |
getNodesList(tigase.xmpp.BareJID serviceJids) |
UsersSubscription[] |
getNodeSubscriptions(tigase.xmpp.BareJID serviceJid,
String nodeName) |
tigase.xmpp.BareJID[] |
getServiceJids() |
void |
init() |
tigase.xmpp.BareJID[] getServiceJids()
throws RepositoryException
RepositoryExceptionString[] getNodesList(tigase.xmpp.BareJID serviceJids) throws RepositoryException
RepositoryExceptionDate getNodeCreationDate(tigase.xmpp.BareJID serviceJid, String nodeName) throws RepositoryException
RepositoryExceptiontigase.xmpp.BareJID getNodeCreator(tigase.xmpp.BareJID serviceJid,
String nodeName)
throws RepositoryException
RepositoryExceptionAbstractNodeConfig getNodeConfig(tigase.xmpp.BareJID serviceJid, String nodeName) throws RepositoryException
RepositoryExceptionUsersAffiliation[] getNodeAffiliations(tigase.xmpp.BareJID serviceJid, String nodeName) throws RepositoryException
RepositoryExceptionUsersSubscription[] getNodeSubscriptions(tigase.xmpp.BareJID serviceJid, String nodeName) throws RepositoryException
RepositoryExceptionString[] getItemsIds(tigase.xmpp.BareJID serviceJid, String nodeName) throws RepositoryException
RepositoryExceptionIPubSubOldDAO.Item getItem(tigase.xmpp.BareJID serviceJid, String nodeName, String id) throws RepositoryException
RepositoryExceptionvoid init()
throws RepositoryException
RepositoryExceptionCopyright © 2008–2014 Tigase. All rights reserved.