public interface CustomEmailMappingService
| Modifier and Type | Method and Description |
|---|---|
void |
addCustomMapping(String from,
String to)
Add custom mapping
|
void |
deleteCustomMapping(String from,
String to)
Delete custom mapping
|
Set<CustomMapping> |
getCustomMappings()
Get the list of custom mappings
|
List<String> |
getEmailMappingKeys()
Gets the list of email mapping keys
|
void |
registerEMailMappingKey(String emailMappingKey)
Registers an email mapping key with the existing list of email mapping keys
|
Set<CustomMapping> getCustomMappings()
Set<CustomMapping>void addCustomMapping(String from, String to)
from - to - void deleteCustomMapping(String from, String to)
from - to - List<String> getEmailMappingKeys()
void registerEMailMappingKey(String emailMappingKey)
emailMappingKey - emailMappingKey to registerCopyright © 2005–2016 Alfresco Software. All rights reserved.