Uses of Interface
de.xima.fc.interfaces.workflow.reference.ISearchTermHandler
-
Packages that use ISearchTermHandler Package Description de.xima.fc.interfaces.workflow.event de.xima.fc.interfaces.workflow.params de.xima.fc.workflow de.xima.fc.workflow.processor.model -
-
Uses of ISearchTermHandler in de.xima.fc.interfaces.workflow.event
Subinterfaces of ISearchTermHandler in de.xima.fc.interfaces.workflow.event Modifier and Type Interface Description interface
ITriggerFilterCriteriaForEventParams
Represents the parameters forITriggerHandler.getFilterCriteriaForEvent(ITriggerFilterCriteriaForEventParams)
. -
Uses of ISearchTermHandler in de.xima.fc.interfaces.workflow.params
Subinterfaces of ISearchTermHandler in de.xima.fc.interfaces.workflow.params Modifier and Type Interface Description interface
IExtractSearchTermsParams<TData>
Parameters that are passed toIElementHandler.extractSearchTerms(IExtractSearchTermsParams)
.interface
IGetFilterCriteriaForEntitiesParams
Parameters that are passed toIElementHandler.getFilterCriteriaForEntities(IGetFilterCriteriaForEntitiesParams)
. -
Uses of ISearchTermHandler in de.xima.fc.workflow
Classes in de.xima.fc.workflow that implement ISearchTermHandler Modifier and Type Class Description class
ExtractSearchTermsParams<TData>
Default POJO implementation ofIExtractSearchTermsParams
.class
GetFilterCriteriaForEntitiesParams
Default POJO implementation ofIGetFilterCriteriaForEntitiesParams
. -
Uses of ISearchTermHandler in de.xima.fc.workflow.processor.model
Classes in de.xima.fc.workflow.processor.model that implement ISearchTermHandler Modifier and Type Class Description class
FilterCriteriaForEventParams
POJO implementation ofITriggerFilterCriteriaForEventParams
.
-