|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BaseConfluenceCondition | |
|---|---|
| com.atlassian.confluence.plugin.descriptor.web.conditions | |
| com.atlassian.confluence.plugin.descriptor.web.conditions.user | |
| Uses of BaseConfluenceCondition in com.atlassian.confluence.plugin.descriptor.web.conditions |
|---|
| Subclasses of BaseConfluenceCondition in com.atlassian.confluence.plugin.descriptor.web.conditions | |
|---|---|
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
|
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 SystemAdministratorOrSuperUserCondition 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 SystemAdministratorOrSuperUserCondition.
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 |
LdapUserManagementEnabledCondition
|
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 |
SystemAdministratorOrSuperUserCondition
Condition that restricts access to system administrators and super users (those who belong to the confluence-administrators group) |
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. |
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||