Uses of Enum Class
cz.metacentrum.perun.core.api.ConsentStatus
Packages that use ConsentStatus
Package
Description
-
Uses of ConsentStatus in cz.metacentrum.perun.core.api
Methods in cz.metacentrum.perun.core.api that return ConsentStatusModifier and TypeMethodDescriptionConsent.getStatus()
static ConsentStatus
Returns the enum constant of this class with the specified name.static ConsentStatus[]
ConsentStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in cz.metacentrum.perun.core.api that return types with arguments of type ConsentStatusMethods in cz.metacentrum.perun.core.api with parameters of type ConsentStatusModifier and TypeMethodDescriptionConsentsManager.changeConsentStatus
(PerunSession sess, Consent consent, ConsentStatus status) Set consent statusConsentsManager.getConsentForUserAndConsentHub
(PerunSession sess, int userId, int consentHubId, ConsentStatus status) Get consent for chosen user in specified consent hub with specified statusConsentsManager.getConsentsForConsentHub
(PerunSession sess, int id, ConsentStatus status) Get all consents for chosen ConsentHub with the specified statusConsentsManager.getConsentsForUser
(PerunSession sess, int id, ConsentStatus status) Get all consents for chosen User with the specified statusvoid
Consent.setStatus
(ConsentStatus status) Method parameters in cz.metacentrum.perun.core.api with type arguments of type ConsentStatusModifier and TypeMethodDescriptionvoid
UsersPageQuery.setConsentStatuses
(List<ConsentStatus> consentStatuses) Constructor parameters in cz.metacentrum.perun.core.api with type arguments of type ConsentStatusModifierConstructorDescriptionUsersPageQuery
(int pageSize, int offset, SortingOrder order, UsersOrderColumn sortColumn, String searchString, Integer facilityId, Integer voId, Integer serviceId, Integer resourceId, boolean onlyAllowed, List<ConsentStatus> consentStatuses) -
Uses of ConsentStatus in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl with parameters of type ConsentStatusModifier and TypeMethodDescriptionConsentsManagerBl.changeConsentStatus
(PerunSession sess, Consent consent, ConsentStatus status) Set consent statusConsentsManagerBl.getConsentForUserAndConsentHub
(PerunSession sess, int userId, int consentHubId, ConsentStatus status) Get consent for chosen user in specified consent hub with specified statusConsentsManagerBl.getConsentsForConsentHub
(PerunSession sess, int id, ConsentStatus status) Get all consents for chosen ConsentHub with the specified statusConsentsManagerBl.getConsentsForUser
(PerunSession sess, int id, ConsentStatus status) Get all consents for chosen User with the specified status -
Uses of ConsentStatus in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl with parameters of type ConsentStatusModifier and TypeMethodDescriptionConsentsManagerBlImpl.changeConsentStatus
(PerunSession sess, Consent consent, ConsentStatus status) ConsentsManagerBlImpl.getConsentForUserAndConsentHub
(PerunSession sess, int userId, int consentHubId, ConsentStatus status) ConsentsManagerBlImpl.getConsentsForConsentHub
(PerunSession sess, int id, ConsentStatus status) ConsentsManagerBlImpl.getConsentsForUser
(PerunSession sess, int id, ConsentStatus status) -
Uses of ConsentStatus in cz.metacentrum.perun.core.entry
Methods in cz.metacentrum.perun.core.entry with parameters of type ConsentStatusModifier and TypeMethodDescriptionConsentsManagerEntry.changeConsentStatus
(PerunSession sess, Consent consent, ConsentStatus status) ConsentsManagerEntry.getConsentForUserAndConsentHub
(PerunSession sess, int userId, int consentHubId, ConsentStatus status) ConsentsManagerEntry.getConsentsForConsentHub
(PerunSession sess, int id, ConsentStatus status) ConsentsManagerEntry.getConsentsForUser
(PerunSession sess, int id, ConsentStatus status) -
Uses of ConsentStatus in cz.metacentrum.perun.core.impl
Methods in cz.metacentrum.perun.core.impl with parameters of type ConsentStatusModifier and TypeMethodDescriptionConsentsManagerImpl.getConsentForUserAndConsentHub
(PerunSession sess, int userId, int consentHubId, ConsentStatus status) ConsentsManagerImpl.getConsentsForConsentHub
(PerunSession sess, int id, ConsentStatus status) ConsentsManagerImpl.getConsentsForUser
(PerunSession sess, int id, ConsentStatus status) -
Uses of ConsentStatus in cz.metacentrum.perun.core.implApi
Methods in cz.metacentrum.perun.core.implApi with parameters of type ConsentStatusModifier and TypeMethodDescriptionConsentsManagerImplApi.getConsentForUserAndConsentHub
(PerunSession sess, int userId, int consentHubId, ConsentStatus status) Get consent for chosen user in specified consent hub with specified statusConsentsManagerImplApi.getConsentsForConsentHub
(PerunSession sess, int id, ConsentStatus status) Get all consents for chosen ConsentHub with the specified statusConsentsManagerImplApi.getConsentsForUser
(PerunSession sess, int id, ConsentStatus status) Get all consents for chosen User with the specified status