Modifier and Type | Method and Description |
---|---|
Collection<Role> |
Service.getAllRoles()
All roles associated with the service, this includes both roles that have access to the
entire service, and any roles that have access to a single operation.
|
List<Role> |
FrontEndUseCase.getAllRoles()
All roles that directly or indirectly related to any "front-end" use cases.
|
Collection<Role> |
ServiceOperation.getRoles()
The users of the service operation, these are the actor's that can access this operation.
|
Collection<Role> |
Service.getRoles()
The roles of the service, these are the actor's that can access this service.
|
List<Role> |
FrontEndUseCase.getRoles()
Returns all roles that are directly and indirectly associated to this use-case.
|
Copyright © 2003–2014 AndroMDA.org. All rights reserved.