Modifier and Type | Field and Description |
---|---|
private Role.PermissionState |
_allowChange |
private List<ConfigurationArea> |
_configurationAreas |
private List<SystemObjectType> |
_systemObjectTypes |
Constructor and Description |
---|
Role.ActivityObject(Data data)
Erstellt eine neue Aktivität
|
Modifier and Type | Method and Description |
---|---|
Role.PermissionState |
getPermission(ConfigurationArea configurationArea,
SystemObjectType type)
Prüft den Berechtigungsstatus für die Erstellung/Veränderung/Löschung von Objekten
|
String |
toString() |
private List<SystemObjectType> _systemObjectTypes
private List<ConfigurationArea> _configurationAreas
private Role.PermissionState _allowChange
public Role.ActivityObject(Data data)
data
- Ausschnitt aus einem Rollen-Data-Objekt, das die Aktivität enthält.public Role.PermissionState getPermission(ConfigurationArea configurationArea, SystemObjectType type)
configurationArea
- Konfigurationsbereichtype
- ObjektTypRole.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