public interface

PermittedOperations

com.atlassian.bitbucket.permission.PermittedOperations
Known Indirect Subclasses

Class Overview

The permitted operations allowed on an entity for the current user.

Summary

Public Methods
boolean isDeletable()
boolean isEditable()

Public Methods

public boolean isDeletable ()

Returns
  • true if the entity is deletable by the current user

public boolean isEditable ()

Returns
  • true if the entity is editable by the current user