Uses of Class
com.fluig.sdk.api.document.DocumentVO
-
Packages that use DocumentVO Package Description com.fluig.sdk.api.document com.fluig.sdk.service -
-
Uses of DocumentVO in com.fluig.sdk.api.document
Methods in com.fluig.sdk.api.document that return DocumentVO Modifier and Type Method Description DocumentVO
SolvedPermissionVO. getDocument()
Methods in com.fluig.sdk.api.document with parameters of type DocumentVO Modifier and Type Method Description void
SolvedPermissionVO. setDocument(DocumentVO document)
-
Uses of DocumentVO in com.fluig.sdk.service
Methods in com.fluig.sdk.service that return DocumentVO Modifier and Type Method Description DocumentVO
DocumentService. createDocument(DocumentVO documentVO)
Cria o documento com permissões e aprovadorsDocumentVO
DocumentService. createPrivateDocument(Long companyId, String userId, String fileName, File file)
Cria uma documento privadoDocumentVO
DocumentService. createPrivateDocument(Long companyId, String userId, String fileName, String filePath)
Cria uma documento privadoDocumentVO
FolderDocumentService. get(int documentId)
Recupera um documento através do idDocumentVO
DocumentService. getActive(Integer documentId)
Retorna o documento ativo passado o ID do mesmo.DocumentVO
FolderDocumentService. updateDocumentDescription(long companyId, int documentId, String description)
Atualiza documento ou pastaDocumentVO
DocumentService. updateFile(DocumentVO docVO)
Update fileMethods in com.fluig.sdk.service that return types with arguments of type DocumentVO Modifier and Type Method Description List<DocumentVO>
TasksService. findApprovalDocumentsByUser(String colleagueId)
Busca todos os Documentos em aprovação por usuárioList<DocumentVO>
TasksService. findDocumentsToApprove(String colleagueId)
Busca os documentos para aprovaçãoList<DocumentVO>
FavoritesService. findFavoritesDocuments(String colleagueId)
Busca os documentos favoritosList<DocumentVO>
TasksService. findMyDocuments(String colleagueId)
Busca os Documentos em aprovaçãoList<DocumentVO>
FolderDocumentService. list(int folderId)
Recupera lista de documentos através do id da pastaList<DocumentVO>
FolderDocumentService. list(int folderId, int permission)
Recupera lista de documentos através do id da pastaList<DocumentVO>
FolderDocumentService. listDocumentsByFolder(FolderVO folderVO, int limit, int offset)
Retorna os documentos de uma pastaMethods in com.fluig.sdk.service with parameters of type DocumentVO Modifier and Type Method Description DocumentVO
DocumentService. createDocument(DocumentVO documentVO)
Cria o documento com permissões e aprovadorsDocumentVO
DocumentService. updateFile(DocumentVO docVO)
Update file
-