com.atlassian.jira.auditing
Class ZeroRecords

java.lang.Object
  extended by com.atlassian.jira.auditing.ZeroRecords
All Implemented Interfaces:
Records

public class ZeroRecords
extends Object
implements Records

Since:
v6.2

Constructor Summary
ZeroRecords(int maxResults)
           
 
Method Summary
 long getCount()
           
 int getMaxResults()
           
 Iterable<AuditRecord> getRecords()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZeroRecords

public ZeroRecords(int maxResults)
Method Detail

getRecords

public Iterable<AuditRecord> getRecords()
Specified by:
getRecords in interface Records

getCount

public long getCount()
Specified by:
getCount in interface Records

getMaxResults

public int getMaxResults()
Specified by:
getMaxResults in interface Records


Copyright © 2002-2014 Atlassian. All Rights Reserved.