Interface DummyHandledFileConverter<S extends SimulationElement<?>>

    • Method Detail

      • convert

        List<DummyHandledFile> convert​(List<S> elements,
                                       ResourceReference target,
                                       ActionType actionType)
        Method that contains the treatment of the conversion.
        Parameters:
        elements - elements to convert
        target - reference to the targeted resource in Silverpeas
        actionType - the action type used for the conversion
        Returns:
        the list of converted elements.