Uses of Class
org.ehrbase.api.dto.experimental.ItemTagDto
Packages that use ItemTagDto
-
Uses of ItemTagDto in org.ehrbase.api.service.experimental
Methods in org.ehrbase.api.service.experimental that return types with arguments of type ItemTagDtoModifier and TypeMethodDescriptionItemTagService.findItemTag(UUID ownerId, UUID targetId, ItemTagDto.ItemTagRMType targetType, Collection<UUID> ids, Collection<String> keys) Performs abulkget operation for the givenItemTagIDsand/orkeys.Method parameters in org.ehrbase.api.service.experimental with type arguments of type ItemTagDtoModifier and TypeMethodDescriptionItemTagService.bulkUpsert(UUID ownerId, UUID targetId, ItemTagDto.ItemTagRMType targetType, List<ItemTagDto> itemTagsDto) Performs abulkupdate/create operation for the givenItemTaginto the tag list of theowner.