Package | Description |
---|---|
com.pushtechnology.diffusion.client.content |
Unified API - Content.
|
com.pushtechnology.diffusion.client.content.metadata |
Unified API - Metadata.
|
com.pushtechnology.diffusion.client.topics.details |
Unified API - Topic Details.
|
Modifier and Type | Method and Description |
---|---|
Record.StructuredBuilder |
Record.Factory.newDeltaRecordBuilder(MRecord metadata)
Returns a new structured record builder (i.e.
|
Record.StructuredReader |
Record.newReader(MRecord metadata)
Returns a structured reader which may be used to read the record using
the supplied metadata.
|
Record.StructuredReader |
Record.newReader(MRecord metadata,
String emptyFieldValue)
Returns a structured reader which may be used to read the record using
the supplied metadata.
|
Record.StructuredBuilder |
Record.Factory.newRecordBuilder(MRecord metadata)
Returns a new structured record builder (i.e.
|
Modifier and Type | Method and Description |
---|---|
MRecord |
MGroup.getRecord(String name)
Gets a child record by name.
|
MRecord |
MetadataFactory.record(String name,
MField... fields)
Creates a new record metadata definition comprising the supplied fields,
each with single multiplicity.
|
Modifier and Type | Method and Description |
---|---|
MContent |
MetadataFactory.content(String name,
MRecord... records)
Creates a new content metadata definition comprising the supplied record
definitions, each with single multiplicity.
|
Modifier and Type | Field and Description |
---|---|
static MRecord |
PagedRecordTopicDetails.Schema.DEFAULT_METADATA
This is the default metadata used if none is explicitly supplied.
|
Modifier and Type | Method and Description |
---|---|
MRecord |
PagedRecordTopicDetails.Schema.getMetadata()
Gets the metadata.
|
Modifier and Type | Method and Description |
---|---|
PagedRecordTopicDetails.Builder |
PagedRecordTopicDetails.Builder.metadata(MRecord metadata)
Sets record metadata to be used for the topic.
|
Copyright © 2016 Push Technology Ltd. All Rights Reserved.