org.eclipse.emf.emfstore.server.model
Interface ESGroup

All Superinterfaces:
ESOrgUnit
All Known Implementing Classes:
ESGroupImpl

public interface ESGroup
extends ESOrgUnit

A group consisting of multiple users. A group maybe empty.

Since:
1.5
Author:
emueller

Method Summary
 Collection<? extends ESRole> getRoles()
          Returns a collection of roles associated with the group.
 

Method Detail

getRoles

Collection<? extends ESRole> getRoles()
Returns a collection of roles associated with the group.

Returns:
a collection of roles associated with the group


Copyright © 2016. All Rights Reserved.