Package | Description |
---|---|
com.plusmpm.util | |
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.
|
Constructor and Description |
---|
DocumentData(WfDocument document) |
Modifier and Type | Method and Description |
---|---|
WfDocument |
DocumentService.addDocument(DocumentDefinition definition)
Dodaje dokument do systemu
|
WfDocument |
DocumentFinder.findByFileId(Long fileId,
Long documentClassId)
Pobiera dokument po id pliku
|
WfDocument |
DocumentFinder.findOneByIndexes(Long documentClassId,
List<IndexFilter> indexFilters)
Wyszukuje dokument o podanych parametrach.
|
WfDocument |
DocumentService.getDocument(Long fileId)
Pobiera dokument za pomocą fileId(z pm_files)
|
WfDocument |
DocumentFinder.getDocument(Long documentId,
Long documentClassId)
Pobiera dokument po id
|
WfDocument |
DocumentService.getDocument(Long documentId,
Long documentClassId)
Pobiera dokument po id
|
Modifier and Type | Method and Description |
---|---|
CountedResult<WfDocument> |
DocumentFinder.findByIndexes(Long documentClassId,
List<IndexFilter> indexFilters,
List<Sorter> sorters,
Integer start,
Integer limit,
String... joins)
Wyszukuje dokumenty o podanych parametrach.
|
CountedResult<WfDocument> |
DocumentFinder.findByIndexes(Long documentClassId,
Map<Long,Object> indexes,
List<Sorter> sorters,
Integer start,
Integer limit,
String... joins)
Wyszukuje dokumenty o podanych indeksach
|
List<WfDocument> |
DocumentFinder.findExpiredDocuments()
Wyszukuje dokumenty, których termin ważności się zakończył
|
List<WfDocument> |
DocumentFinder.getDocumentsFromActivity(String processId,
String activityId,
String... joins)
Pobiera dokumenty dla podanego zadania
|
List<WfDocument> |
DocumentFinder.getDocumentsFromOpenedActivities(String processId,
String... joins)
Pobiera dokumenty z podanego procesu podłączone do wszystkich otwartych zadań
|
List<WfDocument> |
DocumentFinder.getDocumentsFromProcess(String processId,
String... joins)
Pobiera dokumenty z procesu.
|
List<WfDocument> |
DocumentFinder.getDocumentsFromProcessAndClass(String processId,
String docClassName,
String... joins)
Pobiera dokumenty z procesu, należące do określonej klasy.
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentService.attachDocumentToProcess(WfDocument document,
String userName,
String processId,
String activityId)
Dołącza dokument istniejący w archiwum do procesu
|
void |
DocumentService.deleteAllDocumentVersions(WfDocument document) |
void |
DocumentService.deleteDocument(WfDocument document)
Usuwa dokument z systemu
|
void |
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ów
|
void |
DocumentClassActionService.executeArchiveActions(WfDocument document,
DocumentEventTypes type,
Boolean savedAsNewVersion)
Wykonuje akcje związane z archiwum na klasie dokumentów
|
void |
DocumentClassActionService.executeProcessActions(WfDocument document,
DocumentEventTypes type,
String processId,
String activityId)
Wykonuje akcje związane z procesem na klasie dokumentów
|
void |
DocumentClassActionService.executeProcessActions(WfDocument document,
DocumentEventTypes type,
String processId,
String activityId,
Boolean savedAsNewVersion)
Wykonuje akcje związane z procesem na klasie dokumentów
|
void |
DocumentService.updateDocument(WfDocument document)
Modyfikuje dokument (aktualnie zmienia wyłącznie indeksy dokumnetu)
|
Modifier and Type | Method and Description |
---|---|
void |
ActivityDocumentService.detachDocument(WfDocument document,
String processId)
Odłącza dokument z procesu
|
void |
ActivityDocumentService.detachDocumentFromActivity(WfDocument document,
String processId,
String activityId)
Odłącza dokument z zadania
|
Copyright © 2019 Suncode. All rights reserved.