public interface PermissionSchemeLogic
Modifier and Type | Interface and Description |
---|---|
static class |
PermissionSchemeLogic.PermissionTypeWithParameter |
Modifier and Type | Method and Description |
---|---|
boolean |
allAllowed() |
boolean |
anyGroupType() |
boolean |
anyUserType() |
ProjectPermissionKey |
getPermissionKey() |
long |
getPermissionSchemeId() |
boolean |
isApplicationRoleAnyLoggedInUser() |
boolean |
isGroupAny() |
boolean |
isGroupTypeApplicationRole() |
boolean |
isGroupTypeCustomField() |
boolean |
isGroupTypeGroup() |
boolean |
isGroupTypeProjectRole() |
boolean |
isIssueUserTypeAssignee() |
boolean |
isIssueUserTypeProjectLead() |
boolean |
isIssueUserTypeReporter() |
boolean |
isUserTypeCustomField() |
boolean |
isUserTypeProjectRole() |
boolean |
isUserTypeUser() |
boolean |
nobodyAllowed() |
Set<PermissionSchemeLogic.PermissionTypeWithParameter> |
unsupportedPermissionTypes() |
long getPermissionSchemeId()
ProjectPermissionKey getPermissionKey()
Set<PermissionSchemeLogic.PermissionTypeWithParameter> unsupportedPermissionTypes()
boolean nobodyAllowed()
boolean allAllowed()
boolean anyUserType()
boolean isUserTypeUser()
boolean isIssueUserTypeReporter()
boolean isIssueUserTypeAssignee()
boolean isIssueUserTypeProjectLead()
boolean isUserTypeProjectRole()
boolean isUserTypeCustomField()
boolean anyGroupType()
boolean isGroupTypeGroup()
boolean isGroupTypeProjectRole()
boolean isGroupTypeCustomField()
boolean isGroupAny()
boolean isApplicationRoleAnyLoggedInUser()
boolean isGroupTypeApplicationRole()
Copyright © 2002-2024 Atlassian. All Rights Reserved.