Package | Description |
---|---|
tigase.workgroupqueues.data | |
tigase.workgroupqueues.data.jdbc | |
tigase.workgroupqueues.data.memory | |
tigase.workgroupqueues.modules.user |
Modifier and Type | Method and Description |
---|---|
WorkgroupQueueEntity |
Store.getWorkgroupQueue(BareJID queueJID)
Loads queue entity from storage.
|
WorkgroupQueueEntity |
RepoPool.getWorkgroupQueue(BareJID queueJID) |
Modifier and Type | Method and Description |
---|---|
Collection<WorkgroupQueueEntity> |
Store.getWorkgroupQueues()
Returns collection of known queues.
|
Collection<WorkgroupQueueEntity> |
RepoPool.getWorkgroupQueues() |
Modifier and Type | Method and Description |
---|---|
void |
Store.addWorkgroupQueue(WorkgroupQueueEntity queue)
Add queue entity to storage.
|
void |
RepoPool.addWorkgroupQueue(WorkgroupQueueEntity queue) |
Modifier and Type | Method and Description |
---|---|
WorkgroupQueueEntity |
JDBCWorkgroupQueuesRepository.getWorkgroupQueue(BareJID queueJID) |
Modifier and Type | Method and Description |
---|---|
Collection<WorkgroupQueueEntity> |
JDBCWorkgroupQueuesRepository.getWorkgroupQueues() |
Modifier and Type | Method and Description |
---|---|
void |
JDBCWorkgroupQueuesRepository.addWorkgroupQueue(WorkgroupQueueEntity queue) |
void |
JDBCWorkgroupQueuesRepository.updateWorkgroupQueue(WorkgroupQueueEntity queue) |
Modifier and Type | Method and Description |
---|---|
WorkgroupQueueEntity |
MemoryStore.getWorkgroupQueue(BareJID queueJID) |
Modifier and Type | Method and Description |
---|---|
Collection<WorkgroupQueueEntity> |
MemoryStore.getWorkgroupQueues() |
Modifier and Type | Method and Description |
---|---|
void |
MemoryStore.addWorkgroupQueue(WorkgroupQueueEntity queue) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
DepartQueueModule.isAdmin(WorkgroupQueueEntity workgroupQueueEntity,
JID jid) |
Copyright © 2004–2021 "Tigase, Inc.". All rights reserved.