@Retention(value=CLASS)
@Deprecated
public @interface SitumDataManagerOptions
@Deprecated public static final int FORCE_DOWNLOAD
DefaultCommunicationManager
and CommunicationOptions.FORCE_DOWNLOAD
instead@Deprecated public static final int CUSTOM_FIELDS_FILTER
Filter
insteadSitumSearchManager.KeyValueFilter
Not used by default@Deprecated public static final int CUSTOM_FIELDS_FILTER_MODE
Filter
insteadCUSTOM_FIELDS_FILTER
. Set the filter mode if the list of filters has more than one filter.
The value in the options map must be a SitumSearchManager.FilterMode
.
Default value is FilterMode.OR if CUSTOM_FIELDS_FILTER
is set.