Interface ClientDataContext
- All Superinterfaces:
DataContext
ClientDataContext with an added method to retrieve data for any trace. This is not available as part of the public API.
This is used on the Hansken client side to retrieve data.
-
Method Summary
Modifier and TypeMethodDescriptionRetrieve data corresponding to the dataType of a specific trace.Methods inherited from interface org.hansken.plugin.extraction.api.DataContext
data, dataType
-
Method Details
-
data
Retrieve data corresponding to the dataType of a specific trace.- Parameters:
traceId- id of the trace looking for data.dataType- datatype; e.g. raw, html.- Returns:
- randomaccessdata representing access to the provided data.
-