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 parametrzechildDocumentClassId
DocumentFinder.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 TypeMethodDescriptionvoid
DocumentService.attachDocumentToProcess
(WfDocument document, String userName, String processId, String activityId) Dołącza dokument istniejący w archiwum do procesuvoid
DocumentService.attachDocumentToProcess
(WfDocument document, String userName, String processId, String activityId, boolean acceptClosed) Dołącza dokument istniejący w archiwum do procesuvoid
DocumentService.deleteAllDocumentVersions
(WfDocument document) void
DocumentService.deleteDocument
(WfDocument document) Usuwa dokument z systemuvoid
DocumentService.detachDocumentFromActivity
(WfDocument document, String processId, String activityId) Odłącza dokument od zadania.void
DocumentService.detachDocumentFromProcess
(WfDocument document, String processId) Odłącza dokument od procesu.void
DocumentClassActionService.executeArchiveActions
(WfDocument document, DocumentEventTypes type) Wykonuje akcje związane z archiwum na klasie dokumentówvoid
DocumentClassActionService.executeArchiveActions
(WfDocument document, DocumentEventTypes type, Boolean savedAsNewVersion) Wykonuje akcje związane z archiwum na klasie dokumentówvoid
DocumentClassActionService.executeProcessActions
(WfDocument document, DocumentEventTypes type, String processId, String activityId) Wykonuje akcje związane z procesem na klasie dokumentówvoid
DocumentClassActionService.executeProcessActions
(WfDocument document, DocumentEventTypes type, String processId, String activityId, Boolean savedAsNewVersion) Wykonuje akcje związane z procesem na klasie dokumentówvoid
DocumentService.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 TypeMethodDescriptionvoid
ActivityDocumentService.detachDocument
(WfDocument document, String processId) Odłącza dokument z procesuvoid
ActivityDocumentService.detachDocumentFromActivity
(WfDocument document, String processId, String activityId) Odłącza dokument z zadania