- remove(Directory) - Method in interface com.atlassian.crowd.embedded.spi.DirectoryDao
-
Removes the specified directory from the data store.
- remove(Group) - Method in interface com.atlassian.crowd.embedded.spi.GroupDao
-
Removes group.
- remove(User) - Method in interface com.atlassian.crowd.embedded.spi.UserDao
-
Removes the user.
- removeAll() - Method in interface com.atlassian.crowd.embedded.spi.DirectorySynchronisationStatusDao
-
Removes all stored status information
- removeAllExcept(long, int) - Method in interface com.atlassian.crowd.embedded.spi.DirectorySynchronisationStatusDao
-
Removes all stored status information for the directory except the indicated one
- removeAllGroups(long, Set<String>) - Method in interface com.atlassian.crowd.embedded.spi.GroupDao
-
Bulk remove all the given groups.
- removeAllUsers(long, Set<String>) - Method in interface com.atlassian.crowd.embedded.spi.UserDao
-
Bulk remove all the given users from directory.
- removeAttribute(Group, String) - Method in interface com.atlassian.crowd.embedded.spi.GroupDao
-
Remove the attribute from the group.
- removeAttribute(User, String) - Method in interface com.atlassian.crowd.embedded.spi.UserDao
-
Removes the attributes for the user with the given name.
- removeGroupFromGroup(long, String, String) - Method in interface com.atlassian.crowd.embedded.spi.MembershipDao
-
Removes group from the parent group.
- removeGroupsFromGroup(long, Collection<String>, String) - Method in interface com.atlassian.crowd.embedded.spi.MembershipDao
-
Bulk remove all the given child groups from the given group.
- removeStatusesForDirectory(Long) - Method in interface com.atlassian.crowd.embedded.spi.DirectorySynchronisationStatusDao
-
Removes all stored status information for the directory with the specified id
- removeUserFromGroup(long, String, String) - Method in interface com.atlassian.crowd.embedded.spi.MembershipDao
-
Removes user as a member of the given group.
- removeUsersFromGroup(long, Collection<String>, String) - Method in interface com.atlassian.crowd.embedded.spi.MembershipDao
-
Bulk remove all the given users into the given group.
- rename(Group, String) - Method in interface com.atlassian.crowd.embedded.spi.GroupDao
-
Renames group.
- rename(User, String) - Method in interface com.atlassian.crowd.embedded.spi.UserDao
-
Changes the user's name to the provided new name.