com.atlassian.jira.issue.index
Class DefaultIssueBatcherFactory

java.lang.Object
  extended by com.atlassian.jira.issue.index.DefaultIssueBatcherFactory
All Implemented Interfaces:
IssueBatcherFactory

public class DefaultIssueBatcherFactory
extends Object
implements IssueBatcherFactory

Since:
v6.1

Constructor Summary
DefaultIssueBatcherFactory(OfBizDelegator delegator, IssueFactory issueFactory, BarrierFactory barrierFactory, ApplicationProperties applicationProperties)
           
 
Method Summary
 IssuesBatcher getBatcher()
           
 IssuesBatcher getBatcher(org.ofbiz.core.entity.EntityCondition condition)
           
 IssuesBatcher getBatcher(org.ofbiz.core.entity.EntityCondition condition, com.atlassian.jira.issue.index.IssueIdBatcher.Spy spy)
           
 IssuesBatcher getBatcher(org.ofbiz.core.entity.EntityCondition condition, com.atlassian.jira.issue.index.IssueIdBatcher.Spy spy, int batchSize)
           
 IssuesBatcher getBatcher(com.atlassian.jira.issue.index.IssueIdBatcher.Spy spy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultIssueBatcherFactory

public DefaultIssueBatcherFactory(OfBizDelegator delegator,
                                  IssueFactory issueFactory,
                                  BarrierFactory barrierFactory,
                                  ApplicationProperties applicationProperties)
Method Detail

getBatcher

public IssuesBatcher getBatcher()
Specified by:
getBatcher in interface IssueBatcherFactory

getBatcher

public IssuesBatcher getBatcher(com.atlassian.jira.issue.index.IssueIdBatcher.Spy spy)
Specified by:
getBatcher in interface IssueBatcherFactory

getBatcher

public IssuesBatcher getBatcher(org.ofbiz.core.entity.EntityCondition condition)
Specified by:
getBatcher in interface IssueBatcherFactory

getBatcher

public IssuesBatcher getBatcher(org.ofbiz.core.entity.EntityCondition condition,
                                com.atlassian.jira.issue.index.IssueIdBatcher.Spy spy)
Specified by:
getBatcher in interface IssueBatcherFactory

getBatcher

public IssuesBatcher getBatcher(org.ofbiz.core.entity.EntityCondition condition,
                                com.atlassian.jira.issue.index.IssueIdBatcher.Spy spy,
                                int batchSize)
Specified by:
getBatcher in interface IssueBatcherFactory


Copyright © 2002-2014 Atlassian. All Rights Reserved.