Interface GroupUpdater

    • Method Detail

      • handles

        boolean handles​(Object obj)
        Checks whether the data type is handled.
        Parameters:
        obj - the object to check
        Returns:
        true if handled
      • updateGroup

        String updateGroup​(Object obj,
                           String group)
        Updates the group of the object.
        Parameters:
        obj - the object to process
        group - the new group
        Returns:
        null if successful, otherwise error message