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

org.drools.persistence.map.NonTransactionalPersistentSession Maven / Gradle / Ivy

There is a newer version: 10.0.0
Show newest version
package org.drools.persistence.map;

import java.util.List;

import org.drools.persistence.info.SessionInfo;
import org.drools.persistence.info.WorkItemInfo;

public interface NonTransactionalPersistentSession {

    void clear();

    List getStoredKnowledgeSessions();
    
    List getStoredWorkItems();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy