◆ addEvidenceFromRequest()
| void fiftyone.pipeline.web.services.WebRequestEvidenceServiceCore.Default.addEvidenceFromRequest | ( | FlowData | flowData, |
| HttpServletRequest | request | ||
| ) |
Collect all the evidence needed from the request and add to the FlowData instance.
- Parameters
-
- flowData - to get the FlowData#getEvidenceKeyFilter() from and add the evidence to
- request - the HttpServletRequest to get the evidence from
Implements fiftyone.pipeline.web.services.WebRequestEvidenceServiceCore.
