return itemValue.getExtensionNames();
}
@Override
public DBDictionaryItemExtensionWrapper getExtensionByName(String extensionName) {
ProcessDBDictionaryItemExtension unwrappedExt = itemValue.getExtensionByName(extensionName);
return unwrappedExt != null ? new DBDictionaryItemExtensionWrapper(unwrappedExt) : null;
}