public interface LocalEntryAdminService
Modifier and Type | Method and Description |
---|---|
boolean |
addEntry(String ele26)
Auto generated method signature
|
boolean |
deleteEntry(String entryKey19)
Auto generated method signature
|
EntryData[] |
entryData()
Auto generated method signature
|
ConfigurationObject[] |
getDependents(String entryName30)
Auto generated method signature
|
Object |
getEntry(String entryKey40)
Auto generated method signature
|
int |
getEntryDataCount()
Auto generated method signature
|
String[] |
getEntryNames()
Auto generated method signature
|
String |
getEntryNamesString()
Auto generated method signature
|
EntryData[] |
paginatedEntryData(int pageNumber44)
Auto generated method signature
|
boolean |
saveEntry(String ele48)
Auto generated method signature
|
void |
startaddEntry(String ele26,
LocalEntryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdeleteEntry(String entryKey19,
LocalEntryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startentryData(LocalEntryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetDependents(String entryName30,
LocalEntryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetEntry(String entryKey40,
LocalEntryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetEntryDataCount(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 pageNumber44,
LocalEntryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startsaveEntry(String ele48,
LocalEntryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
String getEntryNamesString() throws RemoteException, LocalEntryAdminException
LocalEntryAdminException
- :RemoteException
void startgetEntryNamesString(LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
RemoteException
boolean deleteEntry(String entryKey19) throws RemoteException, LocalEntryAdminException
deleteEntry18
- LocalEntryAdminException
- :RemoteException
void startdeleteEntry(String entryKey19, LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
deleteEntry18
- RemoteException
int getEntryDataCount() throws RemoteException, LocalEntryAdminException
LocalEntryAdminException
- :RemoteException
void startgetEntryDataCount(LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
RemoteException
boolean addEntry(String ele26) throws RemoteException, LocalEntryAdminException
addEntry25
- LocalEntryAdminException
- :RemoteException
void startaddEntry(String ele26, LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
addEntry25
- RemoteException
ConfigurationObject[] getDependents(String entryName30) throws RemoteException
getDependents29
- RemoteException
void startgetDependents(String entryName30, LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
getDependents29
- RemoteException
String[] getEntryNames() throws RemoteException, LocalEntryAdminException
LocalEntryAdminException
- :RemoteException
void startgetEntryNames(LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
RemoteException
EntryData[] entryData() throws RemoteException, LocalEntryAdminException
LocalEntryAdminException
- :RemoteException
void startentryData(LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
RemoteException
Object getEntry(String entryKey40) throws RemoteException, LocalEntryAdminException
getEntry39
- LocalEntryAdminException
- :RemoteException
void startgetEntry(String entryKey40, LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
getEntry39
- RemoteException
EntryData[] paginatedEntryData(int pageNumber44) throws RemoteException, LocalEntryAdminException
paginatedEntryData43
- LocalEntryAdminException
- :RemoteException
void startpaginatedEntryData(int pageNumber44, LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
paginatedEntryData43
- RemoteException
boolean saveEntry(String ele48) throws RemoteException, LocalEntryAdminException
saveEntry47
- LocalEntryAdminException
- :RemoteException
void startsaveEntry(String ele48, LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
saveEntry47
- RemoteException
Copyright © 2017 WSO2. All rights reserved.