boolean found = false;
for (SiteNodePlugin plugin : plugins) {
if (plugin.getConverterForNode(node) != null) {
Action action = new ConvertNodeAction(Action.Context.ADMINISTRATION, node,
plugin.getNodeType());
if (node.getBrix().getAuthorizationStrategy().isActionAuthorized(action)) {
found = true;