Interface ScopeMember
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Deprecated, for removal: This API element is subject to removal in a future version.
This interface will be removed with no replacement.
A governed member of a governing
Scope.- Author:
- Laird Nelson
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleangovernedBy(Attributes governingScopeId) Deprecated, for removal: This API element is subject to removal in a future version.Returnstrueif and only if thisScopeMemberis governed by a scope identified by the suppliedgoverningScopeId.Deprecated, for removal: This API element is subject to removal in a future version.Returns anAttributesidentifying the scope that governs thisScopeMember.
-
Method Details
-
governingScopeId
Deprecated, for removal: This API element is subject to removal in a future version.Returns anAttributesidentifying the scope that governs thisScopeMember.- Returns:
- a non-
nullAttributes
-
governedBy
Deprecated, for removal: This API element is subject to removal in a future version.Returnstrueif and only if thisScopeMemberis governed by a scope identified by the suppliedgoverningScopeId.- Parameters:
governingScopeId- anAttributes; may benullin which casefalsewill be returned- Returns:
trueif and only if thisScopeMemberis governed by a scope identified by the suppliedgoverningScopeId
-