public interface PermissionHandlerI
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$0 |
Modifier and Type | Method and Description |
---|---|
PermissionHandlerDecisionI |
checkCreateAllowed(BOI bo) |
PermissionHandlerDecisionI |
checkCreateAllowed(java.lang.Class<? extends BOI> clazz) |
PermissionHandlerDecisionI |
checkCreateAllowed(java.lang.Class<? extends BOI> clazz,
boolean allowBOInstanceDependentFilteringMaskFitWithoutBO)
Checks if the current user is allowed to create objectsof the given class (or, if given, the value of the specified attribute) .
|
PermissionHandlerDecisionI |
checkDeleteAllowed(BOI bo) |
PermissionHandlerDecisionI |
checkReadAllowed(BOI bo) |
PermissionHandlerDecisionI |
checkReadAllowed(BOI bo,
java.lang.String attributeName) |
PermissionHandlerDecisionI |
checkReadAllowed(java.lang.Class<? extends BOI> clazz) |
PermissionHandlerDecisionI |
checkReadAllowed(java.lang.Class<? extends BOI> clazz,
java.lang.String attributeName) |
PermissionHandlerDecisionI |
checkReadAllowed(java.lang.Class<? extends BOI> clazz,
java.lang.String attributeName,
boolean allowBOInstanceDependentFilteringMaskFitWithoutBO)
Checks if the current user is allowed to read objects of the given class (or, if given, the value of the specified attribute).
|
PermissionHandlerDecisionI |
checkWriteAllowed(BOI bo) |
PermissionHandlerDecisionI |
checkWriteAllowed(BOI bo,
java.lang.String attributeName) |
PermissionHandlerDecisionI |
checkWriteAllowed(java.lang.Class<? extends BOI> clazz) |
PermissionHandlerDecisionI |
checkWriteAllowed(java.lang.Class<? extends BOI> clazz,
java.lang.String attributeName) |
PermissionHandlerDecisionI |
checkWriteAllowed(java.lang.Class<? extends BOI> clazz,
java.lang.String attributeName,
boolean allowBOInstanceDependentFilteringMaskFitWithoutBO)
Checks if the current user is allowed to write objects of the given class (or, if given, the value of the specified attribute).
|
void |
initMasken()
used on client-side to initialize BOMasken of serialized transmitted PermissionHandler
|
void |
setAllowWriteIfNew(boolean b) |
void |
setSchema(SchemaI schema) |
static final java.lang.String $0
PermissionHandlerDecisionI checkReadAllowed(BOI bo)
PermissionHandlerDecisionI checkReadAllowed(BOI bo, java.lang.String attributeName)
PermissionHandlerDecisionI checkReadAllowed(java.lang.Class<? extends BOI> clazz)
PermissionHandlerDecisionI checkReadAllowed(java.lang.Class<? extends BOI> clazz, java.lang.String attributeName)
PermissionHandlerDecisionI checkReadAllowed(java.lang.Class<? extends BOI> clazz, java.lang.String attributeName, boolean allowBOInstanceDependentFilteringMaskFitWithoutBO)
clazz
- the class to check for read permission.attributeName
- the attribute to check for read permission.allowBOInstanceDependentFilteringMaskFitWithoutBO
- if true, a BOMaske that returns true for #mightFilterDependingOnBOInstance
(and thus may match BOs of that class only partially) will still be considered to match, even if we pass no BO.
This is needed and useful in cases, where we have no BOs at hand and must not restrict the rights too much, e.g. in the navigation tree.PermissionHandlerDecisionI checkWriteAllowed(BOI bo)
PermissionHandlerDecisionI checkWriteAllowed(BOI bo, java.lang.String attributeName)
PermissionHandlerDecisionI checkWriteAllowed(java.lang.Class<? extends BOI> clazz)
PermissionHandlerDecisionI checkWriteAllowed(java.lang.Class<? extends BOI> clazz, java.lang.String attributeName)
PermissionHandlerDecisionI checkWriteAllowed(java.lang.Class<? extends BOI> clazz, java.lang.String attributeName, boolean allowBOInstanceDependentFilteringMaskFitWithoutBO)
clazz
- the class to check for write permission.attributeName
- the attribute to check for write permission.allowBOInstanceDependentFilteringMaskFitWithoutBO
- if true, a BOMaske that returns true for #mightFilterDependingOnBOInstance
(and thus may match BOs of that class only partially) will still be considered to match, even if we pass no BO.
This is needed and useful in cases, where we have no BOs at hand and must not restrict the rights too much, e.g. in the navigation tree.PermissionHandlerDecisionI checkCreateAllowed(BOI bo)
PermissionHandlerDecisionI checkCreateAllowed(java.lang.Class<? extends BOI> clazz)
PermissionHandlerDecisionI checkCreateAllowed(java.lang.Class<? extends BOI> clazz, boolean allowBOInstanceDependentFilteringMaskFitWithoutBO)
clazz
- the class to check for create permission.allowBOInstanceDependentFilteringMaskFitWithoutBO
- if true, a BOMaske that returns true for #mightFilterDependingOnBOInstance
(and thus may match BOs of that class only partially) will still be considered to match, even if we pass no BO.
This is needed and useful in cases, where we have no BOs at hand and must not restrict the rights too much, e.g. in the navigation tree.PermissionHandlerDecisionI checkDeleteAllowed(BOI bo)
void setSchema(SchemaI schema)
void setAllowWriteIfNew(boolean b)
void initMasken()
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.