
Uses of Enum Class
ca.uhn.fhir.rest.server.interceptor.consent.ConsentOperationStatusEnum
Packages that use ConsentOperationStatusEnum
-
Uses of ConsentOperationStatusEnum in ca.uhn.fhir.rest.server.interceptor.consent
Methods in ca.uhn.fhir.rest.server.interceptor.consent that return ConsentOperationStatusEnumModifier and TypeMethodDescriptionConsentOperationStatusEnum.getStatus()ConsentOutcome.getStatus()IConsentVote.getStatus()Get the votestatic ConsentOperationStatusEnumConsentOperationStatusEnum.parallelEvaluate(Stream<ConsentOperationStatusEnum> theVoteStream) Deprecated, for removal: This API element is subject to removal in a future version.for renamestatic ConsentOperationStatusEnumConsentOperationStatusEnum.parallelReduce(Stream<ConsentOperationStatusEnum> theVoteStream) static ConsentOperationStatusEnumConsentOperationStatusEnum.serialEvaluate(Stream<ConsentOperationStatusEnum> theVoteStream) Deprecated, for removal: This API element is subject to removal in a future version.for renamestatic ConsentOperationStatusEnumConsentOperationStatusEnum.serialReduce(Stream<ConsentOperationStatusEnum> theVoteStream) Evaluate verdicts in order, taking the first "decision" (i.e. first non-PROCEED) verdict.static ConsentOperationStatusEnumReturns the enum constant of this class with the specified name.static ConsentOperationStatusEnum[]ConsentOperationStatusEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.uhn.fhir.rest.server.interceptor.consent with parameters of type ConsentOperationStatusEnumModifier and TypeMethodDescriptionstatic ConstantConsentServiceConstantConsentService.constantService(ConsentOperationStatusEnum theResult) Method parameters in ca.uhn.fhir.rest.server.interceptor.consent with type arguments of type ConsentOperationStatusEnumModifier and TypeMethodDescriptionstatic ConsentOperationStatusEnumConsentOperationStatusEnum.parallelEvaluate(Stream<ConsentOperationStatusEnum> theVoteStream) Deprecated, for removal: This API element is subject to removal in a future version.for renamestatic ConsentOperationStatusEnumConsentOperationStatusEnum.parallelReduce(Stream<ConsentOperationStatusEnum> theVoteStream) static ConsentOperationStatusEnumConsentOperationStatusEnum.serialEvaluate(Stream<ConsentOperationStatusEnum> theVoteStream) Deprecated, for removal: This API element is subject to removal in a future version.for renamestatic ConsentOperationStatusEnumConsentOperationStatusEnum.serialReduce(Stream<ConsentOperationStatusEnum> theVoteStream) Evaluate verdicts in order, taking the first "decision" (i.e. first non-PROCEED) verdict.Constructors in ca.uhn.fhir.rest.server.interceptor.consent with parameters of type ConsentOperationStatusEnumModifierConstructorDescriptionConsentOutcome(ConsentOperationStatusEnum theStatus) ConsentOutcome(ConsentOperationStatusEnum theStatus, org.hl7.fhir.instance.model.api.IBaseOperationOutcome theOperationOutcome) ConsentOutcome(ConsentOperationStatusEnum theStatus, org.hl7.fhir.instance.model.api.IBaseResource theResource)