Package com.atlassian.jira.sharing.index
Class IsSharedFieldFactory
java.lang.Object
com.atlassian.jira.sharing.index.IsSharedFieldFactory
- All Implemented Interfaces:
SharedEntityFieldFactory
Responsible for building a
Field that allows searching whether SharedEntity has been shared or not.- Since:
- v4.4
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.atlassian.jira.sharing.index.SharedEntityFieldFactory
SharedEntityFieldFactory.Default -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCollection<org.apache.lucene.document.Field>getField(SharedEntity entity)
-
Constructor Details
-
IsSharedFieldFactory
public IsSharedFieldFactory()
-
-
Method Details
-
getFieldName
- Specified by:
getFieldNamein interfaceSharedEntityFieldFactory
-