Package com.atlassian.jira.plugin.webfragment.conditions

Class Summary
AbstractHasVersionsCondition  
AbstractJiraCondition Convenient abstraction for jira specific Condition's.
AbstractJiraLicenseCondition Convenient abstraction to initialise conditions that checks if the jira license is of a specific level
AbstractJiraPermissionCondition Convenient abstraction to initialise conditions that require the PermissionManager and accept "permission" param.
CanCreateSharedObjectsCondition Checks if the logged in user has the rights to create shared objects.
EnterpriseJiraLicenseCondition Checks if the jira license is an enterprise edition
ExternalPasswordManagementDisabledCondition Condition returns true if APKeys.JIRA_OPTION_USER_PASSWORD_EXTERNALMGT is disabled.
ExternalUserManagementDisabledCondition Condition returns true if APKeys.JIRA_OPTION_USER_EXTERNALMGT is disabled.
HasLastSearchRequestCondition Condition that checks if a user has a current search.
HasProjectPermissionCondition Checks if a project is selected (in JiraHelper) and if the user has the AbstractJiraPermissionCondition.permission for that project
HasSelectedProjectCondition Checks if a project is selected
HasVelocityRequestContext Checks if there is a VelocityRequestContext.getRequestParameters().
HasVersionsReleasedCondition Checks if there are any released versions for the selected project.
HasVersionsUnreleasedCondition Checks if there are any unreleased versions for the selected project.
IsDashboardOwnerCondition Checks if the current user is the owner of a given dashboard
IsFieldHiddenCondition Checks if the specified IsFieldHiddenCondition.field is hidden in at least one scheme associated with the selected project and IsFieldHiddenCondition.issuetype
JiraGlobalPermissionCondition Checks if the user has the global permission: AbstractJiraPermissionCondition.permission
NotVersionContextCondition This condition specifies that the item should only be displayed if the supplied JiraHelper is not of type VersionHelper i.e.
ProfessionalOrEnterpriseJiraLicenseCondition Checks if the jira license is either professional or enterprise edition
ShowDashboardToolsMenuCondition Decides wheter or not to show the Manage Dashboards link.
UserHasIssueHistoryCondition Checks if there are any history issue's
UserHasVisibleProjectsCondition Checks if the user can see atleast one project with this AbstractJiraPermissionCondition.permission
UserIsAdminCondition Checks if this user has the global admin permission
UserIsProjectAdminCondition Checks that the current user is a project admin for atleast one project
UserIsSysAdminCondition Will return shouldDisplay of true if the user has the Permissions.SYSTEM_ADMIN global permission.
UserIsTheLoggedInUserCondition Used to determine if the logged in user is the same as the profile user in the jira helper.
UserLoggedInCondition Checks if this user is logged in
VotingEnabledCondition Returns true if voting is enabled.
WatchingEnabledCondition Returns true if watching is enabled.
 



Copyright © 2002-2009 Atlassian. All Rights Reserved.