|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GRS2RecordDefinitionException | |
|---|---|
| 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 | |
| Uses of GRS2RecordDefinitionException in gr.uoa.di.madgik.grs.buffer |
|---|
| Methods in gr.uoa.di.madgik.grs.buffer that throw GRS2RecordDefinitionException | |
|---|---|
boolean |
QueueBuffer.put(Record record)
Attempts to place a Record to the IBuffer. |
| Uses of GRS2RecordDefinitionException in gr.uoa.di.madgik.grs.events |
|---|
| Methods in gr.uoa.di.madgik.grs.events that throw GRS2RecordDefinitionException | |
|---|---|
void |
BufferEvent.fromXML(Element element)
|
Element |
BufferEvent.toXML(Document doc)
|
| Uses of GRS2RecordDefinitionException in gr.uoa.di.madgik.grs.record |
|---|
| Methods in gr.uoa.di.madgik.grs.record that throw GRS2RecordDefinitionException | |
|---|---|
void |
Record.bind(IBuffer buffer)
Binds the Record to the provided IBuffer. |
void |
IPumpable.fromXML(Element element)
|
void |
RecordDefinition.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 |
IPumpable.toXML(Document doc)
|
Element |
RecordDefinition.toXML(Document doc)
|
| Uses of GRS2RecordDefinitionException in gr.uoa.di.madgik.grs.record.field |
|---|
| Methods in gr.uoa.di.madgik.grs.record.field that throw GRS2RecordDefinitionException | |
|---|---|
void |
FieldDefinition.fromXML(Element element)
|
ObjectFieldDefinition |
ObjectField.getFieldDefinition()
Retrieves the FieldDefinition based on the definition index and the bound Record RecordDefinition |
FileFieldDefinition |
FileField.getFieldDefinition()
Retrieves the FieldDefinition based on the definition index and the bound Record RecordDefinition |
FieldDefinition |
Field.getFieldDefinition()
Retrieves the FieldDefinition based on the definition index and the bound Record RecordDefinition |
URLFieldDefinition |
URLField.getFieldDefinition()
Retrieves the FieldDefinition based on the definition index and the bound Record RecordDefinition |
StringFieldDefinition |
StringField.getFieldDefinition()
Retrieves the FieldDefinition based on the definition index and the bound Record RecordDefinition |
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)
|
| Uses of GRS2RecordDefinitionException in gr.uoa.di.madgik.grs.test |
|---|
| Methods in gr.uoa.di.madgik.grs.test that throw GRS2RecordDefinitionException | |
|---|---|
void |
SimplePumpable.fromXML(Element element)
|
Element |
SimplePumpable.toXML(Document doc)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||