public class ConfigurationMapper extends Object
| Constructor and Description |
|---|
ConfigurationMapper() |
| Modifier and Type | Method and Description |
|---|---|
static TemplateConfigurationDTO |
mapConfiguration(org.wso2.carbon.event.execution.manager.core.structure.configuration.TemplateConfiguration templateConfig)
Maps given TemplateConfiguration object to TemplateConfigurationDTO object
|
static org.wso2.carbon.event.execution.manager.core.structure.configuration.TemplateConfiguration |
mapConfiguration(TemplateConfigurationDTO configDTO)
Maps given TemplateConfigurationDTO object to TemplateConfiguration object
|
static TemplateConfigurationInfoDTO |
mapConfigurationInfo(org.wso2.carbon.event.execution.manager.core.structure.configuration.TemplateConfiguration templateConfig)
Maps given TemplateConfiguration object to TemplateConfigurationInfoDTO object
|
static TemplateConfigurationDTO[] |
mapConfigurations(ArrayList<org.wso2.carbon.event.execution.manager.core.structure.configuration.TemplateConfiguration> templateConfigurations)
Maps given list of TemplateConfiguration objects to array of TemplateConfigurationDTO objects
|
static TemplateConfigurationInfoDTO[] |
mapConfigurationsInfo(ArrayList<org.wso2.carbon.event.execution.manager.core.structure.configuration.TemplateConfiguration> templateConfigurations)
Maps given list of TemplateConfiguration objects to array of TemplateConfigurationInfoDTO objects
|
static ParameterDTO |
mapParameter(org.wso2.carbon.event.execution.manager.core.structure.configuration.Parameter parameter)
Maps given Parameter object to ParameterDTO object
|
static org.wso2.carbon.event.execution.manager.core.structure.configuration.Parameter |
mapParameter(ParameterDTO parameterDTO)
Maps given ParameterDTO object to ParameterDTO object
|
static ParameterDTO[] |
mapParameters(org.wso2.carbon.event.execution.manager.core.structure.configuration.Parameter[] parameters)
Maps given List of Parameter objects to array of ParameterDTO
|
static org.wso2.carbon.event.execution.manager.core.structure.configuration.Parameter[] |
mapParameters(ParameterDTO[] parameterDTO)
Maps given List of ParameterDTO objects to array of Parameter objects
|
public static TemplateConfigurationInfoDTO[] mapConfigurationsInfo(ArrayList<org.wso2.carbon.event.execution.manager.core.structure.configuration.TemplateConfiguration> templateConfigurations)
templateConfigurations - List of TemplateConfiguration objects which needs to be mappedpublic static TemplateConfigurationInfoDTO mapConfigurationInfo(org.wso2.carbon.event.execution.manager.core.structure.configuration.TemplateConfiguration templateConfig)
templateConfig - TemplateConfiguration object needs to be mappedpublic static TemplateConfigurationDTO[] mapConfigurations(ArrayList<org.wso2.carbon.event.execution.manager.core.structure.configuration.TemplateConfiguration> templateConfigurations)
templateConfigurations - List of TemplateConfiguration objects which needs to be mappedpublic static TemplateConfigurationDTO mapConfiguration(org.wso2.carbon.event.execution.manager.core.structure.configuration.TemplateConfiguration templateConfig)
templateConfig - TemplateConfiguration object needs to be mappedpublic static org.wso2.carbon.event.execution.manager.core.structure.configuration.TemplateConfiguration mapConfiguration(TemplateConfigurationDTO configDTO)
configDTO - TemplateConfigurationDTO object which needs to be mappedpublic static org.wso2.carbon.event.execution.manager.core.structure.configuration.Parameter[] mapParameters(ParameterDTO[] parameterDTO)
parameterDTO - ParameterDTO object which needs to mappedpublic static ParameterDTO[] mapParameters(org.wso2.carbon.event.execution.manager.core.structure.configuration.Parameter[] parameters)
parameters - List of Parameter object needs to be mappedpublic static org.wso2.carbon.event.execution.manager.core.structure.configuration.Parameter mapParameter(ParameterDTO parameterDTO)
parameterDTO - ParameterDTO needs to be mappedpublic static ParameterDTO mapParameter(org.wso2.carbon.event.execution.manager.core.structure.configuration.Parameter parameter)
parameter - Parameter needs to be mappedCopyright © 2015 WSO2. All rights reserved.