Uses of Interface
ca.uhn.fhir.rest.server.interceptor.consent.IConsentVote
-
Uses of IConsentVote in ca.uhn.fhir.rest.server.interceptor.consent
Modifier and TypeMethodDescriptionstatic <T extends IConsentVote>
TIConsentVote.parallelReduce
(T theSeed, Stream<T> theVoteStream) Evaluate all verdicts together, allowing any to veto (i.e.static <T extends IConsentVote>
TIConsentVote.parallelReduce
(T theAccumulator, T theNextVoter) Evaluate two votes together, allowing either to veto (i.e.static <T extends IConsentVote>
TIConsentVote.serialReduce
(T theSeed, Stream<T> theVoterStream) Evaluate verdicts in order, taking the first "decision" (i.e.static <T extends IConsentVote>
TIConsentVote.serialReduce
(T theAccumulator, T theNextVoter) Evaluate verdicts in order, taking the first "decision" (i.e.