public class DomainMapper extends Object
| Modifier and Type | Method and Description |
|---|---|
static ExecutionManagerTemplateInfoDTO |
mapExecutionManagerTemplate(org.wso2.carbon.event.execution.manager.core.structure.domain.ExecutionManagerTemplate executionManagerTemplate)
Maps given ExecutionManagerTemplate object to ExecutionManagerTemplateInfoDTO object
|
static ExecutionManagerTemplateInfoDTO[] |
mapExecutionManagerTemplates(List<org.wso2.carbon.event.execution.manager.core.structure.domain.ExecutionManagerTemplate> executionManagerTemplates)
Maps given list of ExecutionManagerTemplate objects to array of ExecutionManagerTemplateInfoDTO objects
|
public static ExecutionManagerTemplateInfoDTO mapExecutionManagerTemplate(org.wso2.carbon.event.execution.manager.core.structure.domain.ExecutionManagerTemplate executionManagerTemplate)
executionManagerTemplate - ExecutionManagerTemplate object needs to be mappedpublic static ExecutionManagerTemplateInfoDTO[] mapExecutionManagerTemplates(List<org.wso2.carbon.event.execution.manager.core.structure.domain.ExecutionManagerTemplate> executionManagerTemplates)
executionManagerTemplates - List of ExecutionManagerTemplate objects needs to be mappedCopyright © 2016 WSO2. All rights reserved.