Uses of Interface
de.xima.fc.interfaces.workflow.params.IExtractSearchTermsParams
Packages that use IExtractSearchTermsParams
Package
Description
Package für konkrete Helperklassen
-
Uses of IExtractSearchTermsParams in de.xima.fc.helper
Methods in de.xima.fc.helper with parameters of type IExtractSearchTermsParamsModifier and TypeMethodDescriptionWorkflowSearchTermHelper.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 IExtractSearchTermsParamsModifier and TypeMethodDescriptionIElementHandler.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 IExtractSearchTermsParamsModifier and TypeClassDescriptionfinal 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 IExtractSearchTermsParamsModifier and TypeMethodDescriptionFcDoiVerifiedHandler.extractSearchTerms
(IExtractSearchTermsParams<FcDoiVerifiedProps> params) FcFormSubmitButtonHandler.extractSearchTerms
(IExtractSearchTermsParams<FcFormSubmitButtonProps> params) FcQualifiedFormSubmitButtonHandler.extractSearchTerms
(IExtractSearchTermsParams<FcQualifiedFormSubmitButtonProps> params)