| Package | Description |
|---|---|
| org.jabylon.users | |
| org.jabylon.users.impl | |
| org.jabylon.users.util |
| Modifier and Type | Method and Description |
|---|---|
Role |
UsersFactory.createRole()
Returns a new object of class 'Role'
|
Role |
UserManagement.findRoleByName(String name) |
Role |
Role.getParent()
Returns the value of the 'Parent' reference
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Role> |
User.getRoles()
Returns the value of the 'Roles' reference list.
|
org.eclipse.emf.common.util.EList<Role> |
UserManagement.getRoles()
Returns the value of the 'Roles' containment reference list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Role.setParent(Role value)
Sets the value of the '
Parent' reference |
| Modifier and Type | Class and Description |
|---|---|
class |
RoleImpl
An implementation of the model object 'Role'
|
| Modifier and Type | Method and Description |
|---|---|
Role |
RoleImpl.basicGetParent() |
Role |
UsersFactoryImpl.createRole() |
Role |
UserManagementImpl.findRoleByName(String name)
May return null!
|
Role |
RoleImpl.getParent() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Role> |
UserManagementImpl.getRoles() |
org.eclipse.emf.common.util.EList<Role> |
UserImpl.getRoles() |
| Modifier and Type | Method and Description |
|---|---|
void |
RoleImpl.setParent(Role newParent) |
| Modifier and Type | Method and Description |
|---|---|
T |
UsersSwitch.caseRole(Role object)
Returns the result of interpreting the object as an instance of 'Role'
|
Copyright © 2013–2017 Jabylon. All rights reserved.