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 classActiveThemeConditionActive theme condition.classAttachmentPermissionConditionclassBasePermissionConditionBase class for conditions which check a permission on an object.classBuildNumberConditionDisplays the web-item if the Confluence build number is between theminBuildNumberandmaxBuildNumberparameter values.classCanClusterConditionclassCanEditSpaceStylesConditionclassCanInviteUserConditionclassCommentPermissionConditionclassConfluenceAdministratorConditionCondition that restricts access to Confluence administrators (and those with greater privileges such as system administrators)classContentHasAnyPermissionsSetConditionThis condition checks if there are any content permissions applied to the current page.classContentHasExplicitPermissionsSetConditionclassContentHasExplicitViewPermissionsSetConditionclassContentHasInheritedPermissionsSetConditionclassCreateContentConditionclassCreatePageOrBlogpostConditionDetermines if the current user can create a page or blogpost somewhere in Confluence.classDraftStatusLozengeConditionclassEmailAddressPublicConditionclassFavouritePageConditionclassFavouriteSpaceConditionclassFileSystemAttachmentStorageConditionclassHasAttachmentConditionChecks if the page in this context has any attachmentsclassHasBlogPostConditionOnly display the link if the user is viewing a blog post (as opposed to a page or some other content type)classHasLabelConditionOnly display the link if there is a label in the contextclassHasPageConditionOnly display the link if the user is working with a page (as opposed to a blog post or some other content type)classHasSpaceConditionOnly display the link if the user is working within a space.classHasTemplateConditionOnly display the link if there are templates to useclassLatestVersionConditionOnly display if the user is viewing the latest version of a page or blog post.classLicenseAllowsDataCenterFeaturesConditionThis condition checks if a feature related to read-only mode should be accessible in the instance.classNotPersonalSpaceConditionDo not show web fragment if we are in a personal spaceclassPagePermissionConditionclassPeopleDirectoryEnabledConditionOnly 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 modeclassPrintableVersionConditionclassReadWriteAccessModeConditionThis condition checks if the current access mode is READ_WRITEclassShowingPageAttachmentsConditionclassSpaceExportXmlConditionclassSpaceFunctionPermissionConditionA condition for checking the space function level permissions such as create space.classSpacePermissionConditionclassSpaceSidebarConditionShow the web fragment if the space sidebar is available.classSystemAdministratorConditionCondition that restricts access to users with system administrator permission.classThreadedCommentsConditionCondition that checks if threaded comments is allowed in global settings.classTinyUrlSupportedConditionclassViewingContentConditionOnly display the link if the user is viewing content (pages or blogs) but *only* viewing it - not editing, viewing info, attachments, etc.classViewingOwnProfileConditionA condition to check whether you are currently viewing your own profile or not.classWritableDirectoryExistsCondition -
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 classCanAddUsersConditionDetermines if the "Add Users" panel on the Dashboard should be displayedclassCanSignupConditionReturns true if the global "allow public signup" setting is enabled in General Configuration.classFollowingTargetUserConditionReturns true if the logged in user is following the target userclassHasViewProfilePermissionclassRemoteUserCanUseConfluenceConditionPasses if the remote user has permission to use Confluence.classRemoteUserHasLicensedAccessConditionPasses if the remote (current) user is logged in and has licensed access to Confluence.classTargetUserCanUseConfluenceConditionReturns true if the target user has the "can use confluence" permission.classTargetUserHasPersonalBlogConditionclassTargetUserHasPersonalSpaceConditionReturns true if the target user has a personal space.classTargetUserIsValidUserConditionReturns true if the target user is a valid user.classUnpublishedStatusLozengeConditionclassUserCanCreatePersonalSpaceConditionThis condition will return true if a user had permission to create a personal space It will return false, if the user is null.classUserCanUseConfluenceConditionDeprecated.since 5.0.classUserFavouritingTargetUserPersonalSpaceConditionReturns true if the user has the target user's personal space favouritedclassUserHasPersonalBlogConditionclassUserHasPersonalSpaceConditionReturns true if the user has a personal space.classUserLoggedInConditionReturns true if the user is not anonymous (i.e.classUserLoggedInEditableConditionA condition to check whether user can change their password in ConfluenceclassUserWatchingPageConditionReturns true if the user has a watch specifically on the current page.classUserWatchingSpaceConditionReturns true if the user is watching the current space.classUserWatchingSpaceForContentTypeConditionReturns 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 classCreateContentConditionDeprecated.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 classUseKeyboardShortcutsCondition -
Uses of BaseConfluenceCondition in com.atlassian.confluence.tinymceplugin.conditions
Subclasses of BaseConfluenceCondition in com.atlassian.confluence.tinymceplugin.conditions Modifier and Type Class Description classCreatePageConditionclassEditOrCreateBlogConditionclassEditOrCreatePageConditionclassEditOrCreateTemplateConditionclassHasSetPagePermissionsConditionclassIsEditorPageRestrictedConditionDeprecated.since 5.9. -
Uses of BaseConfluenceCondition in com.atlassian.confluence.user
Subclasses of BaseConfluenceCondition in com.atlassian.confluence.user Modifier and Type Class Description classDarkFeatureEnabledCondition
-