com.atlassian.jira.sharing.index
Interface DefaultSharedEntityIndexer.EntityDocumentFactory

Enclosing class:
DefaultSharedEntityIndexer

public static interface DefaultSharedEntityIndexer.EntityDocumentFactory


Method Summary
 DefaultSharedEntityIndexer.EntityDocument get(SharedEntity entity)
          Get the DefaultSharedEntityIndexer.EntityDocument for the entity.
 

Method Detail

get

DefaultSharedEntityIndexer.EntityDocument get(SharedEntity entity)
Get the DefaultSharedEntityIndexer.EntityDocument for the entity.

Parameters:
entity - the SharedEntity to index
Returns:
the DefaultSharedEntityIndexer.EntityDocument - must not be null.


Copyright © 2002-2011 Atlassian. All Rights Reserved.