Uses of Class
it.sistematica.isharedoc.model.develop.AppRole

Packages that use AppRole
it.sistematica.isharedoc.action.workgroup   
it.sistematica.isharedoc.model.develop   
it.sistematica.isharedoc.model.organization   
 

Uses of AppRole in it.sistematica.isharedoc.action.workgroup
 

Methods in it.sistematica.isharedoc.action.workgroup that return AppRole
 AppRole ConfigurationAction.OrganizationUserView.getAppRole()
           
 AppRole AppRoleAction.getAppRole()
           
 

Methods in it.sistematica.isharedoc.action.workgroup that return types with arguments of type AppRole
 java.util.List<AppRole> AppRoleAction.getAppRoles()
           
 

Methods in it.sistematica.isharedoc.action.workgroup with parameters of type AppRole
 void ConfigurationAction.OrganizationUserView.setAppRole(AppRole appRole)
           
 

Constructors in it.sistematica.isharedoc.action.workgroup with parameters of type AppRole
ConfigurationAction.OrganizationUserView(OrganizationUser organizationUser, Swimlane swimlane, AppRole appRole)
           
 

Uses of AppRole in it.sistematica.isharedoc.model.develop
 

Fields in it.sistematica.isharedoc.model.develop declared as AppRole
protected  AppRole Function.appRole
           
 

Fields in it.sistematica.isharedoc.model.develop with type parameters of type AppRole
protected  java.util.List<AppRole> Storyboard.appRoles
           
 

Methods in it.sistematica.isharedoc.model.develop that return AppRole
 AppRole Function.getAppRole()
           
 

Methods in it.sistematica.isharedoc.model.develop that return types with arguments of type AppRole
 java.util.List<AppRole> Storyboard.getAppRoles()
           
 

Methods in it.sistematica.isharedoc.model.develop with parameters of type AppRole
 void Function.setAppRole(AppRole appRole)
           
 

Method parameters in it.sistematica.isharedoc.model.develop with type arguments of type AppRole
 void Storyboard.setAppRoles(java.util.List<AppRole> appRoles)
           
 

Uses of AppRole in it.sistematica.isharedoc.model.organization
 

Fields in it.sistematica.isharedoc.model.organization declared as AppRole
protected  AppRole OrganizationUserAcl.appRole
           
 

Methods in it.sistematica.isharedoc.model.organization that return AppRole
 AppRole OrganizationUserAcl.getAppRole()
           
 

Methods in it.sistematica.isharedoc.model.organization with parameters of type AppRole
 void OrganizationUserAcl.setAppRole(AppRole appRole)