boolean |
LocalEntryAdmin.addEntry(String ele) |
Add a entry into the synapseConfiguration
|
boolean |
LocalEntryAdmin.addEntryForTenant(String element,
String tenantDomain) |
Add an entry into the Synapse Configuration.
|
boolean |
LocalEntryAdmin.deleteEntry(String entryKey) |
Deletes the entry with the given name from SynapseConfiguration
|
boolean |
LocalEntryAdmin.deleteEntryForTenant(String entryKey,
String tenantDomain) |
Deletes the entry with the given name from Synapse Configuration.
|
EntryData[] |
LocalEntryAdmin.entryData() |
|
org.apache.axiom.om.OMElement |
LocalEntryAdmin.getEntry(String entryKey) |
Returns the OMelement representation of the entry given by sequence
name
|
int |
LocalEntryAdmin.getEntryDataCount() |
|
org.apache.axiom.om.OMElement |
LocalEntryAdmin.getEntryForTenant(String entryKey,
String tenantDomain) |
Returns the OMElement representation of the entry given by sequence name.
|
String[] |
LocalEntryAdmin.getEntryNames() |
Returns an String array of the entry names present in the synapse configuration
|
String |
LocalEntryAdmin.getEntryNamesString() |
|
boolean |
LocalEntryAdmin.isEntryExist(String entryKey) |
Check entry exist in the synapseConfiguration
|
boolean |
LocalEntryAdmin.isEntryExistForTenant(String entryKey,
String tenantDomain) |
Check local entry exist in the synapseConfiguration
|
EntryData[] |
LocalEntryAdmin.paginatedEntryData(int pageNumber) |
|
boolean |
LocalEntryAdmin.saveEntry(String ele) |
Saves the entry described with the OMElement representing the entry
|
boolean |
LocalEntryAdmin.saveEntryForTenant(String element,
String tenantDomain) |
Saves the entry described with the OMElement.
|