Project

General

Profile

« Previous | Next » 

Revision 7796

Added by Jing Tao almost 11 years ago

Add a new class variable - isArchived for class IndexEvent.

View differences:

IndexEventLog.java
50 50
     * @return
51 51
     * @throws IndexEventLogException
52 52
     */
53
    public List<IndexEvent> getEvents(int type, Identifier pid, Date start, Date end) throws IndexEventLogException;
53
    public List<IndexEvent> getEvents(int type, Identifier pid, boolean archvied, Date start, Date end) throws IndexEventLogException;
54
    
54 55
}

Also available in: Unified diff