Class SearchBodyProperty
- java.lang.Object
-
- com.atlassian.confluence.plugin.module.SearchBodyProperty
-
public class SearchBodyProperty extends Object
Provides mapping between content property with custom content type for default searchable text- Since:
- 5.10
-
-
Constructor Summary
Constructors Constructor Description SearchBodyProperty(ContentType contentType, String contentProperty)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContentProperty()
ContentType
getContentType()
-
-
-
Constructor Detail
-
SearchBodyProperty
public SearchBodyProperty(ContentType contentType, String contentProperty)
-
-
Method Detail
-
getContentType
public ContentType getContentType()
-
getContentProperty
public String getContentProperty()
-
-