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 boolean
governedBy
(Attributes governingScopeId) Deprecated, for removal: This API element is subject to removal in a future version.Returnstrue
if and only if thisScopeMember
is governed by a scope identified by the suppliedgoverningScopeId
.Deprecated, for removal: This API element is subject to removal in a future version.Returns anAttributes
identifying the scope that governs thisScopeMember
.
-
Method Details
-
governingScopeId
Deprecated, for removal: This API element is subject to removal in a future version.Returns anAttributes
identifying the scope that governs thisScopeMember
.- Returns:
- a non-
null
Attributes
-
governedBy
Deprecated, for removal: This API element is subject to removal in a future version.Returnstrue
if and only if thisScopeMember
is governed by a scope identified by the suppliedgoverningScopeId
.- Parameters:
governingScopeId
- anAttributes
; may benull
in which casefalse
will be returned- Returns:
true
if and only if thisScopeMember
is governed by a scope identified by the suppliedgoverningScopeId
-