public interface LocalEntryAdminService
Modifier and Type | Method and Description |
---|---|
boolean |
addEntry(String ele26)
Auto generated method signature
|
boolean |
deleteEntry(String entryKey48)
Auto generated method signature
|
EntryData[] |
entryData()
Auto generated method signature
|
ConfigurationObject[] |
getDependents(String entryName30)
Auto generated method signature
|
Object |
getEntry(String entryKey41)
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 pageNumber16)
Auto generated method signature
|
boolean |
saveEntry(String ele34)
Auto generated method signature
|
void |
startaddEntry(String ele26,
LocalEntryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdeleteEntry(String entryKey48,
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 entryKey41,
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 pageNumber16,
LocalEntryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startsaveEntry(String ele34,
LocalEntryAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
EntryData[] paginatedEntryData(int pageNumber16) throws RemoteException, LocalEntryAdminException
paginatedEntryData15
- LocalEntryAdminException
- :RemoteException
void startpaginatedEntryData(int pageNumber16, LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
paginatedEntryData15
- RemoteException
String getEntryNamesString() throws RemoteException, LocalEntryAdminException
LocalEntryAdminException
- :RemoteException
void startgetEntryNamesString(LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
RemoteException
String[] getEntryNames() throws RemoteException, LocalEntryAdminException
LocalEntryAdminException
- :RemoteException
void startgetEntryNames(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
boolean saveEntry(String ele34) throws RemoteException, LocalEntryAdminException
saveEntry33
- LocalEntryAdminException
- :RemoteException
void startsaveEntry(String ele34, LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
saveEntry33
- RemoteException
EntryData[] entryData() throws RemoteException, LocalEntryAdminException
LocalEntryAdminException
- :RemoteException
void startentryData(LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
RemoteException
Object getEntry(String entryKey41) throws RemoteException, LocalEntryAdminException
getEntry40
- LocalEntryAdminException
- :RemoteException
void startgetEntry(String entryKey41, LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
getEntry40
- RemoteException
int getEntryDataCount() throws RemoteException, LocalEntryAdminException
LocalEntryAdminException
- :RemoteException
void startgetEntryDataCount(LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
RemoteException
boolean deleteEntry(String entryKey48) throws RemoteException, LocalEntryAdminException
deleteEntry47
- LocalEntryAdminException
- :RemoteException
void startdeleteEntry(String entryKey48, LocalEntryAdminServiceCallbackHandler callback) throws RemoteException
deleteEntry47
- RemoteException
Copyright © 2017 WSO2. All rights reserved.