public interface ServiceFactory extends AutoCloseable
Modifier and Type | Method and Description |
---|---|
void |
close()
This method closes the factory.
|
AclManagementService |
newAclManagementService()
This method creates a new acl management service.
|
ArchiveService |
newArchiveService()
This method creates a new archive service.
|
DocumentService |
newDocumentService()
This method creates a new document service.
|
FolderService |
newFolderService()
This method create a new folder service.
|
GroupManagementService |
newGroupManagementService()
This method creates a new group management service.
|
LookupEntryService |
newLookupEntryService()
This method creates a new lookup entry service.
|
RoleManagementService |
newRoleManagementService()
This method creates a new role management service.
|
TenantManagementService |
newTenantManagementService()
This method creates a new tenant management service.
|
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.
|
ArchiveService newArchiveService()
DocumentService newDocumentService()
FolderService newFolderService()
LookupEntryService newLookupEntryService()
WorkflowDefinitionService newWorkflowDefinitionService()
WorkflowInboxService newWorkflowInboxService()
WorkflowProcessService newWorkflowProcessService()
WorkflowTaskService newWorkflowTaskService()
GroupManagementService newGroupManagementService()
TenantManagementService newTenantManagementService()
UserManagementService newUserManagementService()
RoleManagementService newRoleManagementService()
AclManagementService newAclManagementService()
void close() throws EcmException
close
in interface AutoCloseable
EcmException
Copyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.