public class PackageServiceInterfacegetPackagesByStatement extends Object
PackagePage of Package objects
that satisfy the given Statement.query. The following fields are supported for
filtering:
| PQL Property | Object Property |
|---|---|
id |
Package.id |
name |
Package.name |
proposalId |
Package.proposalId |
productPackageId |
Package.productPackageId |
isArchived |
Package#isArchived |
lastModifiedDateTime |
Package.lastModifiedDateTime |
| Modifier and Type | Field and Description |
|---|---|
protected Statement |
filterStatement |
| Constructor and Description |
|---|
PackageServiceInterfacegetPackagesByStatement() |
| Modifier and Type | Method and Description |
|---|---|
Statement |
getFilterStatement()
Gets the value of the filterStatement property.
|
void |
setFilterStatement(Statement value)
Sets the value of the filterStatement property.
|
protected Statement filterStatement
public PackageServiceInterfacegetPackagesByStatement()
Copyright © 2018. All Rights Reserved.