Interface LabelProviderService

All Known Subinterfaces:
DataSetListService, DataSetService
All Known Implementing Classes:
DataSetListServiceImpl, DataSetServiceImpl

public interface LabelProviderService
  • Method Details

    • mark

      Label mark(@Nonnull UUID id, @Nonnull String name)
      Adds label.
      Parameters:
      id - - id of target dataSetList or dataSet.
      name - - name of label.
    • getLabels

      List<Label> getLabels(@Nonnull UUID id)
    • unmark

      boolean unmark(@Nonnull UUID id, @Nonnull UUID labelId)
      Deletes label.
      Parameters:
      id - - id of target dataSetList or dataSet.