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
|
ExecutionManagerTemplateInfoDTO[] |
getAllExecutionManagerTemplateInfos()
Return "limited information" with regards to all available ExecutionManagerTemplates.
|
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 ExecutionManagerTemplate domain.
|
ExecutionManagerTemplateInfoDTO |
getExecutionManagerTemplateInfo(String domainName)
Return "limited information" with regards to an Execution Manager Template, given its domain 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 ExecutionManagerTemplateInfoDTO getExecutionManagerTemplateInfo(String domainName) throws org.apache.axis2.AxisFault
domainName - domain name of the ExecutionManagerTemplate.org.apache.axis2.AxisFaultpublic ExecutionManagerTemplateInfoDTO[] getAllExecutionManagerTemplateInfos() 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 ExecutionManagerTemplate, corresponding to the configurationconfigName - scenario configuration nameorg.apache.axis2.AxisFaultpublic ScenarioConfigurationInfoDTO[] getConfigurationInfos(String domainName) throws org.apache.axis2.AxisFault
domainName - domain name of the ExecutionManagerTemplateorg.apache.axis2.AxisFaultpublic boolean deleteConfiguration(String domainName, String configName) throws org.apache.axis2.AxisFault
domainName - domain name of the ExecutionManagerTemplateconfigName - 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 ExecutionManagerTemplate.org.apache.axis2.AxisFaultCopyright © 2016 WSO2. All rights reserved.