| Modifier and Type | Field and Description |
|---|---|
private Role.PermissionState |
_allowChange |
private List<ConfigurationArea> |
_configurationAreas |
private List<ObjectSetType> |
_objectSetTypes |
| Constructor and Description |
|---|
Role.ActivityObjectSet(Data data)
Erstellt eine neue Aktivität
|
| Modifier and Type | Method and Description |
|---|---|
Role.PermissionState |
getPermission(ConfigurationArea configurationArea,
ObjectSetType type)
Prüft den Berechtigungsstatus für die Veränderung von Mengen
|
String |
toString() |
private List<ObjectSetType> _objectSetTypes
private List<ConfigurationArea> _configurationAreas
private Role.PermissionState _allowChange
public Role.ActivityObjectSet(Data data)
data - Ausschnitt aus einem Rollen-Data-Objekt, das die Aktivität enthält.public Role.PermissionState getPermission(ConfigurationArea configurationArea, ObjectSetType type)
configurationArea - Konfigurationsbereichtype - MengentypRole.PermissionState.IMPLICIT_FORBIDDEN wenn keine Aussage gemacht werden kannRole.PermissionState.EXPLICIT_ALLOWED wenn
die Aktion von dieser Aktivität erlaubt wirdRole.PermissionState.EXPLICIT_FORBIDDEN wenn die Aktion von dieser Aktivität explizit
verboten wird