| Package | Description |
|---|---|
| gr.uoa.di.madgik.grs.buffer | |
| gr.uoa.di.madgik.grs.events | |
| gr.uoa.di.madgik.grs.record | |
| gr.uoa.di.madgik.grs.record.field | |
| gr.uoa.di.madgik.grs.test |
| Modifier and Type | Method and Description |
|---|---|
boolean |
QueueBuffer.put(Record record)
|
| Modifier and Type | Method and Description |
|---|---|
void |
BufferEvent.fromXML(Element element) |
Element |
BufferEvent.toXML(Document doc) |
| Modifier and Type | Method and Description |
|---|---|
void |
Record.bind(IBuffer buffer)
|
void |
RecordDefinition.fromXML(Element element) |
void |
IPumpable.fromXML(Element element) |
RecordDefinition |
Record.getDefinition()
Retrieves the
RecordDefinition associated with this Record. |
Field |
Record.getField(String name)
Retrieve the
Field with the specified name |
void |
Record.makeAvailable()
For all hosted
Fields, the method Record.makeAvailable(int) |
void |
Record.makeAvailable(int fieldIndex)
For the specified
Field with the set index, the method Record#makeAvailable(TransportOverride, int) with a
value of IBuffer.TransportOverride.Override |
void |
Record.makeAvailable(String fieldName)
For the specified
Field with the set name, the method Record#makeAvailable(TransportOverride, int) with a
value of IBuffer.TransportOverride.Override |
IBuffer.TransportDirective |
Record.resolveTransportDirective()
Resolves the
IBuffer.TransportDirective that should be used fir this record. |
Element |
RecordDefinition.toXML(Document doc) |
Element |
IPumpable.toXML(Document doc) |
| Modifier and Type | Method and Description |
|---|---|
void |
FieldDefinition.fromXML(Element element) |
FileFieldDefinition |
FileField.getFieldDefinition()
|
ObjectFieldDefinition |
ObjectField.getFieldDefinition()
|
StringFieldDefinition |
StringField.getFieldDefinition()
|
URLFieldDefinition |
URLField.getFieldDefinition()
|
FieldDefinition |
Field.getFieldDefinition()
|
void |
Field.makeAvailable()
Makes fully available the content of the
Field by invoking Field#makeAvailable(TransportOverride) with a
IBuffer.TransportOverride.Override value |
void |
Field.makeAvailable(IBuffer.TransportOverride override)
Invokes the bound
Record's Record#requestPartial(TransportOverride, int) method with the provided
IBuffer.TransportOverride value |
IBuffer.TransportDirective |
Field.resolveTransportDirective()
Resolves the transport directive that needs to be used by this
Field. |
Element |
FieldDefinition.toXML(Document doc) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimplePumpable.fromXML(Element element) |
Element |
SimplePumpable.toXML(Document doc) |
Copyright © 2014. All Rights Reserved.