Modifier and Type | Class and Description |
---|---|
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 |
CanInviteUserCondition |
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 |
ContentHasExplicitPermissionsSetCondition |
class |
ContentHasExplicitViewPermissionsSetCondition |
class |
ContentHasInheritedPermissionsSetCondition |
class |
CreateContentCondition |
class |
CreatePageOrBlogpostCondition
Determines if the current user can create a page or blogpost somewhere in Confluence.
|
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.
NOTE: This is currently used by the Gliffy plugin. To be removed when they do. CONFDEV-15165. |
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 |
HasLabelCondition
Only display the link if there is a label in the context
|
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
Deprecated.
Since 5.1. "Shared mode" no longer supported.
|
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 |
SpaceSidebarCondition
Show the web fragment if the space sidebar is available.
|
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 |
Modifier and Type | Class and Description |
---|---|
class |
CanAddUsersCondition
Determines if the "Add Users" panel on the Dashboard should be displayed
|
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 |
RemoteUserCanUseConfluenceCondition
Passes if the remote user has permission to use Confluence.
|
class |
RemoteUserHasLicensedAccessCondition
Passes if the remote (current) user is logged in and has licensed access to Confluence.
|
class |
TargetUserCanSetStatusCondition
This determines whether the target user of a profile action can set their status.
|
class |
TargetUserCanUseConfluenceCondition
Returns true if the target user has the "can use confluence" permission.
|
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
Deprecated.
since 5.0. Use
TargetUserCanUseConfluenceCondition or RemoteUserCanUseConfluenceCondition |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
DocThemeEnabledCondition
Condition that reports true if the doc theme is enabled in the space
provided by the webInterfaceContext
|
Modifier and Type | Class and Description |
---|---|
class |
UseKeyboardShortcutsCondition |
Modifier and Type | Class and Description |
---|---|
class |
QUnitTestResourceCondition
Determines if test resources should be loaded on the current page.
|
Modifier and Type | Class and Description |
---|---|
class |
CreatePageCondition |
class |
EditOrCreateBlogCondition |
class |
EditOrCreatePageCondition |
class |
EditOrCreateTemplateCondition |
class |
HasSetPagePermissionsCondition |
class |
IsEditorPageRestrictedCondition
Deprecated.
since 5.9. Use
ContentHasExplicitPermissionsSetCondition |
Modifier and Type | Class and Description |
---|---|
class |
DarkFeatureEnabledCondition |
Copyright © 2003–2016 Atlassian. All rights reserved.