| |
|
| com.flexive.shared.configuration.ParameterScope
ParameterScope | public enum ParameterScope (Code) | | Parameter scopes
|
DIVISION | Enum Constant DIVISION(Code) | | Division parameter (with global configuration fallback)
|
DIVISION_ONLY | Enum Constant DIVISION_ONLY(Code) | | Division parameter (without global configuration fallback)
|
GLOBAL | Enum Constant GLOBAL(Code) | | Global parameter
|
USER | Enum Constant USER(Code) | | User parameter (with division and global configuration fallback)
|
USER_ONLY | Enum Constant USER_ONLY(Code) | | User parameter (without fallback values)
|
getFallbacks | public List<ParameterScope> getFallbacks()(Code) | | Return the fallback scopes for this scope config.
the fallback scopes for this scope config. |
hasScope | public boolean hasScope(ParameterScope scope)(Code) | | Returns true if the scope represents - directly or through
its fallbacks - the given scope.
Parameters: scope - the scope to be checked true if the scope represents - directly or through its fallbacks - the given scope. |
|
|
|