Uses of Interface
com.atlassian.confluence.admin.criteria.WritableDirectoryExistsCriteria
-
Packages that use WritableDirectoryExistsCriteria Package Description com.atlassian.confluence.admin.criteria com.atlassian.confluence.plugin.descriptor.web.conditions com.atlassian.confluence.user.actions -
-
Uses of WritableDirectoryExistsCriteria in com.atlassian.confluence.admin.criteria
Classes in com.atlassian.confluence.admin.criteria that implement WritableDirectoryExistsCriteria Modifier and Type Class Description class
DefaultWritableDirectoryExistsCriteria
Criteria for checking that we have a directory we can add users to.Constructors in com.atlassian.confluence.admin.criteria with parameters of type WritableDirectoryExistsCriteria Constructor Description CanInviteUserCriteria(WritableDirectoryExistsCriteria writableDirectoryExistsCriteria)
-
Uses of WritableDirectoryExistsCriteria in com.atlassian.confluence.plugin.descriptor.web.conditions
Methods in com.atlassian.confluence.plugin.descriptor.web.conditions with parameters of type WritableDirectoryExistsCriteria Modifier and Type Method Description void
WritableDirectoryExistsCondition. setWritableDirectoryExistsCriteria(WritableDirectoryExistsCriteria writableDirectoryExistsCriteria)
-
Uses of WritableDirectoryExistsCriteria in com.atlassian.confluence.user.actions
Methods in com.atlassian.confluence.user.actions with parameters of type WritableDirectoryExistsCriteria Modifier and Type Method Description void
AbstractLoginSignupAction. setWritableDirectoryExistsCriteria(WritableDirectoryExistsCriteria writableDirectoryExistsCriteria)
void
SearchUsersAction. setWritableDirectoryExistsCriteria(WritableDirectoryExistsCriteria writableDirectoryExistsCriteria)
-