Class PluginResultFormatOData
java.lang.Object
de.fraunhofer.iosb.ilt.frostserver.plugin.odata.PluginResultFormatOData
- All Implemented Interfaces:
Plugin,PluginResultFormat
- Author:
- scf
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe "name" of the OData resultFormatter.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from interface de.fraunhofer.iosb.ilt.frostserver.service.PluginResultFormat
FORMAT_NAME_DEFAULT, FORMAT_NAME_EMPTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetResultFormatter(String format) Collection<de.fraunhofer.iosb.ilt.frostserver.path.Version>init(CoreSettings settings) booleanvoidparsedPathAndQuery(CoreSettings settings, ServiceRequest request, de.fraunhofer.iosb.ilt.frostserver.query.Query query)
-
Field Details
-
FORMAT_NAME_ODATA_JSON
The "name" of the OData resultFormatter.- See Also:
-
FORMAT_PARAM_EXP_DECIMALS
- See Also:
-
FORMAT_PARAM_IEEE754
- See Also:
-
FORMAT_PARAM_METADATA401
- See Also:
-
FORMAT_PARAM_METADATA40
- See Also:
-
FORMAT_PARAM_STREAMING401
- See Also:
-
FORMAT_PARAM_STREAMING40
- See Also:
-
-
Constructor Details
-
PluginResultFormatOData
public PluginResultFormatOData()
-
-
Method Details
-
init
-
isEnabled
public boolean isEnabled() -
getVersions
- Specified by:
getVersionsin interfacePluginResultFormat
-
getFormatNames
- Specified by:
getFormatNamesin interfacePluginResultFormat
-
parsedPathAndQuery
public void parsedPathAndQuery(CoreSettings settings, ServiceRequest request, de.fraunhofer.iosb.ilt.frostserver.query.Query query) - Specified by:
parsedPathAndQueryin interfacePluginResultFormat
-
getResultFormatter
- Specified by:
getResultFormatterin interfacePluginResultFormat
-