| Package | Description | 
|---|---|
| com.suncode.pwfl.archive | Pakiet zawiera zbiór elementów umożliwiających zarządzanie archiwum systemowym. | 
| com.suncode.pwfl.workflow.activity | Pakiet zawiera zbiór elementów umożliwiających zarządzanie zadaniami. | 
| com.suncode.pwfl.workflow.support | 
| Modifier and Type | Method and Description | 
|---|---|
| WfFile | FileSaver. addFile(DocumentDefinition definition)Dodaje dokument do archiwum i dołącza do procesu jeżeli podano odpowiednie parametry. | 
| WfFile | FileSaver. attachFileToProcess(Long fileId,
                   String userName,
                   String processId,
                   String activityId)Dołącza plik z archiwum do zadania | 
| WfFile | WfFileVersion. getFile() | 
| WfFile | WfDocument. getFile()Informacje o pliku | 
| WfFile | FileService. getFile(Long fileId,
       String... joins)Pobiera plik o podanym id | 
| WfFile | WfFileVersion. getNewestFile() | 
| WfFile | WfFileVersion. getParentFile() | 
| WfFile | FileSaver. updateAttachedFileToProcess(Long fileId,
                           Long parentFileId,
                           String userName)Modyfikacja informacji o podłączonym dokumencie w procesach podczas wgrywania nowej wersji
 pliku. | 
| Modifier and Type | Method and Description | 
|---|---|
| CountedResult<WfFile> | FileFinder. findByDocumentClassName(String documentClassName,
                       Integer start,
                       Integer limit)Pobiera wszystkie pliki z podanej klasy dokumentów | 
| List<WfFile> | FileFinder. findByIndexes(Map<Long,Object> indexes,
             Long documentClassId)Wyszukuje pliki posiadające podane indeksy | 
| List<WfFile> | FileFinder. findByIndexes(Map<Long,Object> indexes,
             Long documentClassId,
             Integer start,
             Integer limit)Wyszukuje jedna strone plikow posiadających podane indeksy | 
| CountedResult<WfFile> | FileFinder. findByIndexesCounted(Map<Long,Object> indexes,
                    Long documentClassId,
                    Integer start,
                    Integer limit)Wyszukuje dokumenty o podanych indeksach | 
| List<WfFile> | FileFinder. getDocumentsFromActivity(String processId,
                        String activityId,
                        FileSorter sorter,
                        String... joins)Pobiera dokumenty dla podanego zadania | 
| List<WfFile> | FileFinder. getDocumentsFromActivity(String processId,
                        String activityId,
                        String... joins)Pobiera dokumenty dla podanego zadania | 
| List<WfFile> | FileFinder. getDocumentsFromOpenedActivities(String processId,
                                FileSorter sorter,
                                String... joins)Pobiera dokumenty z podanego procesu podłączone do wszystkich otwartych zadań | 
| List<WfFile> | FileFinder. getDocumentsFromOpenedActivities(String processId,
                                String... joins)Pobiera dokumenty z podanego procesu podłączone do wszystkich otwartych zadań | 
| List<WfFile> | FileFinder. getDocumentsFromProcess(String processId,
                       FileSorter sorter,
                       String... joins)Pobiera dokumenty z procesu. | 
| List<WfFile> | FileFinder. getDocumentsFromProcess(String processId,
                       String... joins)Pobiera dokumenty z procesu. | 
| List<WfFile> | FileFinder. getDocumentsFromProcessAndClass(String processId,
                               String docClassName,
                               String... joins)Pobiera dokumenty z procesu z określonej klasy. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<FileAction> | FileService. getFileActions(String userName,
              WfFile wfFile)Metoda pobiera możliwe do wykonania akcje, dla podanego pliku, przez podanego użytkownika | 
| void | WfFileVersion. setFile(WfFile file) | 
| void | WfDocument. setFile(WfFile file)Informacje o pliku | 
| void | WfFileVersion. setNewestFile(WfFile newestFile) | 
| void | WfFileVersion. setParentFile(WfFile parentFile) | 
| void | FileService. updateFile(WfFile file)Modyfikuje obiekt pliku. | 
| Constructor and Description | 
|---|
| WfFileVersion(WfFile file) | 
| WfFileVersion(WfFile file,
             String uploader) | 
| Modifier and Type | Method and Description | 
|---|---|
| WfFile | ActivityDocument. getFile() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ActivityDocument. setFile(WfFile file) | 
| Modifier and Type | Method and Description | 
|---|---|
| InputStream | ReadFileEvent. execute(InputStream is,
       WfFile wfFile,
       String mimeType,
       String processId,
       String activityId,
       String userName)Metoda wykonująca akcje związane ze odczytem pliku znajdującego się w systemie. | 
Copyright © 2019 Suncode. All rights reserved.