Interface ClientDataContext
-
- All Superinterfaces:
DataContext
public interface ClientDataContext extends 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RandomAccessDatadata(String traceId, String dataType)Retrieve data corresponding to the dataType of a specific trace.-
Methods inherited from interface org.hansken.plugin.extraction.api.DataContext
data, dataType
-
-
-
-
Method Detail
-
data
RandomAccessData data(String traceId, String dataType)
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.
-
-