// Invoke the post-operation or post-synchronization modify plugins.
if (isSynchronizationOperation())
{
if (getResultCode() == ResultCode.SUCCESS)
{
pluginConfigManager.invokePostSynchronizationModifyPlugins(this);
}
}
else if (executePostOpPlugins)
{
// FIXME -- Should this also be done while holding the locks?