Interface ProjetoBpmnDao

All Superinterfaces:
Dao<ProjetoBpmn,Integer>
All Known Implementing Classes:
ProjetoBpmnDaoImpl

public interface ProjetoBpmnDao extends Dao<ProjetoBpmn,Integer>
  • Method Details

    • buscarPorNome

      ProjetoBpmn buscarPorNome(String nome, Integer idWorkspace)
    • buscarTodos

      List<ProjetoBpmn> buscarTodos(Integer idWorkspace)
    • buscarTodos

      List<ProjetoBpmn> buscarTodos(int offset, int limit, Integer idWorkspace)
    • getCount

      Integer getCount(Integer idWorkspace)