Package | Description |
---|---|
com.pushtechnology.diffusion.client.content |
Unified API - Content.
|
com.pushtechnology.diffusion.client.content.update |
Unified API - Content Update.
|
Modifier and Type | Method and Description |
---|---|
Record |
Record.Builder.build()
Builds the record.
|
Record |
Record.StructuredBuilder.build()
Builds the record.
|
Record |
Record.Factory.newRecord(Collection<String> fields)
Create a new record comprising the supplied field values.
|
Record |
Record.Factory.newRecord(String... fields)
Create a new record comprising the supplied field values.
|
Record |
RecordContentReader.nextRecord()
Returns a record of string data from the current content position.
|
Modifier and Type | Method and Description |
---|---|
RecordContentBuilder |
RecordContentBuilder.putRecords(Record... records)
Puts records into the content.
|
Modifier and Type | Method and Description |
---|---|
RecordContentBuilder |
RecordContentBuilder.putRecords(Collection<Record> records)
Puts records into the content.
|
Modifier and Type | Method and Description |
---|---|
Update |
PagedRecordUnorderedUpdateFactory.add(Record... lines)
Deprecated.
Creates an update to add one or more lines of data to the end of the
paged topic.
|
Update |
PagedRecordOrderedUpdateFactory.add(Record line)
Deprecated.
Create an update that will add a line to the paged topic.
|
Update |
PagedRecordUnorderedUpdateFactory.insert(int index,
Record... lines)
Deprecated.
Creates an update to insert one or more lines of data into the paged
topic at a specified index.
|
Update |
PagedRecordOrderedUpdateFactory.remove(Record line)
Deprecated.
Create an update that will remove a line of data from the paged topic.
|
Update |
PagedRecordUnorderedUpdateFactory.update(int index,
Record line)
Deprecated.
Create an update which will change a single line of data within the paged
topic.
|
Update |
PagedRecordOrderedUpdateFactory.update(Record line)
Deprecated.
Create an update that will update a line within the paged topic.
|
Modifier and Type | Method and Description |
---|---|
Update |
PagedRecordUnorderedUpdateFactory.add(Collection<Record> lines)
Deprecated.
Creates an update to add one or more lines of data to the end of the
paged topic.
|
Update |
PagedRecordUnorderedUpdateFactory.insert(int index,
Collection<Record> lines)
Deprecated.
Creates an update to insert one or more lines of data into the paged
topic at a specified index.
|
Copyright © 2016 Push Technology Ltd. All Rights Reserved.