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

org.kie.internal.query.InternalQueryService 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.query;

import java.util.List;

public interface InternalQueryService {

    // The query methods should not be available in any public API's
    public  List query(Object queryWhere, Class queryType, Class resultType);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy