|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NodeType | |
|---|---|
| tigase.pubsub | |
| tigase.pubsub.repository | |
| tigase.pubsub.repository.cached | |
| Uses of NodeType in tigase.pubsub |
|---|
| Methods in tigase.pubsub that return NodeType | |
|---|---|
NodeType |
AbstractNodeConfig.getNodeType()
Method description |
static NodeType |
NodeType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static NodeType[] |
NodeType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in tigase.pubsub with parameters of type NodeType | |
|---|---|
void |
AbstractNodeConfig.setNodeType(NodeType nodeType)
Method description |
| Uses of NodeType in tigase.pubsub.repository |
|---|
| Methods in tigase.pubsub.repository with parameters of type NodeType | |
|---|---|
void |
IPubSubDAO.createNode(String nodeName,
String ownerJid,
AbstractNodeConfig nodeConfig,
NodeType nodeType,
String collection)
Method description |
void |
PubSubDAOPool.createNode(String nodeName,
String ownerJid,
AbstractNodeConfig nodeConfig,
NodeType nodeType,
String collection)
|
void |
IPubSubRepository.createNode(String nodeName,
String ownerJid,
AbstractNodeConfig nodeConfig,
NodeType nodeType,
String collection)
Method description |
void |
PubSubDAO.createNode(String nodeName,
String ownerJid,
AbstractNodeConfig nodeConfig,
NodeType nodeType,
String collection)
Method description |
void |
PubSubDAOJDBC.createNode(String nodeName,
String ownerJid,
AbstractNodeConfig nodeConfig,
NodeType nodeType,
String collection)
|
| Uses of NodeType in tigase.pubsub.repository.cached |
|---|
| Methods in tigase.pubsub.repository.cached with parameters of type NodeType | |
|---|---|
void |
CachedPubSubRepository.createNode(String nodeName,
String ownerJid,
AbstractNodeConfig nodeConfig,
NodeType nodeType,
String collection)
Method description |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||