
org.activiti.engine.task.NativeTaskQuery Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of activiti-engine Show documentation
Show all versions of activiti-engine Show documentation
workflow engine base on bboss and activiti.
The newest version!
package org.activiti.engine.task;
import org.activiti.engine.query.NativeQuery;
/**
* Allows querying of {@link Task}s via native (SQL) queries
* @author Bernd Ruecker (camunda)
*/
public interface NativeTaskQuery extends NativeQuery {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy