Package org.ametys.cms.search.solr.field
Class AbstractNoJoinSystemSearchField
- java.lang.Object
-
- org.ametys.cms.search.solr.field.AbstractNoJoinSystemSearchField
-
- All Implemented Interfaces:
SearchField
- Direct Known Subclasses:
CollectionSearchField,CommentsSearchField,ContentPrivacySearchField,ContentTypeSearchField,ContributorSearchField,CreationDateSearchField,CreatorSearchField,DublinCoreSearchField,FirstValidationSearchField,LanguageSearchField,LastMajorValidationSearchField,LastModifiedSearchField,LastValidationSearchField,MixinTypeSearchField,OrphanSearchField,PageIdsSearchField,PagesSearchField,ParentContentSearchField,SharedSeachField,SiteSearchField,SiteTypeSearchField,TagSearchField,WorkflowStepSearchField
public abstract class AbstractNoJoinSystemSearchField extends Object implements SearchField
Abstract generic search field forSystem Properties.
-
-
Constructor Summary
Constructors Constructor Description AbstractNoJoinSystemSearchField()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getJoinedPaths()Gets the joined pathsbooleanisJoined()Indicates if the search field is joined-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.ametys.cms.search.SearchField
getFacetField, getFacetFunction, getName, getSortField
-
-
-
-
Constructor Detail
-
AbstractNoJoinSystemSearchField
public AbstractNoJoinSystemSearchField()
-
-
Method Detail
-
isJoined
public boolean isJoined()
Description copied from interface:SearchFieldIndicates if the search field is joined- Specified by:
isJoinedin interfaceSearchField- Returns:
trueif the search field is joined
-
getJoinedPaths
public List<String> getJoinedPaths()
Description copied from interface:SearchFieldGets the joined paths- Specified by:
getJoinedPathsin interfaceSearchField- Returns:
- the joined paths
-
-