Interface FormularioLogAlteracaoDao

All Superinterfaces:
Dao<FormularioLogAlteracao,Long>
All Known Implementing Classes:
FormularioLogAlteracaoDaoImpl

public interface FormularioLogAlteracaoDao extends Dao<FormularioLogAlteracao,Long>
  • Method Details

    • getLogAlteracoes

      List<FormularioLogAlteracao> getLogAlteracoes(Formulario formulario)
    • getLogAlteracoes

      List<FormularioLogAlteracao> getLogAlteracoes(String taskId)
    • getLogAlteracoesStartForm

      List<FormularioLogAlteracao> getLogAlteracoesStartForm(String processInstanceId)
    • countLogAlteracoes

      int countLogAlteracoes(String taskId)
    • countLogAlteracoesStartForm

      int countLogAlteracoesStartForm(String processInstanceId)
    • getUltimaRevisao

      Integer getUltimaRevisao(Formulario form)