| Package | Description |
|---|---|
| tigase.pubsub | |
| tigase.pubsub.modules | |
| tigase.pubsub.modules.mam | |
| tigase.pubsub.repository |
| Modifier and Type | Method and Description |
|---|---|
CollectionItemsOrdering |
AbstractNodeConfig.getCollectionItemsOrdering() |
static CollectionItemsOrdering |
CollectionItemsOrdering.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CollectionItemsOrdering[] |
CollectionItemsOrdering.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PublishItemModule.trimItems(IItems nodeItems,
Integer maxItems,
CollectionItemsOrdering collectionItemsOrdering) |
| Modifier and Type | Method and Description |
|---|---|
CollectionItemsOrdering |
Query.getOrder() |
| Modifier and Type | Method and Description |
|---|---|
void |
Query.setOrder(CollectionItemsOrdering order) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
PubSubDAOJDBC.getItemsIds(tigase.xmpp.jid.BareJID serviceJid,
Long nodeId,
CollectionItemsOrdering order) |
String[] |
PubSubDAOPool.getItemsIds(tigase.xmpp.jid.BareJID serviceJid,
T nodeId,
CollectionItemsOrdering order) |
String[] |
IPubSubDAO.getItemsIds(tigase.xmpp.jid.BareJID serviceJid,
T nodeId,
CollectionItemsOrdering order) |
String[] |
IItems.getItemsIds(CollectionItemsOrdering order) |
String[] |
PubSubDAOJDBC.getItemsIdsSince(tigase.xmpp.jid.BareJID serviceJid,
Long nodeId,
CollectionItemsOrdering order,
Date since) |
String[] |
PubSubDAOPool.getItemsIdsSince(tigase.xmpp.jid.BareJID serviceJid,
T nodeId,
CollectionItemsOrdering order,
Date since) |
String[] |
IPubSubDAO.getItemsIdsSince(tigase.xmpp.jid.BareJID serviceJid,
T nodeId,
CollectionItemsOrdering order,
Date since) |
String[] |
IItems.getItemsIdsSince(CollectionItemsOrdering order,
Date since) |
Copyright © 2008–2021 Tigase. All rights reserved.