Uses of Interface
de.xima.fc.interfaces.workflow.params.IExtractSearchTermsParams
-
Packages that use IExtractSearchTermsParams Package Description de.xima.fc.helper Package für konkrete Helperklassende.xima.fc.interfaces.workflow.elements de.xima.fc.workflow de.xima.fc.workflow.designer.registry.triggers -
-
Uses of IExtractSearchTermsParams in de.xima.fc.helper
Methods in de.xima.fc.helper with parameters of type IExtractSearchTermsParams Modifier and Type Method Description static Map<String,List<String>>
WorkflowSearchTermHelper. extractDefaultSearchTerms(IExtractSearchTermsParams<?> params)
-
Uses of IExtractSearchTermsParams in de.xima.fc.interfaces.workflow.elements
Methods in de.xima.fc.interfaces.workflow.elements with parameters of type IExtractSearchTermsParams Modifier and Type Method Description default Map<String,List<String>>
IElementHandler. extractSearchTerms(IExtractSearchTermsParams<TData> params)
Each workflow element may have one or more search terms that are used in database queries to filter the applicable elements.This methods lets you define custom search terms based on the properties of the workflow element. -
Uses of IExtractSearchTermsParams in de.xima.fc.workflow
Classes in de.xima.fc.workflow that implement IExtractSearchTermsParams Modifier and Type Class Description class
ExtractSearchTermsParams<TData>
Default POJO implementation ofIExtractSearchTermsParams
. -
Uses of IExtractSearchTermsParams in de.xima.fc.workflow.designer.registry.triggers
Methods in de.xima.fc.workflow.designer.registry.triggers with parameters of type IExtractSearchTermsParams Modifier and Type Method Description Map<String,List<String>>
FcDoiVerifiedHandler. extractSearchTerms(IExtractSearchTermsParams<FcDoiVerifiedProps> params)
Map<String,List<String>>
FcFormSubmitButtonHandler. extractSearchTerms(IExtractSearchTermsParams<FcFormSubmitButtonProps> params)
Map<String,List<String>>
FcQualifiedFormSubmitButtonHandler. extractSearchTerms(IExtractSearchTermsParams<FcQualifiedFormSubmitButtonProps> params)
-