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 TypeMethodDescriptionvoidUsersManager.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 onevoidUsersManager.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 TypeMethodDescriptionvoidUsersManagerEntry.addSpecificUserOwner(PerunSession sess, User user, User specificUser) UsersManagerEntry.getUnanonymizedUsersBySpecificUser(PerunSession sess, User specificUser) UsersManagerEntry.getUsersBySpecificUser(PerunSession sess, User specificUser) voidUsersManagerEntry.removeSpecificUserOwner(PerunSession sess, User user, User specificUser)