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

org.kie.internal.command.ExtendedKieCommands Maven / Gradle / Ivy

Go to download

The Drools and jBPM internal API which is NOT backwards compatible between releases.

There is a newer version: 9.44.0.Final
Show newest version
package org.kie.internal.command;

import org.kie.api.command.Command;
import org.kie.api.command.KieCommands;

public interface ExtendedKieCommands extends KieCommands {

    Command newEnableAuditLog( String directory, String filename );

    Command newEnableAuditLog( String filename );

    Command newClearActivationGroup(String name);

    Command newClearAgenda();

    Command newClearAgendaGroup(String name);

    Command newClearRuleFlowGroup(String name);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy