public class ExecutionManagerAdminService
extends org.wso2.carbon.core.AbstractAdmin
| Constructor and Description |
|---|
ExecutionManagerAdminService()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
deleteConfiguration(String domainName,
String configName)
Delete specified scenario configuration
|
DomainInfoDTO[] |
getAllDomainInfos()
Return "limited information" with regards to all available Domain Templates.
|
ScenarioConfigurationDTO |
getConfiguration(String domainName,
String configName)
return details for a given template configuration name
|
ScenarioConfigurationInfoDTO[] |
getConfigurationInfos(String domainName)
return all of the available Scenario Configuration Info's for a given Domain domain.
|
DomainInfoDTO |
getDomainInfo(String domainName)
Return "limited information" with regards to a Domain Template, given its name.
|
String[] |
saveConfiguration(ScenarioConfigurationDTO configuration)
Create or update specified scenario configuration.
|
boolean |
saveStreamMapping(StreamMappingDTO[] streamMappingDTOs,
String configName,
String domainName)
When the template refers to a stream (say StreamX) which needs to be populated by a user-defined stream (say StreamY),
specify how attributes in StreamY needs to be mapped to StreamX, using the streamMappingDTO,
and invoke this service.
|
getAxisConfig, getConfigContext, getConfigSystemRegistry, getConfigUserRegistry, getGovernanceRegistry, getGovernanceSystemRegistry, getGovernanceUserRegistry, getHttpSession, getLocalRepo, getRegistry, getTenantDomain, getUsername, getUserRealm, setConfigurationContext, setPermissionUpdateTimestamppublic ExecutionManagerAdminService()
public DomainInfoDTO getDomainInfo(String domainName) throws org.apache.axis2.AxisFault
domainName - name of the Domain.org.apache.axis2.AxisFaultpublic DomainInfoDTO[] getAllDomainInfos() throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic ScenarioConfigurationDTO getConfiguration(String domainName, String configName) throws org.apache.axis2.AxisFault
domainName - domain name of the Domain, corresponding to the configurationconfigName - scenario configuration nameorg.apache.axis2.AxisFaultpublic ScenarioConfigurationInfoDTO[] getConfigurationInfos(String domainName) throws org.apache.axis2.AxisFault
domainName - domain name of the Domainorg.apache.axis2.AxisFaultpublic boolean deleteConfiguration(String domainName, String configName) throws org.apache.axis2.AxisFault
domainName - domain name of the DomainconfigName - name of the scenario configuration which needs to be deletedorg.apache.axis2.AxisFaultpublic String[] saveConfiguration(ScenarioConfigurationDTO configuration) throws org.apache.axis2.AxisFault
configuration - scenario configuration data transfer object which needs to be saved.org.apache.axis2.AxisFaultpublic boolean saveStreamMapping(StreamMappingDTO[] streamMappingDTOs, String configName, String domainName) throws org.apache.axis2.AxisFault
streamMappingDTOs - Each StreamMappingDTO maps a user-defined stream to a stream defined in the template.configName - ScenarioConfiguration namedomainName - domain name of the Domain.org.apache.axis2.AxisFaultCopyright © 2016 WSO2. All rights reserved.