public abstract class PermissionBackendCondition extends PrivateInternals_BooleanCondition.SubclassOnlyInCoreServer
BooleanCondition
to evaluate a permission.Modifier and Type | Class and Description |
---|---|
static class |
PermissionBackendCondition.ForChange |
static class |
PermissionBackendCondition.ForProject |
static class |
PermissionBackendCondition.ForRef |
static class |
PermissionBackendCondition.WithUser |
FALSE, TRUE
Constructor and Description |
---|
PermissionBackendCondition() |
Modifier and Type | Method and Description |
---|---|
void |
set(boolean val)
Assign a specific
testOrFalse result to this condition. |
abstract java.lang.String |
toString() |
children
public void set(boolean val)
testOrFalse
result to this condition.
By setting the condition to a specific value the condition will bypass calling PermissionBackend
during value()
, and immediately return the set value instead.
val
- value to return from value()
.public abstract java.lang.String toString()
toString
in class java.lang.Object