Package | Description |
---|---|
com.suncode.pwfl.archive |
Pakiet zawiera zbiór elementów umożliwiających zarządzanie archiwum systemowym.
|
Modifier and Type | Method and Description |
---|---|
List<DocumentClassAction> |
DocumentClassActionFinder.findByDocumentClass(Long dcId)
Pobiera wszystkie akcje dla podanej klasy dokumentów
|
List<DocumentClassAction> |
DocumentClassActionFinder.findByType(Long docClassId,
DocumentEventTypes eventType)
Pobiera akcje na klasie dokumentów o podanym typie
|
List<DocumentClassAction> |
DocumentClassActionFinder.findDocumentClassActionByProcessDefId(String procDefId,
DocumentEventTypes eventType)
Pobiera akcje na klasach dokumentów, które są zdefiniowane na procesie o podanym id,
oraz są akcjami podanego typu.
|
Set<DocumentClassAction> |
DocumentClass.getActions() |
Modifier and Type | Method and Description |
---|---|
void |
DocumentClass.addAction(DocumentClassAction action) |
void |
DocumentClassService.addActionToDocumentClass(Long docClassId,
DocumentClassAction action)
Dodaje akcje do klasy dokumentów
|
Copyright © 2019 Suncode. All rights reserved.