All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sakaiproject.assignment.api.conversion.AssignmentConversionService Maven / Gradle / Ivy

There is a newer version: 23.3
Show newest version
package org.sakaiproject.assignment.api.conversion;

import java.util.List;

public interface AssignmentConversionService {

    /**
     * Starts the assignments conversion
     *
     * @param numberOfAttributes maximum attributes per element in an xml document, 0 means use default
     * @param lengthOfAttribute maximum characters of an attribute, 0 means use default
     */
    void runConversion(int numberOfAttributes, int lengthOfAttribute);

    Object serializeFromXml(String xml, Class clazz);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy