public interface TenantMgtAdminService
Modifier and Type | Method and Description |
---|---|
void |
activateTenant(String tenantDomain28)
Auto generated method signature
|
String |
addSkeletonTenant(TenantInfoBean tenantInfoBean50)
Auto generated method signature
|
String |
addTenant(TenantInfoBean tenantInfoBean54)
Auto generated method signature
|
void |
deactivateTenant(String tenantDomain25)
Auto generated method signature
|
void |
deleteTenant(String tenantDomain34)
Auto generated method signature
|
TenantInfoBean |
getTenant(String tenantDomain37)
Auto generated method signature
|
PaginatedTenantInfoBean |
retrievePaginatedPartialSearchTenants(String domain41,
int pageNumber42)
Auto generated method signature
|
PaginatedTenantInfoBean |
retrievePaginatedTenants(int pageNumber46)
Auto generated method signature
|
TenantInfoBean[] |
retrievePartialSearchTenants(String domain21)
Auto generated method signature
|
TenantInfoBean[] |
retrieveTenants()
Auto generated method signature
|
void |
startactivateTenant(String tenantDomain28,
TenantMgtAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startaddSkeletonTenant(TenantInfoBean tenantInfoBean50,
TenantMgtAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startaddTenant(TenantInfoBean tenantInfoBean54,
TenantMgtAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdeactivateTenant(String tenantDomain25,
TenantMgtAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdeleteTenant(String tenantDomain34,
TenantMgtAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetTenant(String tenantDomain37,
TenantMgtAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startretrievePaginatedPartialSearchTenants(String domain41,
int pageNumber42,
TenantMgtAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startretrievePaginatedTenants(int pageNumber46,
TenantMgtAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startretrievePartialSearchTenants(String domain21,
TenantMgtAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startretrieveTenants(TenantMgtAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startupdateTenant(TenantInfoBean tenantInfoBean18,
TenantMgtAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
updateTenant(TenantInfoBean tenantInfoBean18)
Auto generated method signature
|
void updateTenant(TenantInfoBean tenantInfoBean18) throws RemoteException, TenantMgtAdminServiceExceptionException
updateTenant17
- TenantMgtAdminServiceExceptionException
- :RemoteException
void startupdateTenant(TenantInfoBean tenantInfoBean18, TenantMgtAdminServiceCallbackHandler callback) throws RemoteException
updateTenant17
- RemoteException
TenantInfoBean[] retrievePartialSearchTenants(String domain21) throws RemoteException, TenantMgtAdminServiceExceptionException
retrievePartialSearchTenants20
- TenantMgtAdminServiceExceptionException
- :RemoteException
void startretrievePartialSearchTenants(String domain21, TenantMgtAdminServiceCallbackHandler callback) throws RemoteException
retrievePartialSearchTenants20
- RemoteException
void deactivateTenant(String tenantDomain25) throws RemoteException, TenantMgtAdminServiceExceptionException
deactivateTenant24
- TenantMgtAdminServiceExceptionException
- :RemoteException
void startdeactivateTenant(String tenantDomain25, TenantMgtAdminServiceCallbackHandler callback) throws RemoteException
deactivateTenant24
- RemoteException
void activateTenant(String tenantDomain28) throws RemoteException, TenantMgtAdminServiceExceptionException
activateTenant27
- TenantMgtAdminServiceExceptionException
- :RemoteException
void startactivateTenant(String tenantDomain28, TenantMgtAdminServiceCallbackHandler callback) throws RemoteException
activateTenant27
- RemoteException
TenantInfoBean[] retrieveTenants() throws RemoteException, TenantMgtAdminServiceExceptionException
retrieveTenants30
- TenantMgtAdminServiceExceptionException
- :RemoteException
void startretrieveTenants(TenantMgtAdminServiceCallbackHandler callback) throws RemoteException
retrieveTenants30
- RemoteException
void deleteTenant(String tenantDomain34) throws RemoteException, TenantMgtAdminServiceExceptionException
deleteTenant33
- TenantMgtAdminServiceExceptionException
- :RemoteException
void startdeleteTenant(String tenantDomain34, TenantMgtAdminServiceCallbackHandler callback) throws RemoteException
deleteTenant33
- RemoteException
TenantInfoBean getTenant(String tenantDomain37) throws RemoteException, TenantMgtAdminServiceExceptionException
getTenant36
- TenantMgtAdminServiceExceptionException
- :RemoteException
void startgetTenant(String tenantDomain37, TenantMgtAdminServiceCallbackHandler callback) throws RemoteException
getTenant36
- RemoteException
PaginatedTenantInfoBean retrievePaginatedPartialSearchTenants(String domain41, int pageNumber42) throws RemoteException, TenantMgtAdminServiceExceptionException
retrievePaginatedPartialSearchTenants40
- TenantMgtAdminServiceExceptionException
- :RemoteException
void startretrievePaginatedPartialSearchTenants(String domain41, int pageNumber42, TenantMgtAdminServiceCallbackHandler callback) throws RemoteException
retrievePaginatedPartialSearchTenants40
- RemoteException
PaginatedTenantInfoBean retrievePaginatedTenants(int pageNumber46) throws RemoteException, TenantMgtAdminServiceExceptionException
retrievePaginatedTenants45
- TenantMgtAdminServiceExceptionException
- :RemoteException
void startretrievePaginatedTenants(int pageNumber46, TenantMgtAdminServiceCallbackHandler callback) throws RemoteException
retrievePaginatedTenants45
- RemoteException
String addSkeletonTenant(TenantInfoBean tenantInfoBean50) throws RemoteException, TenantMgtAdminServiceExceptionException
addSkeletonTenant49
- TenantMgtAdminServiceExceptionException
- :RemoteException
void startaddSkeletonTenant(TenantInfoBean tenantInfoBean50, TenantMgtAdminServiceCallbackHandler callback) throws RemoteException
addSkeletonTenant49
- RemoteException
String addTenant(TenantInfoBean tenantInfoBean54) throws RemoteException, TenantMgtAdminServiceExceptionException
addTenant53
- TenantMgtAdminServiceExceptionException
- :RemoteException
void startaddTenant(TenantInfoBean tenantInfoBean54, TenantMgtAdminServiceCallbackHandler callback) throws RemoteException
addTenant53
- RemoteException
Copyright © 2017 WSO2. All rights reserved.