Uses of Class
com.suncode.pwfl.archive.WfDocument
Packages that use WfDocument
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 WfDocument in com.plusmpm.util
Constructors in com.plusmpm.util with parameters of type WfDocument -
Uses of WfDocument in com.suncode.pwfl.administration.email
Method parameters in com.suncode.pwfl.administration.email with type arguments of type WfDocumentModifier and TypeMethodDescriptionEmailMessage.EmailMessageBuilder.documents(List<WfDocument> documents) Constructors in com.suncode.pwfl.administration.email with parameters of type WfDocument -
Uses of WfDocument in com.suncode.pwfl.archive
Methods in com.suncode.pwfl.archive that return WfDocumentModifier and TypeMethodDescriptionDocumentService.addDocument(DocumentDefinition definition) Dodaje dokument do systemuDocumentFinder.findByFileId(Long fileId, Long documentClassId) Pobiera dokument po id plikuDocumentFinder.findOneByIndexes(Long documentClassId, List<IndexFilter> indexFilters) Wyszukuje dokument o podanych parametrach.DocumentFinder.getDocument(Long documentId, Long documentClassId) Pobiera dokument po idDocumentService.getDocument(Long fileId) Pobiera dokument za pomocą fileId(z pm_files)DocumentService.getDocument(Long documentId, Long documentClassId) Pobiera dokument po idMethods in com.suncode.pwfl.archive that return types with arguments of type WfDocumentModifier and TypeMethodDescriptionDocumentFinder.findByIndexes(Long documentClassId, List<DocumentClassIndex> documentClassIndices, List<IndexFilter> indexFilters, List<Sorter> sorters, Integer start, Integer limit, String... joins) Wyszukuje dokumenty o podanych parametrach.DocumentFinder.findByIndexes(Long documentClassId, List<IndexFilter> indexFilters, List<Sorter> sorters, Integer start, Integer limit, String... joins) Wyszukuje dokumenty o podanych parametrach.DocumentFinder.findByIndexes(Long documentClassId, Map<Long, Object> indexes, List<Sorter> sorters, Integer start, Integer limit, String... joins) Wyszukuje dokumenty o podanych indeksachDocumentFinder.findByIndexesForUser(String username, Long documentClassId, List<DocumentClassIndex> documentClassIndices, List<IndexFilter> indexFilters, List<Sorter> sorters, Integer start, Integer limit, String... joins) Wyszukuje dokumenty o podanych parametrach.DocumentFinder.findByIndexesForUser(String username, Long documentClassId, List<IndexFilter> indexFilters, List<Sorter> sorters, Integer start, Integer limit, String... joins) Wyszukuje dokumenty o podanych parametrach.DocumentFinder.findByIndexesForUser(String username, Long documentClassId, Map<Long, Object> indexes, List<Sorter> sorters, Integer start, Integer limit, String... joins) Wyszukuje dokumenty o podanych parametrach.DocumentFinder.findExpiredDocuments()Wyszukuje dokumenty, których termin ważności się zakończyłDocumentClassAssociationService.getAllAssociatedDocumentsForClass(Long documentClassId, Long documentId, String userName) Pobiera listę wszystkich dokumentów powiązanych dla dokumentu o Id przekazanym w parametrzedocumentId.DocumentClassAssociationService.getAssociatedDocumentsFromClass(Long documentClassId, Long documentId, Long childDocumentClassId, Integer start, Integer limit, String sort, String dir, String userName) Deprecated.DocumentClassAssociationService.getAssociatedDocumentsFromClass(Long documentClassId, Long documentId, Long childDocumentClassId, Long associationId, Integer start, Integer limit, String sort, String sortDirection, String userName) Pobiera listę dokumentów powiązanych (dla przekazanego konkretnego powiązania) należących do klasy przekazanej w parametrzechildDocumentClassIdDocumentFinder.getDocumentsFromActivity(String processId, String activityId, String... joins) Pobiera dokumenty dla podanego zadaniaDocumentFinder.getDocumentsFromOpenedActivities(String processId, String... joins) Pobiera dokumenty z podanego procesu podłączone do wszystkich otwartych zadańDocumentFinder.getDocumentsFromProcess(String processId, String... joins) Pobiera dokumenty z procesu.DocumentFinder.getDocumentsFromProcessAndClass(String processId, String docClassName, String... joins) Pobiera dokumenty z procesu, należące do określonej klasy.Methods in com.suncode.pwfl.archive with parameters of type WfDocumentModifier and TypeMethodDescriptionvoidDocumentService.attachDocumentToProcess(WfDocument document, String userName, String processId, String activityId) Dołącza dokument istniejący w archiwum do procesuvoidDocumentService.attachDocumentToProcess(WfDocument document, String userName, String processId, String activityId, boolean acceptClosed) Dołącza dokument istniejący w archiwum do procesuvoidDocumentService.deleteAllDocumentVersions(WfDocument document) voidDocumentService.deleteDocument(WfDocument document) Usuwa dokument z systemuvoidDocumentService.detachDocumentFromActivity(WfDocument document, String processId, String activityId) Odłącza dokument od zadania.voidDocumentService.detachDocumentFromProcess(WfDocument document, String processId) Odłącza dokument od procesu.voidDocumentClassActionService.executeArchiveActions(WfDocument document, DocumentEventTypes type) Wykonuje akcje związane z archiwum na klasie dokumentówvoidDocumentClassActionService.executeArchiveActions(WfDocument document, DocumentEventTypes type, Boolean savedAsNewVersion) Wykonuje akcje związane z archiwum na klasie dokumentówvoidDocumentClassActionService.executeProcessActions(WfDocument document, DocumentEventTypes type, String processId, String activityId) Wykonuje akcje związane z procesem na klasie dokumentówvoidDocumentClassActionService.executeProcessActions(WfDocument document, DocumentEventTypes type, String processId, String activityId, Boolean savedAsNewVersion) Wykonuje akcje związane z procesem na klasie dokumentówvoidDocumentService.updateDocument(WfDocument document) Modyfikuje dokument (aktualnie zmienia wyłącznie indeksy dokumnetu) -
Uses of WfDocument in com.suncode.pwfl.workflow.activity
Methods in com.suncode.pwfl.workflow.activity with parameters of type WfDocumentModifier and TypeMethodDescriptionvoidActivityDocumentService.detachDocument(WfDocument document, String processId) Odłącza dokument z procesuvoidActivityDocumentService.detachDocumentFromActivity(WfDocument document, String processId, String activityId) Odłącza dokument z zadania