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.administration | |
com.lexmark.saperion.client.folder | |
com.lexmark.saperion.client.implementation | |
com.lexmark.saperion.client.implementation.administration | |
com.lexmark.saperion.client.implementation.folder | |
com.lexmark.saperion.document |
This package holds data models concerning saperion documents.
|
com.lexmark.saperion.folder | |
com.lexmark.saperion.lookup | |
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 | Interface and Description |
---|---|
interface |
TenantManagementService
The tenant management service provides the required operations to create, read, update and delete tenant entities in
the user management system.
|
Modifier and Type | Method and Description |
---|---|
SearchExecutionService<TenantListItemType> |
TenantManagementService.getSearchServiceForDeletedItems() |
SearchExecutionService<GroupListItemType> |
GroupManagementService.newMembershipSearchServiceForGroups(GroupReferenceType parent)
This method returns a
search execution service that searches groups that are
members of the given group. |
SearchExecutionService<UserListItemType> |
GroupManagementService.newMembershipSearchServiceForUsers(GroupReferenceType parent)
This method returns a
search execution service that searches users that are
members of the given group. |
SearchExecutionService<AclListItemType> |
AclManagementService.newTenantAclSearchService()
This method returns a new
SearchExecutionService that lists all access control lists of the
current user's tenant. |
SearchExecutionService<AclListItemType> |
AclManagementService.newTenantDeletedAclSearchService()
This method returns a new
SearchExecutionService that lists all deleted access control lists of the
current user's tenant. |
SearchExecutionService<GroupListItemType> |
GroupManagementService.newTenantDeletedGroupSearchService()
This method returns a
search execution service that searches deleted groups of the
current user's tenant. |
SearchExecutionService<RoleListItemType> |
RoleManagementService.newTenantDeletedRoleSearchService()
This method returns a new
SearchExecutionService that lists all deleted roles of the
current user's tenant. |
SearchExecutionService<UserListItemType> |
UserManagementService.newTenantDeletedUserSearchService()
This method returns a new
search execution service that lists all deleted users
of the current user's tenant. |
SearchExecutionService<GroupListItemType> |
GroupManagementService.newTenantGroupSearchService()
This method returns a
search execution service that searches groups of the
current user's tenant. |
SearchExecutionService<RoleListItemType> |
RoleManagementService.newTenantRoleSearchService()
This method returns a new
SearchExecutionService that lists all roles of the
current user's tenant. |
SearchExecutionService<UserListItemType> |
UserManagementService.newTenantUserSearchService()
This method returns a new
search execution service that lists all users of the
current user's tenant. |
Modifier and Type | Interface and Description |
---|---|
interface |
ArchiveService
This service provides functionality concerning archive definitions.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SearchClient<ItemType>
This is the client-side interface for searches.
|
Modifier and Type | Interface and Description |
---|---|
interface |
GroupMembershipClientForGroups
This client provides methods to administrate memberships to a given group.
|
interface |
GroupMembershipClientForUsers
This client provides methods to administrate memberships to a given group.
|
interface |
TenantManagementClient
This client provides functionality to administrate tenants in a saperion system.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FolderDocumentSearchServiceClient
This search client searches documents in a given folder.
|
Modifier and Type | Class and Description |
---|---|
class |
SearchClientImpl<ItemType>
This is the default implementation of
SearchClient . |
Constructor and Description |
---|
SearchClientImpl(SearchExecutionService<ItemType> searchService) |
Modifier and Type | Class and Description |
---|---|
class |
GroupMembershipClientForGroupsImpl
This is the default implementation of
GroupMembershipClientForGroups . |
class |
GroupMembershipClientForUsersImpl
This is the default implementation of
GroupMembershipClientForUsers . |
class |
TenantManagementClientImpl
This is the default implementation of
TenantManagementClient . |
Constructor and Description |
---|
GroupMembershipClientForGroupsImpl(GroupManagementService groupManagementService,
SearchExecutionService<GroupListItemType> searchService,
GroupReferenceType groupReferenceType) |
GroupMembershipClientForUsersImpl(GroupManagementService groupManagementService,
SearchExecutionService<UserListItemType> searchService,
GroupReferenceType groupReferenceType) |
Modifier and Type | Class and Description |
---|---|
class |
FolderDocumentSearchServiceClientImpl
This is the default implementation of
FolderDocumentSearchServiceClient . |
Constructor and Description |
---|
FolderDocumentSearchServiceClientImpl(FolderService folderService,
SearchExecutionService<DocumentRevisionListItemType> searchService,
FolderReferenceType reference) |
Modifier and Type | Method and Description |
---|---|
SearchExecutionService<PropertyType> |
DocumentService.newMultiValueFieldSearchService(DocumentRevisionReferenceType document,
String fieldName)
This method creates a new search service that searches in the values that are set on the given multi value field
for the given document.
|
SearchExecutionService<DocumentRevisionListItemType> |
DocumentService.searchServiceForDefinition(ArchiveReferenceType definitionReference)
This method returns a
search service for the given definition. |
Modifier and Type | Method and Description |
---|---|
SearchExecutionService<DocumentRevisionListItemType> |
FolderService.newContainedDocumentSearchService(FolderReferenceType folder)
This method returns a search execution service that lists the documents contained in the given folder.
|
SearchExecutionService<FolderListItemType> |
FolderService.newContainedFolderSearchService(FolderReferenceType parent)
This method creates a new search execution service that lists the directly contained folders of the
folder given.
|
SearchExecutionService<FolderListItemType> |
FolderService.newFolderSearchService(ArchiveReferenceType archive)
This method creates a new search execution service that all folders in a folder archive.
|
SearchExecutionService<PropertyType> |
FolderService.newMultiValueFieldSearchService(FolderReferenceType folder,
String fieldName)
This method creates a new search service that searches in the values that are set on the given multi value field
for the given folder.
|
Modifier and Type | Method and Description |
---|---|
SearchExecutionService<PropertyType> |
LookupEntryService.newMultiValueFieldSearchService(LookupEntryReferenceType lookupEntry,
String fieldName)
This method creates a new search service that searches in the values that are set on the given multi value field
for the given lookup entry.
|
SearchExecutionService<LookupEntryListItemType> |
LookupEntryService.newSearchService(ArchiveReferenceType archive)
This method creates a new search service that searches lookup entries in the given archive.
|
Modifier and Type | Method and Description |
---|---|
static <ItemType> Iterable<ItemType> |
SearchResultIterator.list(SearchExecutionService<ItemType> executionService) |
static <ItemType> Iterable<ItemType> |
SearchResultIterator.list(SearchExecutionService<ItemType> executionService,
Statement statement,
PageDefinition paging) |
Constructor and Description |
---|
SearchResultIterator(SearchExecutionService<T> executionService,
Statement statement,
PageDefinition paging) |
Modifier and Type | Interface and Description |
---|---|
interface |
WorkflowDefinitionService
This service provides functionality concerning workflow definitions.
|
interface |
WorkflowInboxService
This service provides functionality concerning workflow inboxes.
|
interface |
WorkflowProcessService
This service provides functionality concerning running workflow process instances.
|
Modifier and Type | Method and Description |
---|---|
SearchExecutionService<InboxListItemType> |
WorkflowInboxService.newInboxTypeSearchService(InboxTypeEnumeration inboxType)
This method returns a
search execution service that searches all inboxes of a
specific type. |
SearchExecutionService<TaskListItemType> |
WorkflowInboxService.newTaskSearchService(InboxReferenceType reference)
This method creates an new
search execution service that
searches tasks that are contained in the referenced workflow inbox. |
Copyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.