com.atlassian.jira.sharing.index
Class IsSharedFieldFactory
java.lang.Object
com.atlassian.jira.sharing.index.IsSharedFieldFactory
- All Implemented Interfaces:
- SharedEntityFieldFactory
public class IsSharedFieldFactory
- extends Object
- implements SharedEntityFieldFactory
Responsible for building a Field
that allows searching whether SharedEntity
has been shared or not.
- Since:
- v4.4
- See Also:
SharedEntityDocumentFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IsSharedFieldFactory
public IsSharedFieldFactory()
getFieldName
public String getFieldName()
- Specified by:
getFieldName
in interface SharedEntityFieldFactory
getField
public Collection<org.apache.lucene.document.Field> getField(SharedEntity entity)
- Specified by:
getField
in interface SharedEntityFieldFactory
Copyright © 2002-2012 Atlassian. All Rights Reserved.