Uses of Class
com.atlassian.confluence.plugin.descriptor.web.conditions.BaseConfluenceCondition
-
-
Uses of BaseConfluenceCondition in com.atlassian.confluence.plugin.descriptor.web.conditions
Subclasses of BaseConfluenceCondition in com.atlassian.confluence.plugin.descriptor.web.conditions Modifier and Type Class 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 theminBuildNumber
andmaxBuildNumber
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
DraftStatusLozengeCondition
class
EmailAddressPublicCondition
class
FavouritePageCondition
class
FavouriteSpaceCondition
class
FileSystemAttachmentStorageCondition
class
HasAttachmentCondition
Checks if the page in this context has any attachmentsclass
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 contextclass
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 useclass
LatestVersionCondition
Only display if the user is viewing the latest version of a page or blog post.class
LicenseAllowsDataCenterFeaturesCondition
This condition checks if a feature related to read-only mode should be accessible in the instance.class
NotPersonalSpaceCondition
Do not show web fragment if we are in a personal spaceclass
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 modeclass
PrintableVersionCondition
class
ReadWriteAccessModeCondition
This condition checks if the current access mode is READ_WRITEclass
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
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 Modifier and Type Class Description class
CanAddUsersCondition
Determines if the "Add Users" panel on the Dashboard should be displayedclass
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 userclass
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
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
TargetUserIsValidUserCondition
Returns true if the target user is a valid user.class
UnpublishedStatusLozengeCondition
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
UserFavouritingTargetUserPersonalSpaceCondition
Returns true if the user has the target user's personal space favouritedclass
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 Confluenceclass
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.dashboard
Subclasses of BaseConfluenceCondition in com.atlassian.confluence.plugins.dashboard Modifier and Type Class Description class
CreateContentCondition
Deprecated.since 5.11. -
Uses of BaseConfluenceCondition in com.atlassian.confluence.plugins.keyboardshortcuts.conditions
Subclasses of BaseConfluenceCondition in com.atlassian.confluence.plugins.keyboardshortcuts.conditions Modifier and Type Class Description class
UseKeyboardShortcutsCondition
-
Uses of BaseConfluenceCondition in com.atlassian.confluence.tinymceplugin.conditions
Subclasses of BaseConfluenceCondition in com.atlassian.confluence.tinymceplugin.conditions Modifier and Type Class Description class
CreatePageCondition
class
EditOrCreateBlogCondition
class
EditOrCreatePageCondition
class
EditOrCreateTemplateCondition
class
HasSetPagePermissionsCondition
class
IsEditorPageRestrictedCondition
Deprecated.since 5.9. -
Uses of BaseConfluenceCondition in com.atlassian.confluence.user
Subclasses of BaseConfluenceCondition in com.atlassian.confluence.user Modifier and Type Class Description class
DarkFeatureEnabledCondition
-