Interface DynamicAttributeBulkEditHandler

All Known Implementing Classes:
MediaMultiPrincipalsBulkEditEditor

public interface DynamicAttributeBulkEditHandler
Dynamic attribute handler for bulk edit.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    canHandle(String qualifier)
    Returns true, if this handler can handle the given qualifier.
    Returns the selected items.
  • Method Details

    • canHandle

      boolean canHandle(String qualifier)
      Returns true, if this handler can handle the given qualifier.
    • getSelectedItems

      Collection getSelectedItems()
      Returns the selected items.