| Package | Description |
|---|---|
| org.wso2.carbon.event.execution.manager.admin | |
| org.wso2.carbon.event.execution.manager.admin.internal.util |
| Modifier and Type | Method and Description |
|---|---|
TemplateConfigurationDTO |
ExecutionManagerAdminService.getConfiguration(String domainName,
String configName)
return details for a given template configuration name
|
TemplateConfigurationDTO[] |
ExecutionManagerAdminService.getConfigurations(String domainName)
return details for a given template domain name
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ExecutionManagerAdminService.saveConfiguration(TemplateConfigurationDTO configuration)
Create or update specified configuration
|
| Modifier and Type | Method and Description |
|---|---|
static TemplateConfigurationDTO |
ConfigurationMapper.mapConfiguration(org.wso2.carbon.event.execution.manager.core.structure.configuration.TemplateConfiguration templateConfig)
Maps given TemplateConfiguration object to TemplateConfigurationDTO object
|
static TemplateConfigurationDTO[] |
ConfigurationMapper.mapConfigurations(List<org.wso2.carbon.event.execution.manager.core.structure.configuration.TemplateConfiguration> templateConfigurations)
Maps given list of TemplateConfiguration objects to array of TemplateConfigurationDTO objects
|
| Modifier and Type | Method and Description |
|---|---|
static org.wso2.carbon.event.execution.manager.core.structure.configuration.TemplateConfiguration |
ConfigurationMapper.mapConfiguration(TemplateConfigurationDTO configDTO)
Maps given TemplateConfigurationDTO object to TemplateConfiguration object
|
Copyright © 2015 WSO2. All rights reserved.