public final class PackageQueryCondition extends Object implements IPackageQueryCondition
| Constructor and Description |
|---|
PackageQueryCondition(String queryString,
Envelope envelope,
java.time.LocalDateTime fromDate,
java.time.LocalDateTime toDate,
List<Organization> organizations,
List<Group> groups,
List<Tag> tags,
List<String> formats,
List<License> licenses) |
| Modifier and Type | Method and Description |
|---|---|
Envelope |
getEnvelope() |
List<String> |
getFormats() |
java.time.LocalDateTime |
getFromDate() |
List<Group> |
getGroups() |
List<License> |
getLicenses() |
List<Organization> |
getOrganizations() |
String |
getQueryString() |
List<Tag> |
getTags() |
java.time.LocalDateTime |
getToDate() |
public java.time.LocalDateTime getToDate()
getToDate in interface IPackageQueryConditionpublic List<Tag> getTags()
getTags in interface IPackageQueryConditionpublic String getQueryString()
getQueryString in interface IPackageQueryConditionpublic List<Organization> getOrganizations()
getOrganizations in interface IPackageQueryConditionpublic List<License> getLicenses()
getLicenses in interface IPackageQueryConditionpublic List<Group> getGroups()
getGroups in interface IPackageQueryConditionpublic java.time.LocalDateTime getFromDate()
getFromDate in interface IPackageQueryConditionpublic List<String> getFormats()
getFormats in interface IPackageQueryConditionpublic Envelope getEnvelope()
getEnvelope in interface IPackageQueryConditionCopyright © 2007–2018 Andreas W. Bartels. All rights reserved.