public class OperationsImpl extends Object implements Operations
Modifier and Type | Class and Description |
---|---|
static class |
OperationsImpl.Builder |
Modifier and Type | Method and Description |
---|---|
String |
getCantExecuteReason() |
boolean |
isAllowedToCreateVersion() |
boolean |
isAllowedToExecute() |
boolean |
isAllowedToSetVersionStatus() |
boolean |
isCanDelete() |
boolean |
isCanEdit() |
boolean |
isCanExecute() |
boolean |
isCanView() |
public boolean isCanView()
isCanView
in interface Operations
public boolean isCanEdit()
isCanEdit
in interface Operations
public boolean isCanDelete()
isCanDelete
in interface Operations
public boolean isAllowedToExecute()
isAllowedToExecute
in interface Operations
public boolean isCanExecute()
isCanExecute
in interface Operations
@Nullable public String getCantExecuteReason()
getCantExecuteReason
in interface Operations
public boolean isAllowedToCreateVersion()
isAllowedToCreateVersion
in interface Operations
public boolean isAllowedToSetVersionStatus()
isAllowedToSetVersionStatus
in interface Operations
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.