Class | Description |
---|---|
CanAddUsersCondition |
Determines if the "Add Users" panel on the Dashboard should be displayed
|
CanSignupCondition |
Returns true if the global "allow public signup" setting is enabled in General Configuration.
|
FollowingTargetUserCondition |
Returns true if the logged in user is following the target user
|
HasViewProfilePermission | |
RemoteUserCanUseConfluenceCondition |
Passes if the remote user has permission to use Confluence.
|
RemoteUserHasLicensedAccessCondition |
Passes if the remote (current) user is logged in and has licensed access to Confluence.
|
TargetUserCanUseConfluenceCondition |
Returns true if the target user has the "can use confluence" permission.
|
TargetUserHasPersonalBlogCondition | |
TargetUserHasPersonalSpaceCondition |
Returns true if the target user has a personal space.
|
TargetUserIsValidUserCondition |
Returns true if the target user is a valid user.
|
UnpublishedStatusLozengeCondition | |
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.
|
UserCanUseConfluenceCondition | Deprecated
since 5.0.
|
UserFavouritingTargetUserPersonalSpaceCondition |
Returns true if the user has the target user's personal space favourited
|
UserHasPersonalBlogCondition | |
UserHasPersonalSpaceCondition |
Returns true if the user has a personal space.
|
UserLoggedInCondition |
Returns true if the user is not anonymous (i.e.
|
UserLoggedInEditableCondition |
A condition to check whether user can change their password in Confluence
|
UserWatchingPageCondition |
Returns true if the user has a watch specifically on the current page.
|
UserWatchingSpaceCondition |
Returns true if the user is watching the current space.
|
UserWatchingSpaceForContentTypeCondition |
Returns true if the user is watching content in the space for a particular type - e.g.
|
Copyright © 2003–2019 Atlassian. All rights reserved.