deleteKey(String aRuleSetIDKey) Delete the entry corresponding to the key from the IDSAME repository
and returns the XML ruleset that just got deleted.
Delete the entry corresponding to the key from the IDSAME repository
and returns the XML ruleset that just got deleted.
If the entry corresponding to the key does not exist in the repository,
it returns null
Parameters: aRuleSetIDKey - The key to the entry String the value that just deleted or null if not existed. exception: DataServiceException - - If it is not able to retrievethe value from the repository.Use getCause() to find outspecific exception. exception: IllegalArgumentException - - If the key is null or containsonly empty spaces
Retrieve the ruleset(XML) correponding to the key from the IDSAME
repository. If there is no entry for that key, it returns null
Parameters: aRuleSetIDKey - The key to the entry String the ruleset value for the key or null if does not exist. exception: DataServiceException - - If it is not able to retrieve the valuefind out specific exception. exception: IllegalArgumentException - - If the key is null or containsonly empty spaces
Store the ruleset(XML) against the key in the IDSAME repository. If any
ruleset was already stored against the key, it overwrites that with the
new value and returns the old value.
Parameters: aRuleSetIDKey - The key to the entry Parameters: aXMLRuleSet - The ruleset String the old ruleset value for the key ornull if did not exist. exception: DataServiceException - - If it is not able to retrievethe value from the repository.Use getCause() to find outspecific exception. exception: IllegalArgumentException - - If the key/ruleset is null orcontains only empty spaces