Uses of Interface
org.eclipse.emf.cdo.security.Role

Packages that use Role
org.eclipse.emf.cdo.security The generated EMF API of the CDO security model. 
org.eclipse.emf.cdo.security.impl The generated EMF implementation of the CDO security model. 
org.eclipse.emf.cdo.security.util The generated EMF utilities of the CDO security model. 
 

Uses of Role in org.eclipse.emf.cdo.security
 

Methods in org.eclipse.emf.cdo.security that return Role
 Role SecurityItemContainer.addRole(String id)
           
 Role SecurityFactory.createRole()
          Returns a new object of class 'Role'
 Role SecurityFactory.createRole(String id)
           
static Role RealmUtil.findRole(EList<SecurityItem> items, String roleID)
           
 Role Permission.getRole()
          Returns the value of the 'Role' container reference.
 Role SecurityItemProvider.getRole(String id)
           
static Role RealmUtil.removeRole(EList<SecurityItem> items, String roleID)
           
 Role SecurityItemContainer.removeRole(String id)
           
 

Methods in org.eclipse.emf.cdo.security that return types with arguments of type Role
static BasicEList<Role> RealmUtil.allRoles(EList<SecurityItem> items)
           
 EList<Role> Group.getAllRoles()
          Returns the value of the 'All Roles' reference list.
 EList<Role> Realm.getAllRoles()
          Returns the value of the 'All Roles' reference list.
 EList<Role> User.getAllRoles()
          Returns the value of the 'All Roles' reference list.
 EList<Role> Assignee.getRoles()
          Returns the value of the 'Roles' reference list.
 EList<Role> User.getUnassignedRoles()
          Returns the value of the 'Unassigned Roles' reference list.
 

Methods in org.eclipse.emf.cdo.security with parameters of type Role
 void Permission.setRole(Role value)
          Sets the value of the 'Role' container reference
 

Uses of Role in org.eclipse.emf.cdo.security.impl
 

Classes in org.eclipse.emf.cdo.security.impl that implement Role
 class RoleImpl
          An implementation of the model object 'Role'
 

Methods in org.eclipse.emf.cdo.security.impl that return Role
 Role DirectoryImpl.addRole(String id)
           
 Role RealmImpl.addRole(String id)
           
 Role SecurityFactoryImpl.createRole()
           
 Role SecurityFactoryImpl.createRole(String id)
           
 Role PermissionImpl.getRole()
           
 Role DirectoryImpl.getRole(String id)
           
 Role RealmImpl.getRole(String id)
           
 Role DirectoryImpl.removeRole(String id)
           
 Role RealmImpl.removeRole(String id)
           
 

Methods in org.eclipse.emf.cdo.security.impl that return types with arguments of type Role
 EList<Role> GroupImpl.getAllRoles()
           
 EList<Role> RealmImpl.getAllRoles()
           
 EList<Role> UserImpl.getAllRoles()
           
 EList<Role> AssigneeImpl.getRoles()
           
 EList<Role> UserImpl.getUnassignedRoles()
           
 

Methods in org.eclipse.emf.cdo.security.impl with parameters of type Role
 void PermissionImpl.setRole(Role newRole)
           
 

Uses of Role in org.eclipse.emf.cdo.security.util
 

Methods in org.eclipse.emf.cdo.security.util with parameters of type Role
 T SecuritySwitch.caseRole(Role object)
          Returns the result of interpreting the object as an instance of 'Role'
 



Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.