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

org.activiti.engine.history.NativeHistoricTaskInstanceQuery Maven / Gradle / Ivy

package org.activiti.engine.history;

import org.activiti.engine.query.NativeQuery;

/**
 * Allows querying of {@link HistoricTaskInstanceQuery}s via native (SQL) queries
 * 

 */
public interface NativeHistoricTaskInstanceQuery extends NativeQuery {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy