|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.archiva.reporting.artifact.OldSnapshotArtifactReport
public class OldSnapshotArtifactReport
OldSnapshotArtifactReport
Constructor Summary | |
---|---|
OldSnapshotArtifactReport()
|
Method Summary | |
---|---|
java.util.List<ArchivaArtifact> |
getData()
Get the entire list of values for this report. |
java.util.List<ArchivaArtifact> |
getData(DataLimits limits)
Get the entire list of values for this report. |
java.lang.String |
getName()
The human readable name of this report. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OldSnapshotArtifactReport()
Method Detail |
---|
public java.util.List<ArchivaArtifact> getData() throws ObjectNotFoundException, ArchivaDatabaseException
DynamicReportSource
getData
in interface DynamicReportSource<ArchivaArtifact>
ObjectNotFoundException
- if no records were found.
ArchivaDatabaseException
- if there was a fundamental issue with accessing the database.public java.util.List<ArchivaArtifact> getData(DataLimits limits) throws ObjectNotFoundException, ArchivaDatabaseException
DynamicReportSource
getData
in interface DynamicReportSource<ArchivaArtifact>
limits
- the limits on the data to fetch. (NOTE: This object is
updated by the underlying implementation of this interface with
the current values appropriate for the limits object).
ObjectNotFoundException
- if no records were found.
ArchivaDatabaseException
- if there was a fundamental issue with accessing the database.public java.lang.String getName()
DynamicReportSource
getName
in interface DynamicReportSource<ArchivaArtifact>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |