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<Model> params) Each workflow element may have one or more search terms that are used in database queries to filter the applicable elements. -
Uses of IExtractSearchTermsParams in de.xima.fc.workflow
Classes in de.xima.fc.workflow that implement IExtractSearchTermsParamsModifier and TypeClassDescriptionfinal classExtractSearchTermsParams<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) FcFormRecordMessagePostedHandler.extractSearchTerms(IExtractSearchTermsParams<FcFormRecordMessagePostedProps> params) FcFormSubmitButtonHandler.extractSearchTerms(IExtractSearchTermsParams<FcFormSubmitButtonProps> params) FcQualifiedFormSubmitButtonHandler.extractSearchTerms(IExtractSearchTermsParams<FcQualifiedFormSubmitButtonProps> params)