| Package | Description |
|---|---|
| org.pageseeder.bridge.control |
Managers for the PageSeeder entities.
|
| org.pageseeder.bridge.net |
Handles low-level API calls via the network to PageSeeder.
|
| Modifier and Type | Method and Description |
|---|---|
List<PSResult> |
PSSearch.find(PSPredicate predicate,
List<PSGroup> groups)
Returns the results of a search on the specified groups on PageSeeder.
|
List<PSResult> |
PSSearch.find(PSPredicate predicate,
PSGroup group)
Returns the results of a search on the specified group on PageSeeder.
|
| Modifier and Type | Method and Description |
|---|---|
static PSHTTPConnector |
PSHTTPConnectors.find(PSPredicate predicate,
List<PSGroup> groups)
Returns the connector to make a search on the specified group.
|
static PSHTTPConnector |
PSHTTPConnectors.find(PSPredicate predicate,
PSGroup group)
Returns the connector to make a search on the specified group.
|
Copyright © 2016 Allette Systems. All rights reserved.