Class ExtractSearchTermsParams<TData>

java.lang.Object
de.xima.fc.workflow.ExtractSearchTermsParams<TData>
Type Parameters:
TData - Type of the workflow element's properties model.
All Implemented Interfaces:
IExtractSearchTermsParams<TData>, ISearchTermHandler

public final class ExtractSearchTermsParams<TData> extends Object implements IExtractSearchTermsParams<TData>
Default POJO implementation of IExtractSearchTermsParams.
Since:
7.0.0
Author:
XIMA MEDIA GmbH
  • Constructor Details

    • ExtractSearchTermsParams

      public ExtractSearchTermsParams(TData data)
      Creates a new POJO with the given data.
      Parameters:
      data - Value that is returned by getData().
  • Method Details