Uses of Enum Class
com.atlassian.confluence.api.impl.service.permissions.ContentRestrictionServiceImpl.MergeMode
Packages that use ContentRestrictionServiceImpl.MergeMode
-
Uses of ContentRestrictionServiceImpl.MergeMode in com.atlassian.confluence.api.impl.service.permissions
Methods in com.atlassian.confluence.api.impl.service.permissions that return ContentRestrictionServiceImpl.MergeModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.ContentRestrictionServiceImpl.MergeMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.confluence.api.impl.service.permissions with parameters of type ContentRestrictionServiceImpl.MergeModeModifier and TypeMethodDescriptionprotected @NonNull Map<String,
Collection<ContentPermission>> ContentRestrictionServiceImpl.getMergedContentPermissions
(@NonNull ContentEntityObject ceo, @NonNull Collection<? extends ContentRestriction> givenContentRestrictions, @NonNull ContentRestrictionServiceImpl.MergeMode mergeMode) Builds a Map ofContentPermission
s mapped to their PermissionType fromgivenContentRestrictions
provided and the ones already existing onContentEntityObject