public interface DocumentClassActionFinder extends BaseFinder<DocumentClassAction,Long>
Modifier and Type | Method and Description |
---|---|
List<DocumentClassAction> |
findByDocumentClass(Long dcId)
Pobiera wszystkie akcje dla podanej klasy dokumentów
|
List<DocumentClassAction> |
findByType(Long docClassId,
DocumentEventTypes eventType)
Pobiera akcje na klasie dokumentów o podanym typie
|
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.
|
count, countAll, findByCriteria, findByCriteria, findByProperty, findOne, findOneByProperty, get, get, getAll, getAll, getCountedResult, getCountedResult
List<DocumentClassAction> findByType(Long docClassId, DocumentEventTypes eventType)
docClassId
- Id klasy dokumentóweventType
- Typ zdarzeniaList<DocumentClassAction> findByDocumentClass(Long dcId)
dcId
- Id klasy dokumnetówList<DocumentClassAction> findDocumentClassActionByProcessDefId(String procDefId, DocumentEventTypes eventType)
procDefId
- Id definicji procesueventType
- Typ akcjiCopyright © 2019 Suncode. All rights reserved.