Uses of Enum
ca.uhn.fhir.rest.server.interceptor.consent.ConsentOperationStatusEnum
-
Uses of ConsentOperationStatusEnum in ca.uhn.fhir.rest.server.interceptor.consent
Modifier and TypeMethodDescriptionConsentOutcome.getStatus()
static ConsentOperationStatusEnum
ConsentOperationStatusEnum.parallelEvaluate
(Stream<ConsentOperationStatusEnum> theVoteStream) Evaluate all verdicts together, allowing any to veto (i.e.ConsentOperationStatusEnum.parallelReduce
(ConsentOperationStatusEnum theNextVerdict) Evaluate two verdicts together, allowing either to veto (i.e.static ConsentOperationStatusEnum
ConsentOperationStatusEnum.serialEvaluate
(Stream<ConsentOperationStatusEnum> theVoteStream) Evaluate verdicts in order, taking the first "decision" (i.e.ConsentOperationStatusEnum.serialReduce
(ConsentOperationStatusEnum theNextVerdict) Evaluate verdicts in order, taking the first "decision" (i.e.static ConsentOperationStatusEnum
Returns the enum constant of this type with the specified name.static ConsentOperationStatusEnum[]
ConsentOperationStatusEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionConsentOperationStatusEnum.parallelReduce
(ConsentOperationStatusEnum theNextVerdict) Evaluate two verdicts together, allowing either to veto (i.e.ConsentOperationStatusEnum.serialReduce
(ConsentOperationStatusEnum theNextVerdict) Evaluate verdicts in order, taking the first "decision" (i.e.Modifier and TypeMethodDescriptionstatic ConsentOperationStatusEnum
ConsentOperationStatusEnum.parallelEvaluate
(Stream<ConsentOperationStatusEnum> theVoteStream) Evaluate all verdicts together, allowing any to veto (i.e.static ConsentOperationStatusEnum
ConsentOperationStatusEnum.serialEvaluate
(Stream<ConsentOperationStatusEnum> theVoteStream) Evaluate verdicts in order, taking the first "decision" (i.e.ModifierConstructorDescriptionConsentOutcome
(ConsentOperationStatusEnum theStatus) ConsentOutcome
(ConsentOperationStatusEnum theStatus, org.hl7.fhir.instance.model.api.IBaseOperationOutcome theOperationOutcome) ConsentOutcome
(ConsentOperationStatusEnum theStatus, org.hl7.fhir.instance.model.api.IBaseResource theResource)