public class EventStreamAdminService
extends org.wso2.carbon.core.AbstractAdmin
| Constructor and Description |
|---|
EventStreamAdminService() |
getAxisConfig, getConfigContext, getConfigSystemRegistry, getConfigUserRegistry, getGovernanceRegistry, getGovernanceSystemRegistry, getGovernanceUserRegistry, getHttpSession, getLocalRepo, getRegistry, getTenantDomain, getUsername, getUserRealm, setConfigurationContext, setPermissionUpdateTimestamppublic boolean addEventStreamDefinitionAsDto(EventStreamDefinitionDto eventStreamDefinitionDto) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic boolean addEventStreamDefinitionAsString(String streamStringDefinition) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic boolean editEventStreamDefinitionAsString(String streamStringDefinition, String oldStreamId) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic boolean editEventStreamDefinitionAsDto(EventStreamDefinitionDto eventStreamDefinitionDto, String oldStreamId) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic boolean removeEventStreamDefinition(String eventStreamName, String eventStreamVersion) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic EventStreamInfoDto[] getAllEventStreamDefinitionDto() throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic String[] getStreamNames() throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic String[] getStreamDetailsForStreamId(String streamId) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic String generateSampleEvent(String streamId, String eventType) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic String getStreamDefinitionAsString(String streamId) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic EventStreamDefinitionDto getStreamDefinitionDto(String streamId) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic String convertEventStreamDefinitionDtoToString(EventStreamDefinitionDto eventStreamDefinitionDto) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic EventStreamDefinitionDto convertStringToEventStreamDefinitionDto(String streamStringDefinition) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultCopyright © 2015 WSO2. All rights reserved.