Uses of Class
de.xima.fc.workflow.SearchTerm
-
Packages that use SearchTerm Package Description de.xima.fc.dao.interfaces -
-
Uses of SearchTerm in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces with parameters of type SearchTerm Modifier and Type Method Description default List<TElement>
IWorkflowElementDao. getForActiveVersionBy(IEntityContext ec, Projekt project, String type, SearchTerm... searchTerms)
Finds all workflow element of the given type and with the given search terms.default List<TElement>
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 SearchTerm Modifier and Type Method Description List<TElement>
IWorkflowElementDao. getForActiveVersionBy(IEntityContext ec, Projekt project, String type, List<SearchTerm> searchTerms)
Finds all workflow element of the given type and with the given search terms.List<TElement>
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.
-