Interface WorkspaceService
- All Known Implementing Classes:
WorkspaceServiceImpl
public interface WorkspaceService
-
Method Summary
Modifier and TypeMethodDescriptionWorkspacebuscarPorId(Integer idWorkspace) List<ProjetoBpmn> buscarProjetos(Integer offset, Integer limit, Integer idWorkspace) List<Workspace> buscarTodos(int offset, int limit, String login) List<Workspace> buscarTodos(String login) getCountProjetos(Integer idWorkspace) voidinicializarWorkspace(String login) booleanisNomeProjetoValido(String nome, Integer idWorkspace) booleanisNomeWorkspaceValido(String nome, String login, Integer idWorkspace) voidvoidremoverProjeto(Integer idProjeto) voidsalvar(ProjetoBpmn projeto) voidsalvar(Workspace workspace)
-
Method Details
-
buscarTodos
-
buscarTodos
-
getCount
-
getCountProjetos
-
buscarProjetos
-
remover
- Throws:
WorkspaceException
-
removerProjeto
- Throws:
WorkspaceException
-
salvar
void salvar(Workspace workspace) -
salvar
void salvar(ProjetoBpmn projeto) -
isNomeWorkspaceValido
-
isNomeProjetoValido
-
buscarPorId
-
inicializarWorkspace
-