Uses of Enum
ca.uhn.fhir.mdm.model.MdmTransactionContext.OperationType
Packages that use MdmTransactionContext.OperationType
-
Uses of MdmTransactionContext.OperationType in ca.uhn.fhir.mdm.model
Methods in ca.uhn.fhir.mdm.model that return MdmTransactionContext.OperationTypeModifier and TypeMethodDescriptionMdmTransactionContext.getRestOperation()Returns the enum constant of this type with the specified name.static MdmTransactionContext.OperationType[]MdmTransactionContext.OperationType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ca.uhn.fhir.mdm.model with parameters of type MdmTransactionContext.OperationTypeModifier and TypeMethodDescriptionvoidMdmTransactionContext.setRestOperation(MdmTransactionContext.OperationType theRestOperation) Constructors in ca.uhn.fhir.mdm.model with parameters of type MdmTransactionContext.OperationTypeModifierConstructorDescriptionMdmTransactionContext(MdmTransactionContext.OperationType theRestOperation) MdmTransactionContext(ca.uhn.fhir.rest.server.TransactionLogMessages theTransactionLogMessages, MdmTransactionContext.OperationType theRestOperation) MdmTransactionContext(ca.uhn.fhir.rest.server.TransactionLogMessages theTransactionLogMessages, MdmTransactionContext.OperationType theRestOperation, String theResourceType) -
Uses of MdmTransactionContext.OperationType in ca.uhn.fhir.mdm.provider
Methods in ca.uhn.fhir.mdm.provider with parameters of type MdmTransactionContext.OperationTypeModifier and TypeMethodDescriptionprotected MdmTransactionContextBaseMdmProvider.createMdmContext(ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, MdmTransactionContext.OperationType theOperationType, String theResourceType)