com.atlassian.confluence.labels.actions
Class ViewLabelsForEntityBean
java.lang.Object
com.atlassian.confluence.labels.actions.AbstractLabelEntityBean
com.atlassian.confluence.labels.actions.ViewLabelsForEntityBean
- All Implemented Interfaces:
- ImplementsIsPermitted
public class ViewLabelsForEntityBean
- extends AbstractLabelEntityBean
- implements ImplementsIsPermitted
DWR Bean to return a list of labels (with the delete links enabled) to the browser via AJAX
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ViewLabelsForEntityBean
public ViewLabelsForEntityBean()
setPageManager
public void setPageManager(PageManager pageManager)
setPermissionManager
public void setPermissionManager(PermissionManager permissionManager)
viewLabels
public AjaxResponse viewLabels(String entityIdString)
throws Exception
- Throws:
Exception
isPersonalLabel
public boolean isPersonalLabel(Label label)
isPermitted
public boolean isPermitted(List parameters)
- Specified by:
isPermitted in interface ImplementsIsPermitted