Package | Description |
---|---|
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 |
---|---|
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 |
---|---|
SearchResultPage<ItemType> |
SearchClient.page(int offset,
int pageSize)
This method retrieves the given page of the result of the search.
|
SearchResultPage<ItemType> |
SearchClient.page(PageDefinition pageDefinition)
This method retrieves the given page of the result of the search.
|
Modifier and Type | Method and Description |
---|---|
SearchResultPage<ItemType> |
SearchClientImpl.page(int offset,
int pageSize) |
SearchResultPage<ItemType> |
SearchClientImpl.page(PageDefinition paging) |
SearchResultPage<ItemType> |
SearchClientImpl.search(Statement statement,
PageDefinition pageDefinition) |
Modifier and Type | Method and Description |
---|---|
SearchResultPage<T> |
SearchExecutionService.search(Statement statement,
PageDefinition pageDefinition)
Returns the result page for a query execution with custom paging/fetch window size.
|
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.