| Package | Description |
|---|---|
| org.wso2.carbon.event.execution.manager.admin | |
| org.wso2.carbon.event.execution.manager.admin.internal.util |
| Modifier and Type | Method and Description |
|---|---|
DomainInfoDTO[] |
ExecutionManagerAdminService.getAllDomainInfos()
Return "limited information" with regards to all available Domain Templates.
|
DomainInfoDTO |
ExecutionManagerAdminService.getDomainInfo(String domainName)
Return "limited information" with regards to a Domain Template, given its name.
|
| Modifier and Type | Method and Description |
|---|---|
static DomainInfoDTO |
DomainMapper.mapExecutionManagerTemplate(org.wso2.carbon.event.execution.manager.core.structure.domain.Domain domain)
Maps given Domain object to DomainInfoDTO object
|
static DomainInfoDTO[] |
DomainMapper.mapExecutionManagerTemplates(List<org.wso2.carbon.event.execution.manager.core.structure.domain.Domain> domains)
Maps given list of Domain objects to array of DomainInfoDTO objects
|
Copyright © 2016 WSO2. All rights reserved.