Package tigase.pubsub.repository
Interface IAffiliations
- All Known Subinterfaces:
IAffiliationsCached
- All Known Implementing Classes:
NodeAffiliations,NodeAffiliations
public interface IAffiliations
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddAffiliation(tigase.xmpp.jid.BareJID jid, Affiliation affiliation) voidchangeAffiliation(tigase.xmpp.jid.BareJID jid, Affiliation affiliation) getSubscriberAffiliation(tigase.xmpp.jid.BareJID jid) intsize()
-
Method Details
-
addAffiliation
-
changeAffiliation
-
getAffiliations
UsersAffiliation[] getAffiliations() -
getSubscriberAffiliation
-
size
int size()
-