◆ 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.
◆ checkAndAdd()
void fiftyone.pipeline.web.services.WebRequestEvidenceServiceCore.Default.checkAndAdd ( FlowData flowData, String key, Object value ) protectedCheck if the FlowData requires this item of evidence, and add it if it does.
- Parameters
-
- flowData - to check and add to
- key - the key to check and add
- value - the value to add if the check passes