// Invoke the post-operation or post-synchronization modify DN plugins.
if (isSynchronizationOperation())
{
if (getResultCode() == ResultCode.SUCCESS)
{
pluginConfigManager.invokePostSynchronizationModifyDNPlugins(this);
}
}
else if (executePostOpPlugins)
{
PluginResult.PostOperation postOpResult =