
Uses of Enum
ca.uhn.fhir.rest.server.messaging.BaseResourceMessage.OperationTypeEnum
Packages that use BaseResourceMessage.OperationTypeEnum
-
Uses of BaseResourceMessage.OperationTypeEnum in ca.uhn.fhir.rest.server.messaging
Fields in ca.uhn.fhir.rest.server.messaging declared as BaseResourceMessage.OperationTypeEnumModifier and TypeFieldDescriptionprotected BaseResourceMessage.OperationTypeEnum
BaseResourceMessage.myOperationType
Methods in ca.uhn.fhir.rest.server.messaging that return BaseResourceMessage.OperationTypeEnumModifier and TypeMethodDescriptionBaseResourceMessage.OperationTypeEnum.from
(ca.uhn.fhir.rest.api.RestOperationTypeEnum theRestOperationType) BaseResourceMessage.getOperationType()
Returns theBaseResourceMessage.OperationTypeEnum
that is occurring to the Resource of the messageReturns the enum constant of this type with the specified name.BaseResourceMessage.OperationTypeEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in ca.uhn.fhir.rest.server.messaging with parameters of type BaseResourceMessage.OperationTypeEnumModifier and TypeMethodDescriptionvoid
BaseResourceMessage.setOperationType
(BaseResourceMessage.OperationTypeEnum theOperationType) Sets theBaseResourceMessage.OperationTypeEnum
occuring to the resource of the message.Constructors in ca.uhn.fhir.rest.server.messaging with parameters of type BaseResourceMessage.OperationTypeEnumModifierConstructorDescriptionBaseResourceModifiedMessage
(ca.uhn.fhir.context.FhirContext theFhirContext, org.hl7.fhir.instance.model.api.IBaseResource theResource, BaseResourceMessage.OperationTypeEnum theOperationType) BaseResourceModifiedMessage
(ca.uhn.fhir.context.FhirContext theFhirContext, org.hl7.fhir.instance.model.api.IBaseResource theNewResource, BaseResourceMessage.OperationTypeEnum theOperationType, RequestDetails theRequest) BaseResourceModifiedMessage
(ca.uhn.fhir.context.FhirContext theFhirContext, org.hl7.fhir.instance.model.api.IBaseResource theNewResource, BaseResourceMessage.OperationTypeEnum theOperationType, RequestDetails theRequest, ca.uhn.fhir.interceptor.model.RequestPartitionId theRequestPartitionId) BaseResourceModifiedMessage
(org.hl7.fhir.instance.model.api.IIdType theIdType, BaseResourceMessage.OperationTypeEnum theOperationType) ResourceOperationMessage
(ca.uhn.fhir.context.FhirContext theFhirContext, org.hl7.fhir.instance.model.api.IBaseResource theResource, BaseResourceMessage.OperationTypeEnum theOperationType) ResourceOperationMessage
(ca.uhn.fhir.context.FhirContext theFhirContext, org.hl7.fhir.instance.model.api.IBaseResource theNewResource, BaseResourceMessage.OperationTypeEnum theOperationType, RequestDetails theRequest) ResourceOperationMessage
(ca.uhn.fhir.context.FhirContext theFhirContext, org.hl7.fhir.instance.model.api.IBaseResource theNewResource, BaseResourceMessage.OperationTypeEnum theOperationType, RequestDetails theRequest, ca.uhn.fhir.interceptor.model.RequestPartitionId theRequestPartitionId)