Interface DocumentClassActionFinder

All Superinterfaces:
BaseFinder<DocumentClassAction,Long>

public interface DocumentClassActionFinder extends BaseFinder<DocumentClassAction,Long>
Umożliwia wyszukiwanie akcji na klasach dokumentów
Author:
Paweł Rosolak 19-03-2013
  • Method Details

    • findByType

      List<DocumentClassAction> findByType(Long docClassId, DocumentEventTypes eventType)
      Pobiera akcje na klasie dokumentów o podanym typie
      Parameters:
      docClassId - Id klasy dokumentów
      eventType - Typ zdarzenia
      Returns:
      Zwraca listę akcji
    • findByDocumentClass

      List<DocumentClassAction> findByDocumentClass(Long dcId)
      Pobiera wszystkie akcje dla podanej klasy dokumentów
      Parameters:
      dcId - Id klasy dokumentów
      Returns:
      Lista akcji
    • findByDocumentClass

      List<DocumentClassAction> findByDocumentClass(Long dcId, String... joins)
      Pobiera wszystkie akcje dla podanej klasy dokumentów
      Parameters:
      dcId - Id klasy dokumentów
      joins - 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 procesu
      eventType - Typ akcji
      Returns:
      Zwaraca listę pasujących definicji akcji