|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPubSubRepository
Interface description
| Method Summary | |
|---|---|
void |
addToRootCollection(String nodeName)
Method description |
void |
createNode(String nodeName,
String ownerJid,
AbstractNodeConfig nodeConfig,
NodeType nodeType,
String collection)
Method description |
void |
deleteNode(String nodeName)
Method description |
void |
destroy()
Method description |
void |
forgetConfiguration(String nodeName)
Method description |
String[] |
getBuddyGroups(tigase.xmpp.BareJID owner,
String bareJid)
Method description |
String |
getBuddySubscription(tigase.xmpp.BareJID owner,
String buddy)
Method description |
IAffiliations |
getNodeAffiliations(String nodeName)
Method description |
AbstractNodeConfig |
getNodeConfig(String nodeName)
Method description |
IItems |
getNodeItems(String nodeName)
Method description |
ISubscriptions |
getNodeSubscriptions(String nodeName)
Method description |
IPubSubDAO |
getPubSubDAO()
Method description |
String[] |
getRootCollection()
Method description |
String[] |
getUserRoster(tigase.xmpp.BareJID owner)
Method description |
void |
init()
Method description |
void |
removeFromRootCollection(String nodeName)
Method description |
void |
update(String nodeName,
AbstractNodeConfig nodeConfig)
Method description |
void |
update(String nodeName,
IAffiliations affiliations)
Method description |
void |
update(String nodeName,
ISubscriptions subscriptions)
Method description |
| Method Detail |
|---|
void addToRootCollection(String nodeName)
throws RepositoryException
nodeName -
RepositoryException
void createNode(String nodeName,
String ownerJid,
AbstractNodeConfig nodeConfig,
NodeType nodeType,
String collection)
throws RepositoryException
nodeName - ownerJid - nodeConfig - nodeType - collection -
RepositoryException
void deleteNode(String nodeName)
throws RepositoryException
nodeName -
RepositoryExceptionvoid destroy()
void forgetConfiguration(String nodeName)
throws RepositoryException
nodeName -
RepositoryException
String[] getBuddyGroups(tigase.xmpp.BareJID owner,
String bareJid)
throws RepositoryException
owner - bareJid -
RepositoryException
String getBuddySubscription(tigase.xmpp.BareJID owner,
String buddy)
throws RepositoryException
owner - buddy -
RepositoryException
IAffiliations getNodeAffiliations(String nodeName)
throws RepositoryException
nodeName -
RepositoryException
AbstractNodeConfig getNodeConfig(String nodeName)
throws RepositoryException
nodeName -
RepositoryException
IItems getNodeItems(String nodeName)
throws RepositoryException
nodeName -
RepositoryException
ISubscriptions getNodeSubscriptions(String nodeName)
throws RepositoryException
nodeName -
RepositoryExceptionIPubSubDAO getPubSubDAO()
String[] getRootCollection()
throws RepositoryException
RepositoryException
String[] getUserRoster(tigase.xmpp.BareJID owner)
throws RepositoryException
owner -
RepositoryExceptionvoid init()
void removeFromRootCollection(String nodeName)
throws RepositoryException
nodeName -
RepositoryException
void update(String nodeName,
AbstractNodeConfig nodeConfig)
throws RepositoryException
nodeName - nodeConfig -
RepositoryException
void update(String nodeName,
IAffiliations affiliations)
throws RepositoryException
nodeName - affiliations -
RepositoryException
void update(String nodeName,
ISubscriptions subscriptions)
throws RepositoryException
nodeName - subscriptions -
RepositoryException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||