Uses of Enum Class
org.ehrbase.api.dto.experimental.ItemTagDto.ItemTagRMType
Packages that use ItemTagDto.ItemTagRMType
-
Uses of ItemTagDto.ItemTagRMType in org.ehrbase.api.dto.experimental
Methods in org.ehrbase.api.dto.experimental that return ItemTagDto.ItemTagRMTypeModifier and TypeMethodDescriptionItemTagDto.getTargetType()static ItemTagDto.ItemTagRMTypeReturns the enum constant of this class with the specified name.static ItemTagDto.ItemTagRMType[]ItemTagDto.ItemTagRMType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.ehrbase.api.dto.experimental with parameters of type ItemTagDto.ItemTagRMTypeModifier and TypeMethodDescriptionvoidItemTagDto.setTargetType(ItemTagDto.ItemTagRMType targetType) Constructors in org.ehrbase.api.dto.experimental with parameters of type ItemTagDto.ItemTagRMTypeModifierConstructorDescriptionItemTagDto(UUID id, UUID ownerId, UUID target, ItemTagDto.ItemTagRMType targetType, String targetPath, String key, String value) -
Uses of ItemTagDto.ItemTagRMType in org.ehrbase.api.service.experimental
Methods in org.ehrbase.api.service.experimental with parameters of type ItemTagDto.ItemTagRMTypeModifier and TypeMethodDescriptionvoidItemTagService.bulkDelete(UUID ownerId, UUID targetId, ItemTagDto.ItemTagRMType targetType, Collection<UUID> ids) Performs abulkdelete operation for the givenItemTagids.ItemTagService.bulkUpsert(UUID ownerId, UUID targetId, ItemTagDto.ItemTagRMType targetType, List<ItemTagDto> itemTagsDto) Performs abulkupdate/create operation for the givenItemTaginto the tag list of theowner.ItemTagService.findItemTag(UUID ownerId, UUID targetId, ItemTagDto.ItemTagRMType targetType, Collection<UUID> ids, Collection<String> keys) Performs abulkget operation for the givenItemTagIDsand/orkeys.