Package br.com.davinti.vitruvio.spi
Interface ProjetoService.AlteracaoResult
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
ProjetoService.AlteracaoGrupoResult,ProjetoService.AlteracaoTarefaResult
- All Known Implementing Classes:
AlteracaoTarefaResultImpl
- Enclosing interface:
ProjetoService
Alteracao base, representando tudo que pode ser alterado
- Author:
- eduardo
-
Method Summary
-
Method Details
-
getProjeto
Projeto getProjeto() -
getGruposAlterados
Collection<Grupo> getGruposAlterados() -
getTarefasAlteradas
Collection<Tarefa> getTarefasAlteradas()
-