public interface ServiceFactory extends AutoCloseable
Modifier and Type | Method and Description |
---|---|
void |
close()
This method closes the factory.
|
com.lexmark.saperion.administration.AclManagementService |
newAclManagementService()
This method creates a new acl management service.
|
com.lexmark.saperion.archive.ArchiveService |
newArchiveService()
This method creates a new archive service.
|
com.lexmark.saperion.document.DocumentService |
newDocumentService()
This method creates a new document service.
|
com.lexmark.saperion.folder.FolderService |
newFolderService()
This method create a new folder service.
|
com.lexmark.saperion.administration.GroupManagementService |
newGroupManagementService()
This method creates a new group management service.
|
com.lexmark.saperion.lookup.LookupEntryService |
newLookupEntryService()
This method creates a new lookup entry service.
|
com.lexmark.saperion.folder.RecordService |
newRecordService()
This method creates a new record service.
|
com.lexmark.saperion.administration.RoleManagementService |
newRoleManagementService()
This method creates a new role management service.
|
ServiceInformationService |
newServiceInformationService()
This method creates a new system info service.
|
com.lexmark.saperion.administration.TenantManagementService |
newTenantManagementService()
This method creates a new tenant management service.
|
com.lexmark.saperion.administration.UserManagementService |
newUserManagementService()
This method creates a new user management service.
|
WorkflowDefinitionService |
newWorkflowDefinitionService()
This method creates a new workflow definition service.
|
WorkflowInboxService |
newWorkflowInboxService()
This method creates a new workflow inbox service.
|
WorkflowProcessService |
newWorkflowProcessService()
This method create a new workflow process service.
|
WorkflowTaskService |
newWorkflowTaskService()
This method creates a new workflow task service.
|
com.lexmark.saperion.archive.ArchiveService newArchiveService()
com.lexmark.saperion.document.DocumentService newDocumentService()
com.lexmark.saperion.folder.FolderService newFolderService()
com.lexmark.saperion.folder.RecordService newRecordService()
com.lexmark.saperion.lookup.LookupEntryService newLookupEntryService()
WorkflowDefinitionService newWorkflowDefinitionService()
WorkflowInboxService newWorkflowInboxService()
WorkflowProcessService newWorkflowProcessService()
WorkflowTaskService newWorkflowTaskService()
com.lexmark.saperion.administration.GroupManagementService newGroupManagementService()
com.lexmark.saperion.administration.TenantManagementService newTenantManagementService()
com.lexmark.saperion.administration.UserManagementService newUserManagementService()
com.lexmark.saperion.administration.RoleManagementService newRoleManagementService()
com.lexmark.saperion.administration.AclManagementService newAclManagementService()
ServiceInformationService newServiceInformationService()
void close() throws com.lexmark.saperion.exceptions.EcmException
close
in interface AutoCloseable
com.lexmark.saperion.exceptions.EcmException
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.