public interface LocalEntryAdminService
Modifier and Type | Method and Description |
---|---|
boolean |
addEntry(String ele35)
Auto generated method signature
|
boolean |
addEntryForTenant(String element65,
String tenantDomain66)
Auto generated method signature
|
boolean |
deleteEntry(String entryKey31)
Auto generated method signature
|
boolean |
deleteEntryForTenant(String entryKey77,
String tenantDomain78)
Auto generated method signature
|
EntryData[] |
entryData()
Auto generated method signature
|
ConfigurationObject[] |
getDependents(String entryName70)
Auto generated method signature
|
Object |
getEntry(String entryKey42)
Auto generated method signature
|
int |
getEntryDataCount()
Auto generated method signature
|
Object |
getEntryForTenant(String entryKey46,
String tenantDomain47)
Auto generated method signature
|
String[] |
getEntryNames()
Auto generated method signature
|
String |
getEntryNamesString()
Auto generated method signature
|
EntryData[] |
paginatedEntryData(int pageNumber51)
Auto generated method signature
|
boolean |
saveEntry(String ele55)
Auto generated method signature
|
boolean |
saveEntryForTenant(String element26,
String tenantDomain27)
Auto generated method signature
|
void |
startaddEntry(String ele35,
LocalEntryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startaddEntryForTenant(String element65,
String tenantDomain66,
LocalEntryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdeleteEntry(String entryKey31,
LocalEntryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdeleteEntryForTenant(String entryKey77,
String tenantDomain78,
LocalEntryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startentryData(LocalEntryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetDependents(String entryName70,
LocalEntryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetEntry(String entryKey42,
LocalEntryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetEntryDataCount(LocalEntryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetEntryForTenant(String entryKey46,
String tenantDomain47,
LocalEntryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetEntryNames(LocalEntryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetEntryNamesString(LocalEntryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startpaginatedEntryData(int pageNumber51,
LocalEntryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startsaveEntry(String ele55,
LocalEntryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startsaveEntryForTenant(String element26,
String tenantDomain27,
LocalEntryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
boolean saveEntryForTenant(String element26, String tenantDomain27) throws RemoteException, LocalEntryAdminException
saveEntryForTenant25
- LocalEntryAdminException
- :RemoteException
void startsaveEntryForTenant(String element26, String tenantDomain27, LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
saveEntryForTenant25
- RemoteException
boolean deleteEntry(String entryKey31) throws RemoteException, LocalEntryAdminException
deleteEntry30
- LocalEntryAdminException
- :RemoteException
void startdeleteEntry(String entryKey31, LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
deleteEntry30
- RemoteException
boolean addEntry(String ele35) throws RemoteException, LocalEntryAdminException
addEntry34
- LocalEntryAdminException
- :RemoteException
void startaddEntry(String ele35, LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
addEntry34
- RemoteException
EntryData[] entryData() throws RemoteException, LocalEntryAdminException
LocalEntryAdminException
- :RemoteException
void startentryData(LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
RemoteException
Object getEntry(String entryKey42) throws RemoteException, LocalEntryAdminException
getEntry41
- LocalEntryAdminException
- :RemoteException
void startgetEntry(String entryKey42, LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
getEntry41
- RemoteException
Object getEntryForTenant(String entryKey46, String tenantDomain47) throws RemoteException, LocalEntryAdminException
getEntryForTenant45
- LocalEntryAdminException
- :RemoteException
void startgetEntryForTenant(String entryKey46, String tenantDomain47, LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
getEntryForTenant45
- RemoteException
EntryData[] paginatedEntryData(int pageNumber51) throws RemoteException, LocalEntryAdminException
paginatedEntryData50
- LocalEntryAdminException
- :RemoteException
void startpaginatedEntryData(int pageNumber51, LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
paginatedEntryData50
- RemoteException
boolean saveEntry(String ele55) throws RemoteException, LocalEntryAdminException
saveEntry54
- LocalEntryAdminException
- :RemoteException
void startsaveEntry(String ele55, LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
saveEntry54
- RemoteException
String getEntryNamesString() throws RemoteException, LocalEntryAdminException
LocalEntryAdminException
- :RemoteException
void startgetEntryNamesString(LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
RemoteException
int getEntryDataCount() throws RemoteException, LocalEntryAdminException
LocalEntryAdminException
- :RemoteException
void startgetEntryDataCount(LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
RemoteException
boolean addEntryForTenant(String element65, String tenantDomain66) throws RemoteException, LocalEntryAdminException
addEntryForTenant64
- LocalEntryAdminException
- :RemoteException
void startaddEntryForTenant(String element65, String tenantDomain66, LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
addEntryForTenant64
- RemoteException
ConfigurationObject[] getDependents(String entryName70) throws RemoteException
getDependents69
- RemoteException
void startgetDependents(String entryName70, LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
getDependents69
- RemoteException
String[] getEntryNames() throws RemoteException, LocalEntryAdminException
LocalEntryAdminException
- :RemoteException
void startgetEntryNames(LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
RemoteException
boolean deleteEntryForTenant(String entryKey77, String tenantDomain78) throws RemoteException, LocalEntryAdminException
deleteEntryForTenant76
- LocalEntryAdminException
- :RemoteException
void startdeleteEntryForTenant(String entryKey77, String tenantDomain78, LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
deleteEntryForTenant76
- RemoteException
Copyright © 2021 WSO2. All rights reserved.