Package eu.clarin.sru.client.fcs
Class LegacyClarinFCSRecordData
- java.lang.Object
-
- eu.clarin.sru.client.fcs.LegacyClarinFCSRecordData
-
- All Implemented Interfaces:
SRURecordData
@Deprecated public final class LegacyClarinFCSRecordData extends Object implements SRURecordData
Deprecated.Only use to talk to legacy clientsA record data implementation for legacy CLARIN-FCS.
-
-
Field Summary
Fields Modifier and Type Field Description static String
RECORD_SCHEMA
Deprecated.The legacy record schema for CLARIN-FCS records.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getRecordSchema()
Deprecated.Resource
getResource()
Deprecated.Get the CLARIN-FCS record resource.boolean
isTransient()
Deprecated.
-
-
-
Field Detail
-
RECORD_SCHEMA
public static final String RECORD_SCHEMA
Deprecated.The legacy record schema for CLARIN-FCS records.- See Also:
- Constant Field Values
-
-
Method Detail
-
isTransient
public boolean isTransient()
Deprecated.- Specified by:
isTransient
in interfaceSRURecordData
-
getRecordSchema
public String getRecordSchema()
Deprecated.- Specified by:
getRecordSchema
in interfaceSRURecordData
-
-