com.atlassian.jira.sharing.index
Class IsSharedFieldFactory

java.lang.Object
  extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.atlassian.jira.sharing.index.SharedEntityFieldFactory
SharedEntityFieldFactory.Default
 
Constructor Summary
IsSharedFieldFactory()
           
 
Method Summary
 Collection<org.apache.lucene.document.Field> getField(SharedEntity entity)
           
 String getFieldName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IsSharedFieldFactory

public IsSharedFieldFactory()
Method Detail

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-2014 Atlassian. All Rights Reserved.