Uses of Class
ca.uhn.fhir.jpa.model.entity.TagDefinition
Packages that use TagDefinition
-
Uses of TagDefinition in ca.uhn.fhir.jpa.model.entity
Methods in ca.uhn.fhir.jpa.model.entity that return TagDefinitionMethods in ca.uhn.fhir.jpa.model.entity with parameters of type TagDefinitionModifier and TypeMethodDescriptionabstract BaseTagBaseHasResource.addTag(TagDefinition theDef)ResourceHistoryTable.addTag(TagDefinition theTag)ResourceTable.addTag(TagDefinition theTag)voidBaseTag.setTag(TagDefinition theTag)Constructors in ca.uhn.fhir.jpa.model.entity with parameters of type TagDefinitionModifierConstructorDescriptionResourceHistoryTag(ResourceHistoryTable theResourceHistoryTable, TagDefinition theTag, PartitionablePartitionId theRequestPartitionId)ResourceTag(ResourceTable theResourceTable, TagDefinition theTag, PartitionablePartitionId theRequestPartitionId)Constructor