public interface IAccessConstraintsService
AccessConstraints
. This is intended
to be used with AccessQuery.fromObject(agi.foundation.IServiceProvider)
, which will configure the constraints to
ensure that they are configured to apply to the link (ConstrainedLink
(get
/ set
)) or
object (ConstrainedObject
(get
/ set
)) to which they are attached.Modifier and Type | Method and Description |
---|---|
AccessConstraintCollection |
getConstraints()
Gets the collection of
AccessConstraints attached to the
given IServiceProvider . |
AccessConstraintCollection getConstraints()
AccessConstraints
attached to the
given IServiceProvider
.