Uses of Class
de.xima.fc.entities.AWorkflowElementSearchTerm
-
Packages that use AWorkflowElementSearchTerm Package Description de.xima.fc.dao.impl de.xima.fc.entities Package für Datenbankentitätende.xima.fc.helper Package für konkrete Helperklassende.xima.fc.interfaces.workflow -
-
Uses of AWorkflowElementSearchTerm in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return types with arguments of type AWorkflowElementSearchTerm Modifier and Type Method Description protected IGenericDao<? extends AWorkflowElementSearchTerm<WorkflowNode>>
WorkflowNodeDao. getSearchTermDao()
protected IGenericDao<? extends AWorkflowElementSearchTerm<WorkflowTrigger>>
WorkflowTriggerDao. getSearchTermDao()
-
Uses of AWorkflowElementSearchTerm in de.xima.fc.entities
Classes in de.xima.fc.entities with type parameters of type AWorkflowElementSearchTerm Modifier and Type Class Description class
AWorkflowElement<TElement extends IWorkflowElementEntity,TSearchTerm extends AWorkflowElementSearchTerm<TElement>>
Base class for workflow elements, i.e.Subclasses of AWorkflowElementSearchTerm in de.xima.fc.entities Modifier and Type Class Description class
WorkflowNodeSearchTerm
EachWorkflowNode
can have one or more search terms that are used in database queries to filter nodes.class
WorkflowTriggerSearchTerm
EachWorkflowTrigger
can have one or more search terms that are used to decide whether a certain trigger applies to a certain event.Methods in de.xima.fc.entities that return AWorkflowElementSearchTerm Modifier and Type Method Description AWorkflowElementSearchTerm<TElement>
AWorkflowElementSearchTerm. cloneBasics()
-
Uses of AWorkflowElementSearchTerm in de.xima.fc.helper
Method parameters in de.xima.fc.helper with type arguments of type AWorkflowElementSearchTerm Modifier and Type Method Description static de.xima.cmn.criteria.FilterCriterion
WorkflowSearchTermHelper. createFilterForSearchTermExists(Class<? extends AWorkflowElementSearchTerm<?>> searchTermClass, String key, de.xima.cmn.criteria.FilterCriterion... moreFilters)
static de.xima.cmn.criteria.FilterCriterion
WorkflowSearchTermHelper. createFilterForSearchTermExists(Class<? extends AWorkflowElementSearchTerm<?>> searchTermClass, String key, String value)
static de.xima.cmn.criteria.FilterCriterion
WorkflowSearchTermHelper. getDefaultFilterCriteriaForEntities(Class<? extends AWorkflowElementSearchTerm<?>> searchTermClass, de.xima.cmn.dao.interfaces.IEntity<Long> entity)
-
Uses of AWorkflowElementSearchTerm in de.xima.fc.interfaces.workflow
Methods in de.xima.fc.interfaces.workflow that return types with arguments of type AWorkflowElementSearchTerm Modifier and Type Method Description List<? extends AWorkflowElementSearchTerm<? extends IWorkflowElementEntity>>
IElementSearchTermsProviding. getSearchTerms()
-