Package com.fluig.sdk.service
Interface FavoritesService
-
- All Superinterfaces:
BaseAPIService
public interface FavoritesService extends BaseAPIService
Fornece acesso aos serviços de favoritos.- Since:
- 1.5.2
- Author:
- marcelo.pereira
-
-
Field Summary
Fields Modifier and Type Field Description static String
JNDI_NAME
static String
JNDI_REMOTE_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<DocumentVO>
findFavoritesDocuments(String colleagueId)
Busca os documentos favoritosList<ProcessDefinitionVersionVO>
findFavoritesProcess(String colleagueId)
Busca os processos favoritos-
Methods inherited from interface com.fluig.sdk.service.BaseAPIService
expand, generateOrderParam
-
-
-
-
Field Detail
-
JNDI_NAME
static final String JNDI_NAME
- See Also:
- Constant Field Values
-
JNDI_REMOTE_NAME
static final String JNDI_REMOTE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
findFavoritesDocuments
List<DocumentVO> findFavoritesDocuments(String colleagueId) throws com.fluig.sdk.api.common.SDKException
Busca os documentos favoritos- Parameters:
colleagueId
-- Returns:
- Documentos favoritos
- Throws:
com.fluig.sdk.api.common.SDKException
- Não foi possivel encontrar os documentos favoritos
-
findFavoritesProcess
List<ProcessDefinitionVersionVO> findFavoritesProcess(String colleagueId) throws com.fluig.sdk.api.common.SDKException
Busca os processos favoritos- Parameters:
colleagueId
-- Returns:
- Processos favoritos
- Throws:
com.fluig.sdk.api.common.SDKException
- Não foi possivel encontrar os processos favoritos
-
-