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 | Method and Description |
---|---|
SearchClient<UserListItemType> |
UserManagementServiceClient.search()
This method returns a search client for searching users.
|
SearchClient<RoleListItemType> |
RoleManagementServiceClient.search()
This method returns a search client for searching roles.
|
SearchClient<GroupListItemType> |
GroupManagementServiceClient.search()
This method returns a search client for searching groups.
|
SearchClient<AclListItemType> |
AclManagementServiceClient.search()
This method returns a search client for searching access control lists.
|
SearchClient<UserListItemType> |
UserManagementServiceClient.searchDeleted()
This method returns a search client for searching deleted users.
|
SearchClient<TenantListItemType> |
TenantManagementClient.searchDeleted()
This method returns a new
SearchClient that can be used to search for deleted tenants. |
SearchClient<RoleListItemType> |
RoleManagementServiceClient.searchDeleted()
This method returns a search client for searching deleted roles.
|
SearchClient<GroupListItemType> |
GroupManagementServiceClient.searchDeleted()
This method returns a search client for searching deleted groups.
|
SearchClient<AclListItemType> |
AclManagementServiceClient.searchDeleted()
This method returns a search client for searching deleted access control lists.
|
Modifier and Type | Method and Description |
---|---|
SearchClient<ArchiveListItemType> |
ArchiveServiceClient.newArchiveSearch()
This method returns a search client for the archives available in the system.
|
SearchClient<DocumentRevisionListItemType> |
ArchiveServiceClient.newDocumentSearch(ArchiveReferenceType reference)
This method returns a search client for documents in the archive.
|
SearchClient<FolderListItemType> |
ArchiveServiceClient.newFolderSearch(ArchiveReferenceType reference)
This method returns a search client for folders in the archive.
|
SearchClient<LookupEntryListItemType> |
ArchiveServiceClient.newLookupEntrySearch(ArchiveReferenceType reference)
This method returns a search client for lookup entries in the archive.
|
Modifier and Type | Method and Description |
---|---|
SearchClient<PropertyType> |
DocumentRevisionClient.searchMultiValueField(String fieldName)
This method returns a search client for the content of the given multi value field of the given document
revision.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FolderDocumentSearchServiceClient
This search client searches documents in a given folder.
|
Modifier and Type | Method and Description |
---|---|
SearchClient<FolderListItemType> |
FolderClient.getSubFolders()
This method returns a collection containing the sub folders of this folder.
|
SearchClient<PropertyType> |
FolderClient.searchMultiValueField(String fieldName)
This method returns a search client for the content of the given multi value field of the given folder.
|
Modifier and Type | Class and Description |
---|---|
class |
SearchClientImpl<ItemType>
This is the default implementation of
SearchClient . |
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 . |
Modifier and Type | Method and Description |
---|---|
SearchClient<UserListItemType> |
UserManagementServiceClientImpl.search() |
SearchClient<RoleListItemType> |
RoleManagementServiceClientImpl.search() |
SearchClient<GroupListItemType> |
GroupManagementServiceClientImpl.search() |
SearchClient<AclListItemType> |
AclManagementServiceClientImpl.search() |
SearchClient<UserListItemType> |
UserManagementServiceClientImpl.searchDeleted() |
SearchClient<TenantListItemType> |
TenantManagementClientImpl.searchDeleted() |
SearchClient<RoleListItemType> |
RoleManagementServiceClientImpl.searchDeleted() |
SearchClient<GroupListItemType> |
GroupManagementServiceClientImpl.searchDeleted() |
SearchClient<AclListItemType> |
AclManagementServiceClientImpl.searchDeleted() |
Modifier and Type | Method and Description |
---|---|
SearchClient<ArchiveListItemType> |
ArchiveServiceClientImpl.newArchiveSearch() |
SearchClient<DocumentRevisionListItemType> |
ArchiveServiceClientImpl.newDocumentSearch(ArchiveReferenceType reference) |
SearchClient<FolderListItemType> |
ArchiveServiceClientImpl.newFolderSearch(ArchiveReferenceType reference) |
SearchClient<LookupEntryListItemType> |
ArchiveServiceClientImpl.newLookupEntrySearch(ArchiveReferenceType reference) |
Modifier and Type | Method and Description |
---|---|
SearchClient<PropertyType> |
DocumentRevisionClientImpl.searchMultiValueField(String fieldName) |
Modifier and Type | Class and Description |
---|---|
class |
FolderDocumentSearchServiceClientImpl
This is the default implementation of
FolderDocumentSearchServiceClient . |
Modifier and Type | Method and Description |
---|---|
SearchClient<FolderListItemType> |
FolderClientImpl.getSubFolders() |
SearchClient<PropertyType> |
FolderClientImpl.searchMultiValueField(String fieldName) |
Modifier and Type | Method and Description |
---|---|
SearchClient<PropertyType> |
LookupEntryClientImpl.searchMultiValueField(String fieldName) |
Modifier and Type | Method and Description |
---|---|
SearchClient<InboxListItemType> |
WorkflowInboxServiceClientImpl.getGroupInboxes() |
SearchClient<InboxListItemType> |
WorkflowInboxServiceClientImpl.getInboxes() |
SearchClient<InboxListItemType> |
WorkflowInboxServiceClientImpl.getOrganizationInboxes() |
SearchClient<InboxListItemType> |
WorkflowInboxServiceClientImpl.getSubstituteInboxes() |
SearchClient<TaskListItemType> |
WorkflowInboxClientImpl.getTasks() |
SearchClient<WorkflowProcessListItemType> |
WorkflowServiceClientImpl.getWorkflowProcesses() |
SearchClient<WorkflowDefinitionListItemType> |
WorkflowServiceClientImpl.searchWorkflowDefinitions() |
Modifier and Type | Method and Description |
---|---|
SearchClient<PropertyType> |
LookupEntryClient.searchMultiValueField(String fieldName)
This method returns a search client for the content of the given multi value field of the given lookup entry.
|
Modifier and Type | Method and Description |
---|---|
SearchClient<InboxListItemType> |
WorkflowInboxServiceClient.getGroupInboxes()
This method returns a search client for the workflow group inboxes.
|
SearchClient<InboxListItemType> |
WorkflowInboxServiceClient.getInboxes()
This method returns a search client for the workflow inboxes.
|
SearchClient<InboxListItemType> |
WorkflowInboxServiceClient.getOrganizationInboxes()
This method returns a search client for the workflow organization inboxes.
|
SearchClient<InboxListItemType> |
WorkflowInboxServiceClient.getSubstituteInboxes()
This method returns a search client for the workflow substitute inboxes.
|
SearchClient<TaskListItemType> |
WorkflowInboxClient.getTasks()
This method returns a search client for the task contained in the given inbox.
|
SearchClient<WorkflowProcessListItemType> |
WorkflowServiceClient.getWorkflowProcesses()
This method returns a search client for the workflow processes in the system.
|
SearchClient<WorkflowDefinitionListItemType> |
WorkflowServiceClient.searchWorkflowDefinitions()
This method returns a resource client for the workflow definition collection.
|
Copyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.