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.search.context | |
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 Statement |
TypeConversions.statement(List<String> fields,
Expression whereClause,
List<FieldOrderDescriptor> order)
This factory method creates a new
Statement with the given members. |
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(Statement statement,
PageDefinition paging)
This method returns an iterable over the filtered result of the search paging as defined.
|
Modifier and Type | Method and Description |
---|---|
Iterable<ItemType> |
SearchClientImpl.list(Statement statement,
PageDefinition paging) |
SearchResultPage<ItemType> |
SearchClientImpl.search(Statement statement,
PageDefinition pageDefinition) |
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.
|
Constructor and Description |
---|
SearchResultIterator(SearchExecutionService<T> executionService,
Statement statement,
PageDefinition paging) |
Modifier and Type | Method and Description |
---|---|
abstract ResultType |
AbstractExpressionVisitor.finishVisit(Statement expression,
ResultType childResult) |
abstract void |
AbstractExpressionVisitor.startVisit(Statement expression) |
ResultType |
ExpressionVisitor.visit(Statement expression)
This callback is called when a statement is encountered.
|
ResultType |
AbstractExpressionVisitor.visit(Statement expression) |
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.