| Modifier and Type | Method and Description |
|---|---|
static Collection<tigase.xmpp.BareJID> |
AbstractPubSubModule.getActiveSubscribers(AbstractNodeConfig nodeConfig,
IAffiliations affiliations,
ISubscriptions subscriptions)
Method description
|
protected boolean |
AbstractPubSubModule.hasSenderSubscription(tigase.xmpp.BareJID bareJid,
IAffiliations affiliations,
ISubscriptions subscriptions)
Method description
|
void |
PubSubComponent.initialize(String[] admins,
PubSubDAO pubSubDAO,
IPubSubRepository createPubSubRepository,
LeafNodeConfig defaultNodeConfig)
Method description
|
protected boolean |
AbstractPubSubModule.isSenderInRosterGroup(tigase.xmpp.BareJID bareJid,
AbstractNodeConfig nodeConfig,
IAffiliations affiliations,
ISubscriptions subscriptions)
Method description
|
| Modifier and Type | Method and Description |
|---|---|
void |
Logic.configureNode(tigase.xmpp.JID from,
tigase.xmpp.BareJID service,
String node,
tigase.xml.Element config)
Configures node of service
|
void |
Logic.createNode(tigase.xmpp.JID from,
tigase.xmpp.BareJID service,
String node)
Creates node for service
|
List<tigase.xml.Element> |
Logic.getNodes(tigase.xmpp.JID from,
tigase.xmpp.BareJID service,
String node)
Method returns elements containing info about subnodes to passed node
|
String |
Logic.publish(tigase.xmpp.JID from,
tigase.xmpp.BareJID service,
String node,
tigase.xml.Element item)
Method adds item to store using logic specific for this service and node
but how to send notifications to about publish if item should exists in
more than one node?
|
void |
Logic.retract(tigase.xmpp.JID from,
tigase.xmpp.BareJID service,
String node,
String id)
Method removes item from store using logic specific for this service and
node
|
List<tigase.xml.Element> |
Logic.retrieve(tigase.xmpp.JID from,
tigase.xmpp.BareJID service,
String node,
Integer offset,
Integer limit)
Method retrieves list of items for node starting with offset and no more
than limit
|
List<tigase.xml.Element> |
Logic.retrieve(tigase.xmpp.JID from,
tigase.xmpp.BareJID service,
String node,
String id)
Method retrieves item with supplied id from store using specific logic
for this service and node
|
| Modifier and Type | Method and Description |
|---|---|
protected List<String> |
PublishItemModule.getParents(tigase.xmpp.BareJID serviceJid,
String nodeName)
Method description
|
protected tigase.xmpp.JID[] |
PublishItemModule.getValidBuddies(tigase.xmpp.BareJID id)
Method description
|
void |
PublishItemModule.publishLastItem(tigase.xmpp.BareJID serviceJid,
AbstractNodeConfig nodeConfig,
tigase.xmpp.JID destinationJID) |
List<tigase.server.Packet> |
PendingSubscriptionModule.sendAuthorizationRequest(String nodeName,
tigase.xmpp.JID fromJid,
String subID,
tigase.xmpp.BareJID subscriberJid,
IAffiliations nodeAffiliations)
Method description
|
void |
PublishItemModule.sendNotifications(tigase.xml.Element itemToSend,
tigase.xmpp.JID jidFrom,
String publisherNodeName,
AbstractNodeConfig nodeConfig,
IAffiliations nodeAffiliations,
ISubscriptions nodesSubscriptions)
Method description
|
void |
PublishItemModule.sendNotifications(tigase.xml.Element itemToSend,
tigase.xmpp.JID jidFrom,
String publisherNodeName,
Map<String,String> headers,
AbstractNodeConfig nodeConfig,
IAffiliations nodeAffiliations,
ISubscriptions nodesSubscriptions)
Method description
|
void |
PublishItemModule.trimItems(IItems nodeItems,
Integer maxItems)
Method description
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
PresenceNotifierModule.publish(tigase.xmpp.BareJID serviceJID,
String nodeName,
tigase.xml.Element itemToSend) |
protected void |
PresenceNotifierModule.publishToOne(tigase.xmpp.BareJID serviceJID,
String nodeName,
tigase.xmpp.JID destinationJID) |
| Modifier and Type | Method and Description |
|---|---|
void |
PubSubRepositoryWrapper.addToRootCollection(tigase.xmpp.BareJID serviceJid,
String nodeName) |
void |
PubSubDAOPool.addToRootCollection(tigase.xmpp.BareJID serviceJid,
String nodeName) |
void |
PubSubDAOJDBC.addToRootCollection(tigase.xmpp.BareJID serviceJid,
String nodeName) |
void |
IPubSubRepository.addToRootCollection(tigase.xmpp.BareJID serviceJid,
String nodeName)
Method description
|
void |
IPubSubDAO.addToRootCollection(tigase.xmpp.BareJID serviceJid,
String nodeName)
Method description
|
long |
PubSubDAOPool.createNode(tigase.xmpp.BareJID serviceJid,
String nodeName,
tigase.xmpp.BareJID ownerJid,
AbstractNodeConfig nodeConfig,
NodeType nodeType,
Long collectionId) |
long |
PubSubDAOJDBC.createNode(tigase.xmpp.BareJID serviceJid,
String nodeName,
tigase.xmpp.BareJID ownerJid,
AbstractNodeConfig nodeConfig,
NodeType nodeType,
Long collectionId) |
long |
IPubSubDAO.createNode(tigase.xmpp.BareJID serviceJid,
String nodeName,
tigase.xmpp.BareJID ownerJid,
AbstractNodeConfig nodeConfig,
NodeType nodeType,
Long collectionId)
Method description
|
void |
PubSubRepositoryWrapper.createNode(tigase.xmpp.BareJID serviceJid,
String nodeName,
tigase.xmpp.BareJID ownerJid,
AbstractNodeConfig nodeConfig,
NodeType nodeType,
String collection) |
void |
IPubSubRepository.createNode(tigase.xmpp.BareJID serviceJid,
String nodeName,
tigase.xmpp.BareJID ownerJid,
AbstractNodeConfig nodeConfig,
NodeType nodeType,
String collection)
Method description
|
void |
PubSubDAOPool.deleteItem(tigase.xmpp.BareJID serviceJid,
long nodeId,
String id) |
void |
PubSubDAOJDBC.deleteItem(tigase.xmpp.BareJID serviceJid,
long nodeId,
String id) |
void |
IPubSubDAO.deleteItem(tigase.xmpp.BareJID serviceJid,
long nodeId,
String id)
Method description
|
void |
IItems.deleteItem(String id) |
void |
PubSubDAOPool.deleteNode(tigase.xmpp.BareJID serviceJid,
long nodeId) |
void |
PubSubDAOJDBC.deleteNode(tigase.xmpp.BareJID serviceJid,
long nodeId) |
void |
IPubSubDAO.deleteNode(tigase.xmpp.BareJID serviceJid,
long nodeId)
Method description
|
void |
PubSubRepositoryWrapper.deleteNode(tigase.xmpp.BareJID serviceJid,
String nodeName) |
void |
IPubSubRepository.deleteNode(tigase.xmpp.BareJID serviceJid,
String nodeName)
Method description
|
void |
PubSubRepositoryWrapper.forgetConfiguration(tigase.xmpp.BareJID serviceJid,
String nodeName) |
void |
IPubSubRepository.forgetConfiguration(tigase.xmpp.BareJID serviceJid,
String nodeName)
Method description
|
String[] |
PubSubDAOPool.getAllNodesList(tigase.xmpp.BareJID serviceJid) |
String[] |
PubSubDAOJDBC.getAllNodesList(tigase.xmpp.BareJID serviceJid) |
String[] |
IPubSubDAO.getAllNodesList(tigase.xmpp.BareJID serviceJid) |
String[] |
PubSubRepositoryWrapper.getBuddyGroups(tigase.xmpp.BareJID owner,
tigase.xmpp.BareJID buddy) |
String[] |
PubSubDAO.getBuddyGroups(tigase.xmpp.BareJID owner,
tigase.xmpp.BareJID buddy)
Method description
|
String[] |
IPubSubRepository.getBuddyGroups(tigase.xmpp.BareJID owner,
tigase.xmpp.BareJID buddy)
Method description
|
String[] |
IPubSubDAO.getBuddyGroups(tigase.xmpp.BareJID owner,
tigase.xmpp.BareJID bareJid) |
String |
PubSubRepositoryWrapper.getBuddySubscription(tigase.xmpp.BareJID owner,
tigase.xmpp.BareJID buddy) |
String |
PubSubDAO.getBuddySubscription(tigase.xmpp.BareJID owner,
tigase.xmpp.BareJID buddy)
Method description
|
String |
IPubSubRepository.getBuddySubscription(tigase.xmpp.BareJID owner,
tigase.xmpp.BareJID buddy)
Method description
|
String |
IPubSubDAO.getBuddySubscription(tigase.xmpp.BareJID owner,
tigase.xmpp.BareJID buddy) |
String[] |
PubSubDAOPool.getChildNodes(tigase.xmpp.BareJID serviceJid,
String nodeName) |
String[] |
PubSubDAOJDBC.getChildNodes(tigase.xmpp.BareJID serviceJid,
String nodeName) |
String[] |
IPubSubDAO.getChildNodes(tigase.xmpp.BareJID serviceJid,
String nodeName)
Method description
|
protected Date |
PubSubDAOJDBC.getDateFromItem(tigase.xmpp.BareJID serviceJid,
long nodeId,
String id,
int field) |
tigase.xml.Element |
PubSubDAOPool.getItem(tigase.xmpp.BareJID serviceJid,
long nodeId,
String id) |
tigase.xml.Element |
PubSubDAOJDBC.getItem(tigase.xmpp.BareJID serviceJid,
long nodeId,
String id) |
tigase.xml.Element |
IPubSubDAO.getItem(tigase.xmpp.BareJID serviceJid,
long nodeId,
String id) |
tigase.xml.Element |
IItems.getItem(String id) |
Date |
PubSubDAOPool.getItemCreationDate(tigase.xmpp.BareJID serviceJid,
long nodeId,
String id) |
Date |
PubSubDAOJDBC.getItemCreationDate(tigase.xmpp.BareJID serviceJid,
long nodeId,
String id) |
Date |
IPubSubDAO.getItemCreationDate(tigase.xmpp.BareJID serviceJid,
long nodeId,
String id)
Method description
|
Date |
IItems.getItemCreationDate(String id) |
String[] |
IItems.getItemsIds() |
String[] |
PubSubDAOPool.getItemsIds(tigase.xmpp.BareJID serviceJid,
long nodeId) |
String[] |
PubSubDAOJDBC.getItemsIds(tigase.xmpp.BareJID serviceJid,
long nodeId) |
String[] |
IPubSubDAO.getItemsIds(tigase.xmpp.BareJID serviceJid,
long nodeId) |
String[] |
PubSubDAOPool.getItemsIdsSince(tigase.xmpp.BareJID serviceJid,
long nodeId,
Date since) |
String[] |
PubSubDAOJDBC.getItemsIdsSince(tigase.xmpp.BareJID serviceJid,
long nodeId,
Date since) |
String[] |
IPubSubDAO.getItemsIdsSince(tigase.xmpp.BareJID serviceJid,
long nodeId,
Date since) |
String[] |
IItems.getItemsIdsSince(Date since) |
List<IItems.ItemMeta> |
IItems.getItemsMeta() |
List<IItems.ItemMeta> |
PubSubDAOPool.getItemsMeta(tigase.xmpp.BareJID serviceJid,
long nodeId,
String nodeName) |
List<IItems.ItemMeta> |
PubSubDAOJDBC.getItemsMeta(tigase.xmpp.BareJID serviceJid,
long nodeId,
String nodeName) |
List<IItems.ItemMeta> |
IPubSubDAO.getItemsMeta(tigase.xmpp.BareJID serviceJid,
long nodeId,
String nodeName) |
Date |
PubSubDAOPool.getItemUpdateDate(tigase.xmpp.BareJID serviceJid,
long nodeId,
String id) |
Date |
PubSubDAOJDBC.getItemUpdateDate(tigase.xmpp.BareJID serviceJid,
long nodeId,
String id) |
Date |
IPubSubDAO.getItemUpdateDate(tigase.xmpp.BareJID serviceJid,
long nodeId,
String id)
Method description
|
Date |
IItems.getItemUpdateDate(String id) |
NodeAffiliations |
PubSubDAOPool.getNodeAffiliations(tigase.xmpp.BareJID serviceJid,
long nodeId) |
NodeAffiliations |
PubSubDAOJDBC.getNodeAffiliations(tigase.xmpp.BareJID serviceJid,
long nodeId) |
NodeAffiliations |
IPubSubDAO.getNodeAffiliations(tigase.xmpp.BareJID serviceJid,
long nodeId)
Method description
|
IAffiliations |
PubSubRepositoryWrapper.getNodeAffiliations(tigase.xmpp.BareJID serviceJid,
String nodeName) |
IAffiliations |
IPubSubRepository.getNodeAffiliations(tigase.xmpp.BareJID serviceJid,
String nodeName)
Method description
|
String |
PubSubDAOPool.getNodeConfig(tigase.xmpp.BareJID serviceJid,
long nodeId) |
String |
PubSubDAOJDBC.getNodeConfig(tigase.xmpp.BareJID serviceJid,
long nodeId) |
String |
IPubSubDAO.getNodeConfig(tigase.xmpp.BareJID serviceJid,
long nodeId)
Method description
|
AbstractNodeConfig |
PubSubRepositoryWrapper.getNodeConfig(tigase.xmpp.BareJID serviceJid,
String nodeName) |
AbstractNodeConfig |
IPubSubRepository.getNodeConfig(tigase.xmpp.BareJID serviceJid,
String nodeName)
Method description
|
protected <T extends AbstractNodeConfig> |
PubSubDAO.getNodeConfig(Class<T> nodeConfigClass,
String nodeName,
tigase.form.Form configForm) |
long |
PubSubDAOPool.getNodeId(tigase.xmpp.BareJID serviceJid,
String nodeName) |
long |
PubSubDAOJDBC.getNodeId(tigase.xmpp.BareJID serviceJid,
String nodeName) |
long |
IPubSubDAO.getNodeId(tigase.xmpp.BareJID serviceJid,
String nodeName) |
IItems |
PubSubRepositoryWrapper.getNodeItems(tigase.xmpp.BareJID serviceJid,
String nodeName) |
IItems |
IPubSubRepository.getNodeItems(tigase.xmpp.BareJID serviceJid,
String nodeName)
Method description
|
String[] |
PubSubDAOPool.getNodesList(tigase.xmpp.BareJID serviceJid,
String nodeName) |
String[] |
PubSubDAOJDBC.getNodesList(tigase.xmpp.BareJID serviceJid,
String nodeName) |
String[] |
IPubSubDAO.getNodesList(tigase.xmpp.BareJID serviceJid,
String nodeName)
Method description
|
NodeSubscriptions |
PubSubDAOPool.getNodeSubscriptions(tigase.xmpp.BareJID serviceJid,
long nodeId) |
NodeSubscriptions |
PubSubDAOJDBC.getNodeSubscriptions(tigase.xmpp.BareJID serviceJid,
long nodeId) |
NodeSubscriptions |
IPubSubDAO.getNodeSubscriptions(tigase.xmpp.BareJID serviceJid,
long nodeId) |
ISubscriptions |
PubSubRepositoryWrapper.getNodeSubscriptions(tigase.xmpp.BareJID serviceJid,
String nodeName) |
ISubscriptions |
IPubSubRepository.getNodeSubscriptions(tigase.xmpp.BareJID serviceJid,
String nodeName)
Method description
|
String[] |
PubSubRepositoryWrapper.getRootCollection(tigase.xmpp.BareJID serviceJid) |
String[] |
IPubSubRepository.getRootCollection(tigase.xmpp.BareJID serviceJid)
Method description
|
protected String |
PubSubDAOJDBC.getStringFromItem(tigase.xmpp.BareJID serviceJid,
long nodeId,
String id,
int field) |
Map<String,UsersAffiliation> |
PubSubDAOPool.getUserAffiliations(tigase.xmpp.BareJID serviceJid,
tigase.xmpp.BareJID jid) |
Map<String,UsersAffiliation> |
PubSubDAOJDBC.getUserAffiliations(tigase.xmpp.BareJID serviceJid,
tigase.xmpp.BareJID jid) |
Map<String,UsersAffiliation> |
IPubSubDAO.getUserAffiliations(tigase.xmpp.BareJID serviceJid,
tigase.xmpp.BareJID jid) |
tigase.xmpp.BareJID[] |
PubSubRepositoryWrapper.getUserRoster(tigase.xmpp.BareJID owner) |
tigase.xmpp.BareJID[] |
PubSubDAO.getUserRoster(tigase.xmpp.BareJID owner)
Method description
|
tigase.xmpp.BareJID[] |
IPubSubRepository.getUserRoster(tigase.xmpp.BareJID owner)
Method description
|
tigase.xmpp.BareJID[] |
IPubSubDAO.getUserRoster(tigase.xmpp.BareJID owner) |
Map<String,UsersSubscription> |
PubSubDAOPool.getUserSubscriptions(tigase.xmpp.BareJID serviceJid,
tigase.xmpp.BareJID jid) |
Map<String,UsersSubscription> |
PubSubDAOJDBC.getUserSubscriptions(tigase.xmpp.BareJID serviceJid,
tigase.xmpp.BareJID jid) |
Map<String,UsersSubscription> |
IPubSubDAO.getUserSubscriptions(tigase.xmpp.BareJID serviceJid,
tigase.xmpp.BareJID jid) |
void |
PubSubDAOPool.init() |
void |
PubSubDAOJDBC.init() |
void |
PubSubDAO.init() |
void |
IPubSubDAO.init()
Method description
|
AbstractNodeConfig |
PubSubDAO.parseConfig(String nodeName,
String data) |
AbstractNodeConfig |
IPubSubDAO.parseConfig(String nodeName,
String cfgData) |
protected String |
PubSubDAOJDBC.readNodeConfigFormData(tigase.xmpp.BareJID serviceJid,
long nodeId) |
void |
PubSubDAOPool.removeAllFromRootCollection(tigase.xmpp.BareJID serviceJid) |
void |
PubSubDAOJDBC.removeAllFromRootCollection(tigase.xmpp.BareJID serviceJid) |
void |
IPubSubDAO.removeAllFromRootCollection(tigase.xmpp.BareJID serviceJid) |
void |
PubSubDAOPool.removeFromRootCollection(tigase.xmpp.BareJID serviceJid,
long nodeId) |
void |
PubSubDAOJDBC.removeFromRootCollection(tigase.xmpp.BareJID serviceJid,
long nodeId) |
void |
IPubSubDAO.removeFromRootCollection(tigase.xmpp.BareJID serviceJid,
long nodeId)
Method description
|
void |
PubSubRepositoryWrapper.removeFromRootCollection(tigase.xmpp.BareJID serviceJid,
String nodeName) |
void |
IPubSubRepository.removeFromRootCollection(tigase.xmpp.BareJID serviceJid,
String nodeName)
Method description
|
void |
PubSubDAOPool.removeNodeSubscription(tigase.xmpp.BareJID serviceJid,
long nodeId,
tigase.xmpp.BareJID jid) |
void |
PubSubDAOJDBC.removeNodeSubscription(tigase.xmpp.BareJID serviceJid,
long nodeId,
tigase.xmpp.BareJID jid) |
void |
IPubSubDAO.removeNodeSubscription(tigase.xmpp.BareJID serviceJid,
long nodeId,
tigase.xmpp.BareJID jid) |
void |
PubSubRepositoryWrapper.update(tigase.xmpp.BareJID serviceJid,
String nodeName,
AbstractNodeConfig nodeConfig) |
void |
IPubSubRepository.update(tigase.xmpp.BareJID serviceJid,
String nodeName,
AbstractNodeConfig nodeConfig)
Method description
|
void |
PubSubRepositoryWrapper.update(tigase.xmpp.BareJID serviceJid,
String nodeName,
IAffiliations affiliations) |
void |
IPubSubRepository.update(tigase.xmpp.BareJID serviceJid,
String nodeName,
IAffiliations affiliations)
Method description
|
void |
PubSubRepositoryWrapper.update(tigase.xmpp.BareJID serviceJid,
String nodeName,
ISubscriptions subscriptions) |
void |
IPubSubRepository.update(tigase.xmpp.BareJID serviceJid,
String nodeName,
ISubscriptions subscriptions)
Method description
|
void |
PubSubDAOPool.updateNodeAffiliation(tigase.xmpp.BareJID serviceJid,
long nodeId,
UsersAffiliation affiliation) |
void |
PubSubDAOJDBC.updateNodeAffiliation(tigase.xmpp.BareJID serviceJid,
long nodeId,
UsersAffiliation affiliation) |
void |
IPubSubDAO.updateNodeAffiliation(tigase.xmpp.BareJID serviceJid,
long nodeId,
UsersAffiliation userAffiliation)
Method description
|
void |
PubSubDAOPool.updateNodeConfig(tigase.xmpp.BareJID serviceJid,
long nodeId,
String serializedData,
Long collectionId) |
void |
PubSubDAOJDBC.updateNodeConfig(tigase.xmpp.BareJID serviceJid,
long nodeId,
String serializedData,
Long collectionId) |
void |
IPubSubDAO.updateNodeConfig(tigase.xmpp.BareJID serviceJid,
long nodeId,
String serializedData,
Long collectionId)
Method description
|
void |
PubSubDAOPool.updateNodeSubscription(tigase.xmpp.BareJID serviceJid,
long nodeId,
UsersSubscription subscription) |
void |
PubSubDAOJDBC.updateNodeSubscription(tigase.xmpp.BareJID serviceJid,
long nodeId,
UsersSubscription subscription) |
void |
IPubSubDAO.updateNodeSubscription(tigase.xmpp.BareJID serviceJid,
long nodeId,
UsersSubscription userSubscription) |
void |
PubSubDAOPool.writeItem(tigase.xmpp.BareJID serviceJid,
long nodeId,
long timeInMilis,
String id,
String publisher,
tigase.xml.Element item) |
void |
PubSubDAOJDBC.writeItem(tigase.xmpp.BareJID serviceJid,
long nodeId,
long timeInMilis,
String id,
String publisher,
tigase.xml.Element item) |
void |
IPubSubDAO.writeItem(tigase.xmpp.BareJID serviceJid,
long nodeId,
long timeInMilis,
String id,
String publisher,
tigase.xml.Element item)
Method description
|
void |
IItems.writeItem(long timeInMilis,
String id,
String publisher,
tigase.xml.Element item) |
| Modifier and Type | Method and Description |
|---|---|
void |
CachedPubSubRepository.addToRootCollection(tigase.xmpp.BareJID serviceJid,
String nodeName)
Method description
|
void |
CachedPubSubRepository.createNode(tigase.xmpp.BareJID serviceJid,
String nodeName,
tigase.xmpp.BareJID ownerJid,
AbstractNodeConfig nodeConfig,
NodeType nodeType,
String collection)
Method description
|
void |
CachedPubSubRepository.deleteNode(tigase.xmpp.BareJID serviceJid,
String nodeName)
Method description
|
void |
CachedPubSubRepository.forgetConfiguration(tigase.xmpp.BareJID serviceJid,
String nodeName)
Method description
|
String[] |
CachedPubSubRepository.getBuddyGroups(tigase.xmpp.BareJID owner,
tigase.xmpp.BareJID bareJid)
Method description
|
String |
CachedPubSubRepository.getBuddySubscription(tigase.xmpp.BareJID owner,
tigase.xmpp.BareJID buddy)
Method description
|
protected Node |
CachedPubSubRepository.getNode(tigase.xmpp.BareJID serviceJid,
String nodeName) |
IAffiliations |
CachedPubSubRepository.getNodeAffiliations(tigase.xmpp.BareJID serviceJid,
String nodeName)
Method description
|
AbstractNodeConfig |
CachedPubSubRepository.getNodeConfig(tigase.xmpp.BareJID serviceJid,
String nodeName)
Method description
|
IItems |
CachedPubSubRepository.getNodeItems(tigase.xmpp.BareJID serviceJid,
String nodeName)
Method description
|
ISubscriptions |
CachedPubSubRepository.getNodeSubscriptions(tigase.xmpp.BareJID serviceJid,
String nodeName)
Method description
|
String[] |
CachedPubSubRepository.getRootCollection(tigase.xmpp.BareJID serviceJid)
Method description
|
protected Set<String> |
CachedPubSubRepository.getRootCollectionSet(tigase.xmpp.BareJID serviceJid) |
tigase.xmpp.BareJID[] |
CachedPubSubRepository.getUserRoster(tigase.xmpp.BareJID owner)
Method description
|
void |
CachedPubSubRepository.removeFromRootCollection(tigase.xmpp.BareJID serviceJid,
String nodeName)
Method description
|
void |
CachedPubSubRepository.update(tigase.xmpp.BareJID serviceJid,
String nodeName,
AbstractNodeConfig nodeConfig)
Method description
|
void |
CachedPubSubRepository.update(tigase.xmpp.BareJID serviceJid,
String nodeName,
IAffiliations nodeAffiliations)
Method description
|
void |
CachedPubSubRepository.update(tigase.xmpp.BareJID serviceJid,
String nodeName,
ISubscriptions nodeSubscriptions)
Method description
|
| Modifier and Type | Method and Description |
|---|---|
void |
Converter.convert() |
void |
PubSubNewDAOJDBC.fixItem(tigase.xmpp.BareJID serviceJid,
long nodeId,
String itemId,
Date creationDate,
Date updateDate) |
void |
PubSubNewDAOJDBC.fixNode(tigase.xmpp.BareJID serviceJid,
long nodeId,
Date creationDate) |
IPubSubOldDAO.Item |
PubSubOldDAOJDBC.getItem(tigase.xmpp.BareJID serviceJid,
String nodeName,
String id) |
IPubSubOldDAO.Item |
PubSubOldDAO.getItem(tigase.xmpp.BareJID serviceJid,
String nodeName,
String id)
Method description
|
IPubSubOldDAO.Item |
IPubSubOldDAO.getItem(tigase.xmpp.BareJID serviceJid,
String nodeName,
String id) |
Date |
PubSubOldDAO.getItemCreationDate(tigase.xmpp.BareJID serviceJid,
String nodeName,
String id)
Method description
|
String |
PubSubOldDAO.getItemPublisher(tigase.xmpp.BareJID serviceJid,
String nodeName,
String id)
Method description
|
String[] |
PubSubOldDAOJDBC.getItemsIds(tigase.xmpp.BareJID serviceJid,
String nodeName) |
String[] |
PubSubOldDAO.getItemsIds(tigase.xmpp.BareJID serviceJid,
String nodeName)
Method description
|
String[] |
IPubSubOldDAO.getItemsIds(tigase.xmpp.BareJID serviceJid,
String nodeName) |
Date |
PubSubOldDAO.getItemUpdateDate(tigase.xmpp.BareJID serviceJid,
String nodeName,
String id)
Method description
|
UsersAffiliation[] |
PubSubOldDAOJDBC.getNodeAffiliations(tigase.xmpp.BareJID serviceJid,
String nodeName) |
UsersAffiliation[] |
PubSubOldDAO.getNodeAffiliations(tigase.xmpp.BareJID serviceJid,
String nodeName)
Method description
|
UsersAffiliation[] |
IPubSubOldDAO.getNodeAffiliations(tigase.xmpp.BareJID serviceJid,
String nodeName) |
AbstractNodeConfig |
PubSubOldDAOJDBC.getNodeConfig(tigase.xmpp.BareJID serviceJid,
String nodeName) |
AbstractNodeConfig |
PubSubOldDAO.getNodeConfig(tigase.xmpp.BareJID serviceJid,
String nodeName)
Method description
|
AbstractNodeConfig |
IPubSubOldDAO.getNodeConfig(tigase.xmpp.BareJID serviceJid,
String nodeName) |
<T extends AbstractNodeConfig> |
PubSubOldDAOJDBC.getNodeConfig(Class<T> nodeConfigClass,
String nodeName,
tigase.form.Form configForm) |
<T extends AbstractNodeConfig> |
PubSubOldDAO.getNodeConfig(Class<T> nodeConfigClass,
String nodeName,
tigase.form.Form configForm)
Method description
|
Date |
PubSubOldDAOJDBC.getNodeCreationDate(tigase.xmpp.BareJID serviceJid,
String nodeName) |
Date |
PubSubOldDAO.getNodeCreationDate(tigase.xmpp.BareJID serviceJid,
String nodeName)
Method description
|
Date |
IPubSubOldDAO.getNodeCreationDate(tigase.xmpp.BareJID serviceJid,
String nodeName) |
tigase.xmpp.BareJID |
PubSubOldDAOJDBC.getNodeCreator(tigase.xmpp.BareJID serviceJid,
String nodeName) |
tigase.xmpp.BareJID |
PubSubOldDAO.getNodeCreator(tigase.xmpp.BareJID serviceJid,
String nodeName) |
tigase.xmpp.BareJID |
IPubSubOldDAO.getNodeCreator(tigase.xmpp.BareJID serviceJid,
String nodeName) |
String[] |
PubSubOldDAOJDBC.getNodesList(tigase.xmpp.BareJID serviceJid) |
String[] |
PubSubOldDAO.getNodesList(tigase.xmpp.BareJID serviceJid)
Method description
|
String[] |
IPubSubOldDAO.getNodesList(tigase.xmpp.BareJID serviceJids) |
UsersSubscription[] |
PubSubOldDAOJDBC.getNodeSubscriptions(tigase.xmpp.BareJID serviceJid,
String nodeName) |
UsersSubscription[] |
PubSubOldDAO.getNodeSubscriptions(tigase.xmpp.BareJID serviceJid,
String nodeName)
Method description
|
UsersSubscription[] |
IPubSubOldDAO.getNodeSubscriptions(tigase.xmpp.BareJID serviceJid,
String nodeName) |
tigase.xmpp.BareJID[] |
PubSubOldDAOJDBC.getServiceJids() |
tigase.xmpp.BareJID[] |
PubSubOldDAO.getServiceJids() |
tigase.xmpp.BareJID[] |
IPubSubOldDAO.getServiceJids() |
void |
PubSubOldDAOJDBC.init() |
void |
PubSubOldDAO.init()
Method description
|
void |
PubSubNewDAOJDBC.init() |
void |
IPubSubOldDAO.init() |
void |
Converter.init(String repoClass,
String oldRepoUri,
String newRepoUri) |
static void |
Converter.main(String[] argv) |
| Constructor and Description |
|---|
PubSubOldDAOJDBC(String type,
String uri) |
Copyright © 2008–2014 Tigase. All rights reserved.