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

org.openfact.models.OrganizationScheduledTask Maven / Gradle / Ivy

package org.openfact.models;

public interface OrganizationScheduledTask {

    boolean isEnabled();

    String getName();

    String getDescription();

    void executeTask(OrganizationModel organization);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy