Package ca.uhn.fhir.mdm.model
Class MdmTransactionContext
java.lang.Object
ca.uhn.fhir.mdm.model.MdmTransactionContext
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionMdmTransactionContext
(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) -
Method Summary
Modifier and TypeMethodDescriptionaddMdmLink
(IMdmLink theMdmLinkEvent) void
addTransactionLogMessage
(String theMessage) boolean
ca.uhn.fhir.rest.server.TransactionLogMessages
void
setIsBlocked
(boolean theIsBlocked) void
setMdmLinks
(List<IMdmLink> theMdmLinkEvents) void
setResourceType
(String myResourceType) void
setRestOperation
(MdmTransactionContext.OperationType theRestOperation) void
setTransactionLogMessages
(ca.uhn.fhir.rest.server.TransactionLogMessages theTransactionLogMessages)
-
Constructor Details
-
MdmTransactionContext
public MdmTransactionContext() -
MdmTransactionContext
-
MdmTransactionContext
public MdmTransactionContext(ca.uhn.fhir.rest.server.TransactionLogMessages theTransactionLogMessages, MdmTransactionContext.OperationType theRestOperation) -
MdmTransactionContext
public MdmTransactionContext(ca.uhn.fhir.rest.server.TransactionLogMessages theTransactionLogMessages, MdmTransactionContext.OperationType theRestOperation, String theResourceType)
-
-
Method Details
-
getTransactionLogMessages
-
addTransactionLogMessage
-
getRestOperation
-
setTransactionLogMessages
public void setTransactionLogMessages(ca.uhn.fhir.rest.server.TransactionLogMessages theTransactionLogMessages) -
setRestOperation
-
getResourceType
-
setResourceType
-
getMdmLinks
-
addMdmLink
-
setMdmLinks
-
setIsBlocked
-
getIsBlocked
-