Interface ContentLabelsCategoryFieldAdapter
-
- All Superinterfaces:
FieldAdapter<String>
- All Known Implementing Classes:
ContentLabelsCategoryFieldAdapterImpl
public interface ContentLabelsCategoryFieldAdapter extends FieldAdapter<String>
Adapter that pretendsContentItemVersion#getContentLabelCategories()
is language-specific, so that content items that are actually language-specific (such as pages), have their labels indexed in the exact same way as language-agnostic content items (such as media items). It also does fix the default labels for 'no category' and 'no labels'.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface nl.gx.webmanager.services.contentindex.adapter.FieldAdapter
FieldAdapter.Identity
-
-
Field Summary
-
Fields inherited from interface nl.gx.webmanager.services.contentindex.adapter.FieldAdapter
IDENTITY
-
-
Method Summary
-
Methods inherited from interface nl.gx.webmanager.services.contentindex.adapter.FieldAdapter
adapt, isLanguageSpecific
-
-