| Package | Description |
|---|---|
| com.lexmark.saperion | |
| com.lexmark.saperion.administration |
This package holds data models concerning user administration.
|
| com.lexmark.saperion.archive |
This package holds data models concerning saperion archives.
|
| com.lexmark.saperion.client | |
| com.lexmark.saperion.client.implementation | |
| com.lexmark.saperion.search | |
| com.lexmark.saperion.workflow |
This package contains common types, references and enumerations for workflow-related ECM-
Server functionality.
|
| Modifier and Type | Method and Description |
|---|---|
static PageDefinition |
TypeConversions.newPageDefinition(int offset,
int pageSize)
This factory method creates a new
PageDefinition with the given offset and size. |
| Modifier and Type | Method and Description |
|---|---|
SearchResultPage<TenantListItemType> |
TenantManagementService.search(Statement statement,
PageDefinition pageDefinition)
This method lists all tenants in the system.
|
| Modifier and Type | Method and Description |
|---|---|
SearchResultPage<ArchiveListItemType> |
ArchiveService.search(Statement statement,
PageDefinition pageDefinition)
Returns a list of basic information about all archive definitions in the system.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<ItemType> |
SearchClient.list(Expression filter,
List<FieldOrderDescriptor> order,
PageDefinition paging)
This method returns an iterable over the filtered result of the search paging as defined.
|
Iterable<ItemType> |
SearchClient.list(Expression filter,
PageDefinition paging)
This method returns an iterable over the filtered result of the search paging as defined.
|
Iterable<ItemType> |
SearchClient.list(List<String> fields,
Expression filter,
List<FieldOrderDescriptor> order,
PageDefinition paging)
This method returns an iterable over the filtered result of the search paging as defined.
|
Iterable<ItemType> |
SearchClient.list(List<String> fields,
Expression filter,
PageDefinition paging)
This method returns an iterable over the filtered result of the search paging as defined.
|
Iterable<ItemType> |
SearchClient.list(Statement statement,
PageDefinition paging)
This method returns an iterable over the filtered result of the search paging as defined.
|
SearchResultPage<ItemType> |
SearchClient.page(PageDefinition pageDefinition)
This method retrieves the given page of the result of the search.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<ItemType> |
SearchClientImpl.list(Expression filter,
List<FieldOrderDescriptor> order,
PageDefinition paging) |
Iterable<ItemType> |
SearchClientImpl.list(Expression filter,
PageDefinition paging) |
Iterable<ItemType> |
SearchClientImpl.list(List<String> fields,
Expression filter,
List<FieldOrderDescriptor> order,
PageDefinition paging) |
Iterable<ItemType> |
SearchClientImpl.list(List<String> fields,
Expression filter,
PageDefinition paging) |
Iterable<ItemType> |
SearchClientImpl.list(Statement statement,
PageDefinition paging) |
SearchResultPage<ItemType> |
SearchClientImpl.page(PageDefinition paging) |
SearchResultPage<ItemType> |
SearchClientImpl.search(Statement statement,
PageDefinition pageDefinition) |
| Modifier and Type | Method and Description |
|---|---|
PageDefinition |
SearchResultPage.getPageDefinition() |
| Modifier and Type | Method and Description |
|---|---|
static <ItemType> Iterable<ItemType> |
SearchResultIterator.list(SearchExecutionService<ItemType> executionService,
Statement statement,
PageDefinition paging) |
SearchResultPage<T> |
SearchExecutionService.search(Statement statement,
PageDefinition pageDefinition)
Returns the result page for a query execution with custom paging/fetch window size.
|
void |
SearchResultPage.setPageDefinition(PageDefinition pageDefinition) |
| Constructor and Description |
|---|
SearchResultIterator(SearchExecutionService<T> executionService,
Statement statement,
PageDefinition paging) |
| Modifier and Type | Method and Description |
|---|---|
SearchResultPage<InboxListItemType> |
WorkflowInboxService.search(Statement statement,
PageDefinition pageDefinition)
This method returns a list of information about all inboxes of the current user.
|
SearchResultPage<WorkflowDefinitionListItemType> |
WorkflowDefinitionService.search(Statement statement,
PageDefinition pageDefinition)
This method returns a list of references for every workflow definition in the system accessible from the
current tenant.
|
Copyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.