Uses of Class
com.atlassian.confluence.plugin.descriptor.web.conditions.BaseConfluenceCondition

Packages that use BaseConfluenceCondition
com.atlassian.confluence.plugin.descriptor.web.conditions   
com.atlassian.confluence.plugin.descriptor.web.conditions.user   
com.atlassian.confluence.plugins.easyuser.conditions   
com.atlassian.confluence.plugins.keyboardshortcuts.conditions   
com.atlassian.confluence.plugins.whatsnew.conditions   
com.atlassian.confluence.test.qunit   
com.atlassian.confluence.user   
 

Uses of BaseConfluenceCondition in com.atlassian.confluence.plugin.descriptor.web.conditions
 

Subclasses of BaseConfluenceCondition in com.atlassian.confluence.plugin.descriptor.web.conditions
 class ActiveThemeCondition
          Active theme condition.
 class AttachmentPermissionCondition
           
 class BasePermissionCondition
          Base class for conditions which check a permission on an object.
 class BuildNumberCondition
          Displays the web-item if the Confluence build number is between the minBuildNumber and maxBuildNumber parameter values.
 class CanClusterCondition
           
 class CanEditSpaceStylesCondition
           
 class CommentPermissionCondition
           
 class ConfluenceAdministratorCondition
          Condition that restricts access to Confluence administrators (and those with greater privileges such as system administrators)
 class ContentHasAnyPermissionsSetCondition
          This condition checks if there are any content permissions applied to the current page.
 class CreateContentCondition
           
 class EmailAddressPublicCondition
           
 class ExternalUserManagementEnabledCondition
          Deprecated. Since 4.2.7. Use the inverse of WritableDirectoryExistsCondition.
 class FavouritePageCondition
           
 class FavouriteSpaceCondition
           
 class GlobalAdministratorOnlyCondition
          Deprecated. since 2.7. If the link or operation protected by this condition has the potential to compromise the security of the system, please use SystemAdministratorCondition instead, otherwise, use ConfluenceAdministratorCondition. To err on the side of more security, we are assuming plugin developers intended a restriction to the most powerful group of administrators. Hence this deprecated class will inherit the permission checks of SystemAdministratorCondition. This class has been reintroduced to prevent problems with the approvals plugin.
 class HasAttachmentCondition
          Checks if the page in this context has any attachments
 class HasBlogPostCondition
          Only display the link if the user is viewing a blog post (as opposed to a page or some other content type)
 class HasPageCondition
          Only display the link if the user is working with a page (as opposed to a blog post or some other content type)
 class HasSpaceCondition
          Only display the link if the user is working within a space.
 class HasTemplateCondition
          Only display the link if there are templates to use
 class LatestVersionCondition
          Only display if the user is viewing the latest version of a page or blog post.
 class LdapUserManagementEnabledCondition
          Deprecated. since 3.5 this no longer works properly and is no longer used in the application
 class NotPersonalSpaceCondition
          Do not show web fragment if we are in a personal space
 class NotSharedModeCondition
          Only true when shared mode is not enabled
 class PagePermissionCondition
           
 class PeopleDirectoryEnabledCondition
          Only enabled if - the Confluence people directory disable properties have not been set the user is anonymous but has the VIEWUSERPROFILE permission Confluence is not running in shared mode
 class PrintableVersionCondition
           
 class ShowingPageAttachmentsCondition
           
 class SpaceFunctionPermissionCondition
          A condition for checking the space function level permissions such as create space.
 class SpacePermissionCondition
           
 class SystemAdministratorCondition
          Condition that restricts access to users with system administrator permission.
 class SystemAdministratorOrSuperUserCondition
          Deprecated. since 3.5 use SystemAdministratorCondition because this one is now inaccurately named
 class ThreadedCommentsCondition
          Condition that checks if threaded comments is allowed in global settings.
 class TinyUrlSupportedCondition
           
 class ViewingContentCondition
          Only display the link if the user is viewing content (pages or blogs) but *only* viewing it - not editing, viewing info, attachments, etc.
 class ViewingOwnProfileCondition
          A condition to check whether you are currently viewing your own profile or not.
 class WritableDirectoryExistsCondition
           
 

Uses of BaseConfluenceCondition in com.atlassian.confluence.plugin.descriptor.web.conditions.user
 

Subclasses of BaseConfluenceCondition in com.atlassian.confluence.plugin.descriptor.web.conditions.user
 class CanSignupCondition
          Returns true if the global "allow public signup" setting is enabled in General Configuration.
 class FollowingTargetUserCondition
          Returns true if the logged in user is following the target user
 class HasViewProfilePermission
           
 class TargetUserCanSetStatusCondition
          This determines whether the target user of a profile action can set their status.
 class TargetUserHasPersonalBlogCondition
           
 class TargetUserHasPersonalSpaceCondition
          Returns true if the target user has a personal space.
 class UserCanCreatePersonalSpaceCondition
          This condition will return true if a user had permission to create a personal space It will return false, if the user is null.
 class UserCanUpdateUserStatusCondition
          This determines whether the user is permitted to update their status
 class UserCanUseConfluenceCondition
          Returns true if the target user has the "can use confluence" permission
 class UserFavouritingTargetUserPersonalSpaceCondition
          Returns true if the user has the target user's personal space favourited
 class UserFollowingTargetCondition
          Deprecated. since 3.1 use FollowingTargetUserCondition
 class UserHasPersonalBlogCondition
           
 class UserHasPersonalSpaceCondition
          Returns true if the user has a personal space.
 class UserLoggedInCondition
          Returns true if the user is not anonymous (i.e.
 class UserLoggedInEditableCondition
          A condition to check whether user can change their password in Confluence
 class UserWatchingPageCondition
          Returns true if the user has a watch specifically on the current page.
 class UserWatchingSpaceCondition
          Returns true if the user is watching the current space.
 class UserWatchingSpaceForContentTypeCondition
          Returns true if the user is watching content in the space for a particular type - e.g.
 

Uses of BaseConfluenceCondition in com.atlassian.confluence.plugins.easyuser.conditions
 

Subclasses of BaseConfluenceCondition in com.atlassian.confluence.plugins.easyuser.conditions
 class CanAddUsersCondition
          Determines if the "Add Users" panel on the Dashboard should be displayed
 

Uses of BaseConfluenceCondition in com.atlassian.confluence.plugins.keyboardshortcuts.conditions
 

Subclasses of BaseConfluenceCondition in com.atlassian.confluence.plugins.keyboardshortcuts.conditions
 class UseKeyboardShortcutsCondition
           
 

Uses of BaseConfluenceCondition in com.atlassian.confluence.plugins.whatsnew.conditions
 

Subclasses of BaseConfluenceCondition in com.atlassian.confluence.plugins.whatsnew.conditions
 class ShowWhatsNewCondition
          Displays a What's New web-fragment if: 1.
 

Uses of BaseConfluenceCondition in com.atlassian.confluence.test.qunit
 

Subclasses of BaseConfluenceCondition in com.atlassian.confluence.test.qunit
 class QUnitTestResourceCondition
          Determines if test resources should be loaded on the current page.
 

Uses of BaseConfluenceCondition in com.atlassian.confluence.user
 

Subclasses of BaseConfluenceCondition in com.atlassian.confluence.user
 class DarkFeatureEnabledCondition
           
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.