Package | Description |
---|---|
com.pushtechnology.diffusion.api.data |
Diffusion Topic Data API.
|
com.pushtechnology.diffusion.api.data.metadata |
Diffusion Metadata API.
|
com.pushtechnology.diffusion.api.topic |
Diffusion Topics API.
|
Modifier and Type | Method and Description |
---|---|
static TopicDataType |
TopicDataType.getByTypeCode(String typeCode)
Map type-code string to TopicDataType object.
|
TopicDataType |
TopicData.getType()
Returns the type of Topic Data.
|
static TopicDataType |
TopicDataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TopicDataType[] |
TopicDataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TopicDataType |
MMessage.getTopicDataType()
Identifies the data implementation type of the metadata.
|
Modifier and Type | Method and Description |
---|---|
static MMessage |
MetadataFactory.newMetadata(String name,
TopicDataType topicDataType)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TopicDataType |
Topic.getDataType()
Returns the type of
TopicData attached to the Topic. |
TopicDataType |
TopicDefinition.getType()
Returns the topic type.
|
Constructor and Description |
---|
TopicDefinition(TopicDataType type)
Creates a Topic Definition of the specified type.
|
TopicDefinition(TopicDataType type,
Map<TopicProperty,Object> properties)
Creates a Topic Definition of a specified type with properties.
|
TopicDefinition(TopicDataType type,
Map<TopicProperty,Object> properties,
MNode metadata)
Creates a Topic Definition.
|
TopicDefinition(TopicDataType type,
MNode metadata)
Creates a Topic Definition of a specified type with Metadata.
|
Copyright © 2016 Push Technology Ltd. All Rights Reserved.