Package com.suncode.pwfl.archive
Interface DocumentClassActionFinder
- All Superinterfaces:
BaseFinder<DocumentClassAction,
Long>
Umożliwia wyszukiwanie akcji na klasach dokumentów
- Author:
- Paweł Rosolak 19-03-2013
-
Method Summary
Modifier and TypeMethodDescriptionfindByDocumentClass
(Long dcId) Pobiera wszystkie akcje dla podanej klasy dokumentówfindByDocumentClass
(Long dcId, String... joins) Pobiera wszystkie akcje dla podanej klasy dokumentówfindByType
(Long docClassId, DocumentEventTypes eventType) Pobiera akcje na klasie dokumentów o podanym typiefindDocumentClassActionByProcessDefId
(String procDefId, DocumentEventTypes eventType) Pobiera akcje na klasach dokumentów, które są zdefiniowane na procesie o podanym id, oraz są akcjami podanego typu.Methods inherited from interface com.suncode.pwfl.support.BaseFinder
count, countAll, findByCriteria, findByCriteria, findByProperty, findOne, findOneByProperty, get, get, getAll, getAll, getCountedResult, getCountedResult, scrollByCriteria, scrollByCriteria
-
Method Details
-
findByType
Pobiera akcje na klasie dokumentów o podanym typie- Parameters:
docClassId
- Id klasy dokumentóweventType
- Typ zdarzenia- Returns:
- Zwraca listę akcji
-
findByDocumentClass
Pobiera wszystkie akcje dla podanej klasy dokumentów- Parameters:
dcId
- Id klasy dokumentów- Returns:
- Lista akcji
-
findByDocumentClass
Pobiera wszystkie akcje dla podanej klasy dokumentów- Parameters:
dcId
- Id klasy dokumentówjoins
- Określa, które elementy dołączyć do obiektu akcji- Returns:
- Lista akcji
-
findDocumentClassActionByProcessDefId
List<DocumentClassAction> 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.- Parameters:
procDefId
- Id definicji procesueventType
- Typ akcji- Returns:
- Zwaraca listę pasujących definicji akcji
-