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

org.activiti.engine.runtime.NativeProcessInstanceQuery Maven / Gradle / Ivy

package org.activiti.engine.runtime;

import org.activiti.engine.query.NativeQuery;

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

 */
public interface NativeProcessInstanceQuery extends NativeQuery {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy