for (Key key : (Collection<Key>) objectKeys) {
String keyString = key.getId();
keys[currLoc++]=keyString;
}
LinkedHashSet<RegistryObject> col = new LinkedHashSet<RegistryObject>();
LifeCycleManager lcm = registryService.getLifeCycleManagerImpl();
if (LifeCycleManager.CLASSIFICATION_SCHEME.equalsIgnoreCase(objectType))
{
try
{