com.atlassian.jira.issue.index
Interface IssueBatcherFactory

All Known Implementing Classes:
DefaultIssueBatcherFactory

public interface IssueBatcherFactory

Since:
v6.1

Method Summary
 IssuesBatcher getBatcher()
           
 IssuesBatcher getBatcher(org.ofbiz.core.entity.EntityCondition condition)
           
 IssuesBatcher getBatcher(org.ofbiz.core.entity.EntityCondition condition, int batchSize)
           
 

Method Detail

getBatcher

IssuesBatcher getBatcher()

getBatcher

IssuesBatcher getBatcher(org.ofbiz.core.entity.EntityCondition condition)

getBatcher

IssuesBatcher getBatcher(org.ofbiz.core.entity.EntityCondition condition,
                         int batchSize)


Copyright © 2002-2013 Atlassian. All Rights Reserved.