Interface ListItemAttributeDTOUpdater

All Known Implementing Classes:
DefaultListItemAttributeDTOUpdater

public interface ListItemAttributeDTOUpdater
Service to update the values of attribute DTOs used in IntegrationObject modeling
  • Method Details

    • updateDTOs

      Updates attributes of a list of DTOs by getting the attributes of another list of DTOs
      Parameters:
      oldDTOs - a list of DTOs with attributes to update
      newDTOs - a list of DTOs containing updated attributes
      Returns:
      a list of DTOs with updated attributes