Uses of Class
cz.metacentrum.perun.registrar.model.Application
Packages that use Application
Package
Description
- 
Uses of Application in cz.metacentrum.perun.audit.events.RegistrarManagerEvents
Methods in cz.metacentrum.perun.audit.events.RegistrarManagerEvents that return ApplicationModifier and TypeMethodDescriptionApplicationApproved.getApp()ApplicationCreated.getApp()ApplicationDeleted.getApp()ApplicationVerified.getApp()MemberCreatedForApprovedApp.getApp()MembershipExtendedForMemberInApprovedApp.getApp()ApplicationRejected.getApplication()Constructors in cz.metacentrum.perun.audit.events.RegistrarManagerEvents with parameters of type ApplicationModifierConstructorDescriptionApplicationRejected(Application application) MemberCreatedForApprovedApp(Member member, Application app) MembershipExtendedForMemberInApprovedApp(Member member, Application app, Vo vo)  - 
Uses of Application in cz.metacentrum.perun.core.api
Methods in cz.metacentrum.perun.core.api with parameters of type ApplicationModifier and TypeMethodDescriptionstatic booleanAuthzResolver.selfAuthorizedForApplication(PerunSession sess, Application app) Check if the principal is the owner of the application.Constructors in cz.metacentrum.perun.core.api with parameters of type ApplicationModifierConstructorDescriptionPerunPrincipal(Application app, Map<String, String> additionalAttributes)  - 
Uses of Application in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl with parameters of type ApplicationModifier and TypeMethodDescriptionstatic booleanAuthzResolverBlImpl.selfAuthorizedForApplication(PerunSession sess, Application app)  - 
Uses of Application in cz.metacentrum.perun.registrar.model
Subclasses of Application in cz.metacentrum.perun.registrar.modelConstructors in cz.metacentrum.perun.registrar.model with parameters of type ApplicationModifierConstructorDescriptionRichApplication(Application application) RichApplication(Application application, ApplicationFormItemData form) RichApplication(Application application, List<ApplicationFormItemData> formData)