Uses of Interface
org.alfresco.module.org_alfresco_module_rm.email.CustomEmailMappingService
-
-
Uses of CustomEmailMappingService in org.alfresco.module.org_alfresco_module_rm.bootstrap
Methods in org.alfresco.module.org_alfresco_module_rm.bootstrap that return CustomEmailMappingService Modifier and Type Method Description CustomEmailMappingService
RecordsManagementBootstrap. getCustomEmailMappingService()
Methods in org.alfresco.module.org_alfresco_module_rm.bootstrap with parameters of type CustomEmailMappingService Modifier and Type Method Description void
RecordsManagementBootstrap. setCustomEmailMappingService(CustomEmailMappingService customEmailMappingService)
-
Uses of CustomEmailMappingService in org.alfresco.module.org_alfresco_module_rm.email
Classes in org.alfresco.module.org_alfresco_module_rm.email that implement CustomEmailMappingService Modifier and Type Class Description class
CustomEmailMappingServiceImpl
Custom Email Mapping ServiceMethods in org.alfresco.module.org_alfresco_module_rm.email with parameters of type CustomEmailMappingService Modifier and Type Method Description void
CustomisableEmailMappingKeyBootstrap. setCustomEmailMappingService(CustomEmailMappingService customEmailMappingService)
Custom email mapping service -
Uses of CustomEmailMappingService in org.alfresco.module.org_alfresco_module_rm.script
Methods in org.alfresco.module.org_alfresco_module_rm.script with parameters of type CustomEmailMappingService Modifier and Type Method Description void
EmailMapDelete. setCustomEmailMappingService(CustomEmailMappingService customEmailMappingService)
Custom email mapping servicevoid
EmailMapGet. setCustomEmailMappingService(CustomEmailMappingService customEmailMappingService)
Custom email mapping servicevoid
EmailMapKeysGet. setCustomEmailMappingService(CustomEmailMappingService customEmailMappingService)
Custom email mapping servicevoid
EmailMapPost. setCustomEmailMappingService(CustomEmailMappingService customEmailMappingService)
Custom email mapping service
-