Class RemoveUserParams

    • Method Detail

      • handleSelection

        public List<org.apache.commons.lang3.tuple.Pair<org.apache.commons.jxpath.Pointer,​Parameter>> handleSelection​(List<org.apache.commons.lang3.tuple.Pair<org.apache.commons.jxpath.Pointer,​Parameter>> selection)
        Description copied from interface: CvTermSelectionHandler
        Handle the provided selection, e.g. by filtering it or by modifying elements therein.
        Specified by:
        handleSelection in interface CvTermSelectionHandler
        Parameters:
        selection - the selection to handle.
        Returns:
        the selection or any processed variant of it. Should never be null.