Advertisement
Guest User

Untitled

a guest
Oct 1st, 2014
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. public boolean removeCartridgeMetaDataDetails(String applicationName, String cartridgeType)
  2. throws Exception {
  3. conf = ConfUtil.getInstance(null).getConfiguration();
  4. String registryType =
  5. conf.getString("metadataservice.govenanceregistrytype",
  6. defaultRegType);
  7. return DataRegistryFactory.getDataRegistryFactory(registryType)
  8. .removeCartridgeMetaDataDetails(applicationName, cartridgeType);
  9.  
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement