public class DNF extends Object
Modifier and Type | Field and Description |
---|---|
Persistent |
contextObject
The context object defines an object where the permission is dependent on.
|
List<List<PermissionQuery>> |
root |
Object |
target |
Constructor and Description |
---|
DNF(boolean value)
dnf with a given value
|
DNF(boolean value,
Persistent ctx)
dnf with a given value / context-object
|
DNF(List<List<PermissionQuery>> root) |
Modifier and Type | Method and Description |
---|---|
void |
merge(DNF dnf2,
int disj,
int conj)
merge the dnf2 into dnf on the given position
|
DNF |
setValue(boolean value) |
String |
toString() |
public List<List<PermissionQuery>> root
public Object target
public Persistent contextObject
public DNF(boolean value)
public DNF(boolean value, Persistent ctx)
public DNF(List<List<PermissionQuery>> root)
@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.