Interface FavoritesService

  • All Superinterfaces:
    BaseAPIService

    public interface FavoritesService
    extends BaseAPIService
    Fornece acesso aos serviços de favoritos.
    Since:
    1.5.2
    Author:
    marcelo.pereira
    • 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