| Package | Description |
|---|---|
| org.wso2.carbon.event.execution.manager.admin | |
| org.wso2.carbon.event.execution.manager.admin.internal.util |
| Modifier and Type | Method and Description |
|---|---|
TemplateConfigurationInfoDTO |
ExecutionManagerAdminService.getConfigurationInfo(String domainName,
String configName)
return details for a given template configuration name
|
TemplateConfigurationInfoDTO[] |
ExecutionManagerAdminService.getConfigurationsInfo(String domainName)
return details for a given template domain name
|
| Modifier and Type | Method and Description |
|---|---|
static TemplateConfigurationInfoDTO |
ConfigurationMapper.mapConfigurationInfo(org.wso2.carbon.event.execution.manager.core.structure.configuration.TemplateConfiguration templateConfig)
Maps given TemplateConfiguration object to TemplateConfigurationInfoDTO object
|
static TemplateConfigurationInfoDTO[] |
ConfigurationMapper.mapConfigurationsInfo(List<org.wso2.carbon.event.execution.manager.core.structure.configuration.TemplateConfiguration> templateConfigurations)
Maps given list of TemplateConfiguration objects to array of TemplateConfigurationInfoDTO objects
|
Copyright © 2015 WSO2. All rights reserved.