Package fiftyone.pipeline.web.services
Class FlowDataProviderCore.Default
- java.lang.Object
-
- fiftyone.pipeline.web.services.FlowDataProviderCore.Default
-
- All Implemented Interfaces:
FlowDataProviderCore
- Enclosing interface:
- FlowDataProviderCore
public static class FlowDataProviderCore.Default extends Object implements FlowDataProviderCore
Default implementation of theFlowDataProviderCoreservice.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface fiftyone.pipeline.web.services.FlowDataProviderCore
FlowDataProviderCore.Default
-
-
Constructor Summary
Constructors Constructor Description Default()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description fiftyone.pipeline.core.data.FlowDatagetFlowData(javax.servlet.http.HttpServletRequest request)Get theFlowDataassociated with the HTTP request.
-
-
-
Method Detail
-
getFlowData
public fiftyone.pipeline.core.data.FlowData getFlowData(javax.servlet.http.HttpServletRequest request)
Description copied from interface:FlowDataProviderCoreGet theFlowDataassociated with the HTTP request.- Specified by:
getFlowDatain interfaceFlowDataProviderCore- Parameters:
request- theHttpServletRequestto get theFlowDatafrom- Returns:
- a
FlowDataobject containing the data values that have been populated by the configured Pipeline
-
-