Uses of Class
cz.metacentrum.perun.core.api.exceptions.SpecificUserExpectedException
Packages that use SpecificUserExpectedException
-
Uses of SpecificUserExpectedException in cz.metacentrum.perun.core.api
Methods in cz.metacentrum.perun.core.api that throw SpecificUserExpectedExceptionModifier and TypeMethodDescriptionvoid
UsersManager.addSpecificUserOwner
(PerunSession sess, User user, User specificUser) Add specificUser owner (the user) If not exists, create new ownership.UsersManager.getUnanonymizedUsersBySpecificUser
(PerunSession sess, User specificUser) Return all users who owns the specific one and are not anonymizedUsersManager.getUsersBySpecificUser
(PerunSession sess, User specificUser) Return all users who owns the specific onevoid
UsersManager.removeSpecificUserOwner
(PerunSession sess, User user, User specificUser) Remove specificUser owner (the user) Only disable ownership of user and specificUser -
Uses of SpecificUserExpectedException in cz.metacentrum.perun.core.entry
Methods in cz.metacentrum.perun.core.entry that throw SpecificUserExpectedExceptionModifier and TypeMethodDescriptionvoid
UsersManagerEntry.addSpecificUserOwner
(PerunSession sess, User user, User specificUser) UsersManagerEntry.getUnanonymizedUsersBySpecificUser
(PerunSession sess, User specificUser) UsersManagerEntry.getUsersBySpecificUser
(PerunSession sess, User specificUser) void
UsersManagerEntry.removeSpecificUserOwner
(PerunSession sess, User user, User specificUser)