public interface ArchivedViewQuery
Modifier and Type | Method and Description |
---|---|
ArchivedViewQuery |
byViewName(String... viewName)
Updates query to select archives by given view name(s)
|
ArchivedViewQuery |
fromDate(Date date)
Updates query to select archives with creation time stamp newer or equal to the given time stamp
|
ArchivedViewQuery |
toDate(Date date)
Updates query to select archives with creation time stamp older or equal to the given time stamp
|
ArchivedViewQuery byViewName(String... viewName)
viewName
- view name(s)ArchivedViewQuery fromDate(Date date)
date
- time stamp to queryArchivedViewQuery toDate(Date date)
date
- time stamp to query Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.