com.atlassian.jira.sharing.index
Interface SharedEntityFieldFactory

All Known Implementing Classes:
SharedEntityFieldFactory.Default, ShareTypePermissionsFieldFactory

public interface SharedEntityFieldFactory

Build a Field from a SharedEntity

Since:
v3.13

Nested Class Summary
static class SharedEntityFieldFactory.Default
          Default builders.
 
Method Summary
 java.util.Collection<org.apache.lucene.document.Field> getField(SharedEntity entity)
           
 java.lang.String getFieldName()
           
 

Method Detail

getFieldName

java.lang.String getFieldName()

getField

java.util.Collection<org.apache.lucene.document.Field> getField(SharedEntity entity)


Copyright © 2002-2010 Atlassian. All Rights Reserved.