Uses of Class
com.suncode.pwfl.archive.WfFile
Packages that use WfFile
Package
Description
Pakiet zawiera zbiór elementów umożliwiających zarządzanie archiwum systemowym.
Pakiet zawiera zbiór elementów umożliwiających zarządzanie zadaniami.
-
Uses of WfFile in com.suncode.pwfl.archive
Methods in com.suncode.pwfl.archive that return WfFileModifier and TypeMethodDescriptionFileSaver.addFile(DocumentDefinition definition) Dodaje dokument do archiwum i dołącza do procesu jeżeli podano odpowiednie parametry.FileSaver.attachFileToProcess(Long fileId, String userName, String processId, String activityId) Dołącza plik z archiwum do zadaniaFileSaver.attachFileToProcess(Long fileId, String userName, String processId, String activityId, boolean acceptClosed) Dołącza plik z archiwum do zadaniaFileArchiver.compressFile(Long fileId) Kompresuje plik, aktualizując jego nazwę (*.zip), kolumnę compressed oraz size Kompresowanie następuje niezależnie od tego czy klasa dokumentu ma włączonąPobiera plik o podanym idWfDocument.getFile()Informacje o plikuWfFileVersion.getFile()WfFileVersion.getNewestFile()WfFileVersion.getParentFile()FileArchiver.uncompressFile(Long fileId) Dekompresuje plik, aktualizując jego nazwę, kolumnę compressed oraz sizeFileSaver.updateAttachedFileToProcess(Long fileId, Long parentFileId, String userName) Modyfikacja informacji o podłączonym dokumencie w procesach podczas wgrywania nowej wersji pliku.Methods in com.suncode.pwfl.archive that return types with arguments of type WfFileModifier and TypeMethodDescriptionFileFinder.findByDocumentClassName(String documentClassName, Integer start, Integer limit) Pobiera wszystkie pliki z podanej klasy dokumentówFileFinder.findByIndexes(Map<Long, Object> indexes, Long documentClassId) Wyszukuje pliki posiadające podane indeksyFileFinder.findByIndexes(Map<Long, Object> indexes, Long documentClassId, Integer start, Integer limit) Wyszukuje jedna strone plikow posiadających podane indeksyFileFinder.findByIndexesCounted(Map<Long, Object> indexes, Long documentClassId, Integer start, Integer limit) Wyszukuje dokumenty o podanych indeksachFileFinder.getAllDocumentsFromDocumentClass(String documentClassId) Zwraca wszystkie dokumenty należące do podanej klasy dokumentówFileFinder.getDocumentsFromActivity(String processId, String activityId, FileSorter sorter, String... joins) Pobiera dokumenty dla podanego zadaniaFileFinder.getDocumentsFromActivity(String processId, String activityId, String... joins) Pobiera dokumenty dla podanego zadaniaFileFinder.getDocumentsFromOpenedActivities(String processId, FileSorter sorter, String... joins) Pobiera dokumenty z podanego procesu podłączone do wszystkich otwartych zadańFileFinder.getDocumentsFromOpenedActivities(String processId, String... joins) Pobiera dokumenty z podanego procesu podłączone do wszystkich otwartych zadańFileFinder.getDocumentsFromProcess(String processId, FileSorter sorter, String... joins) Pobiera dokumenty z procesu.FileFinder.getDocumentsFromProcess(String processId, String... joins) Pobiera dokumenty z procesu.FileFinder.getDocumentsFromProcessAndClass(String processId, String docClassName, String... joins) Pobiera dokumenty z procesu z określonej klasy.Methods in com.suncode.pwfl.archive with parameters of type WfFileModifier and TypeMethodDescriptionFileService.getFileActions(String userName, WfFile wfFile) Metoda pobiera możliwe do wykonania akcje, dla podanego pliku, przez podanego użytkownikaArchiveStorageService.resolveDirectoryPath(Directory directory, WfFile wfFile) Pobiera pełną ścieżkę do katalogu którego nazwa tworzona jest dynamicznie na podstawie daty utworzenia plikuvoidInformacje o plikuvoidvoidWfFileVersion.setNewestFile(WfFile newestFile) voidWfFileVersion.setParentFile(WfFile parentFile) voidFileService.updateFile(WfFile file) Modyfikuje obiekt pliku.Constructors in com.suncode.pwfl.archive with parameters of type WfFileModifierConstructorDescriptionWfFileVersion(WfFile file) WfFileVersion(WfFile file, String uploader) -
Uses of WfFile in com.suncode.pwfl.workflow.activity
Methods in com.suncode.pwfl.workflow.activity that return WfFileMethods in com.suncode.pwfl.workflow.activity with parameters of type WfFile -
Uses of WfFile in com.suncode.pwfl.workflow.support
Methods in com.suncode.pwfl.workflow.support with parameters of type WfFileModifier and TypeMethodDescriptionReadFileEvent.execute(InputStream is, WfFile wfFile, String mimeType, String processId, String activityId, String userName) Deprecated, for removal: This API element is subject to removal in a future version.Metoda wykonująca akcje związane ze odczytem pliku znajdującego się w systemie.