Uses of Class
de.xima.fc.workflow.SearchTerm
Packages that use SearchTerm
-
Uses of SearchTerm in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces with parameters of type SearchTermModifier and TypeMethodDescriptionIWorkflowElementDao.getForActiveVersionBy
(IEntityContext ec, Projekt project, String type, SearchTerm... searchTerms) Finds all workflow element of the given type and with the given search terms.IWorkflowElementDao.getForCurrentVersionBy
(IEntityContext ec, Vorgang formRecord, String type, SearchTerm... searchTerms) Finds all workflow element of the given type and with the given search terms.Method parameters in de.xima.fc.dao.interfaces with type arguments of type SearchTermModifier and TypeMethodDescriptionIWorkflowElementDao.getForActiveVersionBy
(IEntityContext ec, Projekt project, String type, List<SearchTerm> searchTerms) Finds all workflow element of the given type and with the given search terms.IWorkflowElementDao.getForCurrentVersionBy
(IEntityContext ec, Vorgang formRecord, String type, List<SearchTerm> searchTerms) Finds all workflow element of the given type and with the given search terms.