| Package | Description |
|---|---|
| org.wso2.carbon.event.execution.manager.admin | |
| org.wso2.carbon.event.execution.manager.admin.internal.util |
| Modifier and Type | Method and Description |
|---|---|
ExecutionManagerTemplateInfoDTO[] |
ExecutionManagerAdminService.getAllExecutionManagerTemplateInfos()
Return "limited information" with regards to all available ExecutionManagerTemplates.
|
ExecutionManagerTemplateInfoDTO |
ExecutionManagerAdminService.getExecutionManagerTemplateInfo(String domainName)
Return "limited information" with regards to an Execution Manager Template, given its domain name.
|
| Modifier and Type | Method and Description |
|---|---|
static ExecutionManagerTemplateInfoDTO |
DomainMapper.mapExecutionManagerTemplate(org.wso2.carbon.event.execution.manager.core.structure.domain.ExecutionManagerTemplate executionManagerTemplate)
Maps given ExecutionManagerTemplate object to ExecutionManagerTemplateInfoDTO object
|
static ExecutionManagerTemplateInfoDTO[] |
DomainMapper.mapExecutionManagerTemplates(List<org.wso2.carbon.event.execution.manager.core.structure.domain.ExecutionManagerTemplate> executionManagerTemplates)
Maps given list of ExecutionManagerTemplate objects to array of ExecutionManagerTemplateInfoDTO objects
|
Copyright © 2016 WSO2. All rights reserved.