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

org.openfact.ubl.UBLCustomizator Maven / Gradle / Ivy

There is a newer version: 1.1.3.Final
Show newest version
package org.openfact.ubl;

import org.openfact.models.DocumentModel;
import org.openfact.models.OrganizationModel;
import org.openfact.models.types.DocumentRequiredAction;

public interface UBLCustomizator {

    void config(OrganizationModel organization, DocumentModel document, T t);

    DocumentRequiredAction[] getRequiredActions();

    String[] getExtraRequiredActions();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy