public final class PackageSearchCondition extends Object implements IPackageSearchCondition
| Constructor and Description |
|---|
PackageSearchCondition(String queryString,
Envelope envelope,
Event event,
java.time.LocalDateTime fromDate,
java.time.LocalDateTime toDate,
List<Organization> organizations,
List<Group> groups,
List<Tag> tags,
List<String> formats,
List<License> licenses,
int offset,
int rows,
ISortOrder sortOrder) |
| Modifier and Type | Method and Description |
|---|---|
Envelope |
getEnvelope() |
Event |
getEvent() |
List<String> |
getFormats() |
java.time.LocalDateTime |
getFromDate() |
List<Group> |
getGroups() |
List<License> |
getLicenses() |
int |
getOffset() |
List<Organization> |
getOrganizations() |
String |
getQueryString() |
int |
getRows() |
ISortOrder |
getSortOrder() |
List<Tag> |
getTags() |
java.time.LocalDateTime |
getToDate() |
public PackageSearchCondition(String queryString, Envelope envelope, Event event, java.time.LocalDateTime fromDate, java.time.LocalDateTime toDate, List<Organization> organizations, List<Group> groups, List<Tag> tags, List<String> formats, List<License> licenses, int offset, int rows, ISortOrder sortOrder)
public List<Tag> getTags()
getTags in interface IPackageSearchConditionpublic String getQueryString()
getQueryString in interface IPackageSearchConditionpublic List<Organization> getOrganizations()
getOrganizations in interface IPackageSearchConditionpublic List<License> getLicenses()
getLicenses in interface IPackageSearchConditionpublic List<Group> getGroups()
getGroups in interface IPackageSearchConditionpublic Event getEvent()
getEvent in interface IPackageSearchConditionpublic java.time.LocalDateTime getFromDate()
getFromDate in interface IPackageSearchConditionpublic java.time.LocalDateTime getToDate()
getToDate in interface IPackageSearchConditionpublic List<String> getFormats()
getFormats in interface IPackageSearchConditionpublic Envelope getEnvelope()
getEnvelope in interface IPackageSearchConditionpublic ISortOrder getSortOrder()
getSortOrder in interface IPackageSearchConditionpublic int getOffset()
getOffset in interface IPackageSearchConditionpublic int getRows()
getRows in interface IPackageSearchConditionCopyright © 2007–2019 Andreas W. Bartels. All rights reserved.