
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 TagDefinitionModifier and TypeMethodDescriptionBaseTag.getTag()
This can be null if the tag definition has been deleted.Methods in ca.uhn.fhir.jpa.model.entity with parameters of type TagDefinitionModifier and TypeMethodDescriptionabstract BaseTag
BaseHasResource.addTag
(TagDefinition theDef) ResourceHistoryTable.addTag
(TagDefinition theTag) ResourceTable.addTag
(TagDefinition theTag) void
BaseTag.setTag
(TagDefinition theTag) Constructors in ca.uhn.fhir.jpa.model.entity with parameters of type TagDefinitionModifierConstructorDescriptionResourceHistoryTag
(ResourceHistoryTable theResourceHistoryTable, TagDefinition theTag, PartitionablePartitionId theRequestPartitionId) ConstructorResourceTag
(ResourceTable theResourceTable, TagDefinition theTag, PartitionablePartitionId theRequestPartitionId) Constructor