public interface AndesEventAdminService
Modifier and Type | Method and Description |
---|---|
void |
addTopic(String topic91)
Auto generated method signature
|
boolean |
checkCurrentUserHasAddTopicPermission()
Auto generated method signature
|
boolean |
checkCurrentUserHasDeleteTopicPermission()
Auto generated method signature
|
boolean |
checkCurrentUserHasDetailsTopicPermission()
Auto generated method signature
|
boolean |
checkCurrentUserHasPublishTopicPermission(String topicName36)
Auto generated method signature
|
boolean |
checkUserHasAddTopicPermission(String username32)
Auto generated method signature
|
boolean |
checkUserHasDeleteTopicPermission(String username87)
Auto generated method signature
|
boolean |
checkUserHasDetailsTopicPermission(String username80)
Auto generated method signature
|
boolean |
checkUserHasPublishTopicPermission(String topicName68,
String username69)
Auto generated method signature
|
TopicNode |
getAllTopics()
Auto generated method signature
|
int |
getAllWSSubscriptionCountForTopic(String topic40)
Auto generated method signature
|
Subscription[] |
getAllWSSubscriptionsForTopic(String topic52,
int startingIndex53,
int maxSubscriptionCount54)
Auto generated method signature
|
Subscription[] |
getJMSSubscriptionsForTopic(String topic73)
Auto generated method signature
|
TopicNode |
getPaginatedTopicTree(String topicPath101,
int startIndex102,
int numberOfTopicsPerRound103)
Auto generated method signature
|
TopicRolePermission[] |
getTopicRolePermissions(String topic44)
Auto generated method signature
|
String[] |
getUserRoles()
Auto generated method signature
|
Subscription[] |
getWsSubscriptionsForTopic(String topic97)
Auto generated method signature
|
void |
publishToTopic(String content48,
String topicName49)
Auto generated method signature
|
boolean |
removeTopic(String topic64)
Auto generated method signature
|
void |
startaddTopic(String topic91,
AndesEventAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcheckCurrentUserHasAddTopicPermission(AndesEventAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcheckCurrentUserHasDeleteTopicPermission(AndesEventAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcheckCurrentUserHasDetailsTopicPermission(AndesEventAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcheckCurrentUserHasPublishTopicPermission(String topicName36,
AndesEventAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcheckUserHasAddTopicPermission(String username32,
AndesEventAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcheckUserHasDeleteTopicPermission(String username87,
AndesEventAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcheckUserHasDetailsTopicPermission(String username80,
AndesEventAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcheckUserHasPublishTopicPermission(String topicName68,
String username69,
AndesEventAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllTopics(AndesEventAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllWSSubscriptionCountForTopic(String topic40,
AndesEventAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllWSSubscriptionsForTopic(String topic52,
int startingIndex53,
int maxSubscriptionCount54,
AndesEventAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetJMSSubscriptionsForTopic(String topic73,
AndesEventAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetPaginatedTopicTree(String topicPath101,
int startIndex102,
int numberOfTopicsPerRound103,
AndesEventAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetTopicRolePermissions(String topic44,
AndesEventAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetUserRoles(AndesEventAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetWsSubscriptionsForTopic(String topic97,
AndesEventAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startpublishToTopic(String content48,
String topicName49,
AndesEventAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startremoveTopic(String topic64,
AndesEventAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startupdatePermission(String topic107,
TopicRolePermission[] topicRolePermissions108,
AndesEventAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
updatePermission(String topic107,
TopicRolePermission[] topicRolePermissions108)
Auto generated method signature
|
boolean checkUserHasAddTopicPermission(String username32) throws RemoteException, AndesEventAdminServiceEventAdminException
checkUserHasAddTopicPermission31
- AndesEventAdminServiceEventAdminException
- :RemoteException
void startcheckUserHasAddTopicPermission(String username32, AndesEventAdminServiceCallbackHandler callback) throws RemoteException
checkUserHasAddTopicPermission31
- RemoteException
boolean checkCurrentUserHasPublishTopicPermission(String topicName36) throws RemoteException, AndesEventAdminServiceEventAdminException
checkCurrentUserHasPublishTopicPermission35
- AndesEventAdminServiceEventAdminException
- :RemoteException
void startcheckCurrentUserHasPublishTopicPermission(String topicName36, AndesEventAdminServiceCallbackHandler callback) throws RemoteException
checkCurrentUserHasPublishTopicPermission35
- RemoteException
int getAllWSSubscriptionCountForTopic(String topic40) throws RemoteException, AndesEventAdminServiceEventAdminException
getAllWSSubscriptionCountForTopic39
- AndesEventAdminServiceEventAdminException
- :RemoteException
void startgetAllWSSubscriptionCountForTopic(String topic40, AndesEventAdminServiceCallbackHandler callback) throws RemoteException
getAllWSSubscriptionCountForTopic39
- RemoteException
TopicRolePermission[] getTopicRolePermissions(String topic44) throws RemoteException, AndesEventAdminServiceEventAdminException
getTopicRolePermissions43
- AndesEventAdminServiceEventAdminException
- :RemoteException
void startgetTopicRolePermissions(String topic44, AndesEventAdminServiceCallbackHandler callback) throws RemoteException
getTopicRolePermissions43
- RemoteException
void publishToTopic(String content48, String topicName49) throws RemoteException, AndesEventAdminServiceEventAdminException
publishToTopic47
- AndesEventAdminServiceEventAdminException
- :RemoteException
void startpublishToTopic(String content48, String topicName49, AndesEventAdminServiceCallbackHandler callback) throws RemoteException
publishToTopic47
- RemoteException
Subscription[] getAllWSSubscriptionsForTopic(String topic52, int startingIndex53, int maxSubscriptionCount54) throws RemoteException, AndesEventAdminServiceEventAdminException
getAllWSSubscriptionsForTopic51
- AndesEventAdminServiceEventAdminException
- :RemoteException
void startgetAllWSSubscriptionsForTopic(String topic52, int startingIndex53, int maxSubscriptionCount54, AndesEventAdminServiceCallbackHandler callback) throws RemoteException
getAllWSSubscriptionsForTopic51
- RemoteException
TopicNode getAllTopics() throws RemoteException, AndesEventAdminServiceEventAdminException
getAllTopics57
- AndesEventAdminServiceEventAdminException
- :RemoteException
void startgetAllTopics(AndesEventAdminServiceCallbackHandler callback) throws RemoteException
getAllTopics57
- RemoteException
String[] getUserRoles() throws RemoteException, AndesEventAdminServiceEventAdminException
getUserRoles60
- AndesEventAdminServiceEventAdminException
- :RemoteException
void startgetUserRoles(AndesEventAdminServiceCallbackHandler callback) throws RemoteException
getUserRoles60
- RemoteException
boolean removeTopic(String topic64) throws RemoteException, AndesEventAdminServiceEventAdminException
removeTopic63
- AndesEventAdminServiceEventAdminException
- :RemoteException
void startremoveTopic(String topic64, AndesEventAdminServiceCallbackHandler callback) throws RemoteException
removeTopic63
- RemoteException
boolean checkUserHasPublishTopicPermission(String topicName68, String username69) throws RemoteException, AndesEventAdminServiceEventAdminException
checkUserHasPublishTopicPermission67
- AndesEventAdminServiceEventAdminException
- :RemoteException
void startcheckUserHasPublishTopicPermission(String topicName68, String username69, AndesEventAdminServiceCallbackHandler callback) throws RemoteException
checkUserHasPublishTopicPermission67
- RemoteException
Subscription[] getJMSSubscriptionsForTopic(String topic73) throws RemoteException, AndesEventAdminServiceEventAdminException
getJMSSubscriptionsForTopic72
- AndesEventAdminServiceEventAdminException
- :RemoteException
void startgetJMSSubscriptionsForTopic(String topic73, AndesEventAdminServiceCallbackHandler callback) throws RemoteException
getJMSSubscriptionsForTopic72
- RemoteException
boolean checkCurrentUserHasDeleteTopicPermission() throws RemoteException, AndesEventAdminServiceEventAdminException
checkCurrentUserHasDeleteTopicPermission76
- AndesEventAdminServiceEventAdminException
- :RemoteException
void startcheckCurrentUserHasDeleteTopicPermission(AndesEventAdminServiceCallbackHandler callback) throws RemoteException
checkCurrentUserHasDeleteTopicPermission76
- RemoteException
boolean checkUserHasDetailsTopicPermission(String username80) throws RemoteException, AndesEventAdminServiceEventAdminException
checkUserHasDetailsTopicPermission79
- AndesEventAdminServiceEventAdminException
- :RemoteException
void startcheckUserHasDetailsTopicPermission(String username80, AndesEventAdminServiceCallbackHandler callback) throws RemoteException
checkUserHasDetailsTopicPermission79
- RemoteException
boolean checkCurrentUserHasAddTopicPermission() throws RemoteException, AndesEventAdminServiceEventAdminException
checkCurrentUserHasAddTopicPermission83
- AndesEventAdminServiceEventAdminException
- :RemoteException
void startcheckCurrentUserHasAddTopicPermission(AndesEventAdminServiceCallbackHandler callback) throws RemoteException
checkCurrentUserHasAddTopicPermission83
- RemoteException
boolean checkUserHasDeleteTopicPermission(String username87) throws RemoteException, AndesEventAdminServiceEventAdminException
checkUserHasDeleteTopicPermission86
- AndesEventAdminServiceEventAdminException
- :RemoteException
void startcheckUserHasDeleteTopicPermission(String username87, AndesEventAdminServiceCallbackHandler callback) throws RemoteException
checkUserHasDeleteTopicPermission86
- RemoteException
void addTopic(String topic91) throws RemoteException, AndesEventAdminServiceEventAdminException
addTopic90
- AndesEventAdminServiceEventAdminException
- :RemoteException
void startaddTopic(String topic91, AndesEventAdminServiceCallbackHandler callback) throws RemoteException
addTopic90
- RemoteException
boolean checkCurrentUserHasDetailsTopicPermission() throws RemoteException, AndesEventAdminServiceEventAdminException
checkCurrentUserHasDetailsTopicPermission93
- AndesEventAdminServiceEventAdminException
- :RemoteException
void startcheckCurrentUserHasDetailsTopicPermission(AndesEventAdminServiceCallbackHandler callback) throws RemoteException
checkCurrentUserHasDetailsTopicPermission93
- RemoteException
Subscription[] getWsSubscriptionsForTopic(String topic97) throws RemoteException, AndesEventAdminServiceEventAdminException
getWsSubscriptionsForTopic96
- AndesEventAdminServiceEventAdminException
- :RemoteException
void startgetWsSubscriptionsForTopic(String topic97, AndesEventAdminServiceCallbackHandler callback) throws RemoteException
getWsSubscriptionsForTopic96
- RemoteException
TopicNode getPaginatedTopicTree(String topicPath101, int startIndex102, int numberOfTopicsPerRound103) throws RemoteException, AndesEventAdminServiceEventAdminException
getPaginatedTopicTree100
- AndesEventAdminServiceEventAdminException
- :RemoteException
void startgetPaginatedTopicTree(String topicPath101, int startIndex102, int numberOfTopicsPerRound103, AndesEventAdminServiceCallbackHandler callback) throws RemoteException
getPaginatedTopicTree100
- RemoteException
void updatePermission(String topic107, TopicRolePermission[] topicRolePermissions108) throws RemoteException, AndesEventAdminServiceEventAdminException
updatePermission106
- AndesEventAdminServiceEventAdminException
- :RemoteException
void startupdatePermission(String topic107, TopicRolePermission[] topicRolePermissions108, AndesEventAdminServiceCallbackHandler callback) throws RemoteException
updatePermission106
- RemoteException
Copyright © 2018 WSO2. All rights reserved.