Uses of Class
com.janeirodigital.sai.core.data.DataInstanceList
Packages that use DataInstanceList
Package
Description
Classes providing access to
Access Authorizations,
Data Authorizations,
Access Grants,
Data Grants,
and Authorization Registries.
-
Uses of DataInstanceList in com.janeirodigital.sai.core.authorizations
Methods in com.janeirodigital.sai.core.authorizations that return DataInstanceListModifier and TypeMethodDescriptionAllFromRegistryDataGrant.getDataInstances()
Returns aDataInstanceList
that iterates over all of theDataInstance
s for a given shape tree type in theDataRegistration
specified in this data grantInheritedDataGrant.getDataInstances()
Returns aDataInstanceList
that iterates over the list ofDataInstance
s inherited from theDataInstance
s associated with the parentReadableDataGrant
that this grant inherits from.abstract DataInstanceList
ReadableDataGrant.getDataInstances()
Abstract method implemented by specific types of data grants, that allow theDataInstance
s permitted by that grant to be iterated.SelectedFromRegistryDataGrant.getDataInstances()
Returns aDataInstanceList
that iterates over the list ofDataInstance
s specifically selected as part of the SelectedFromRegistry data access scope -
Uses of DataInstanceList in com.janeirodigital.sai.core.data
Methods in com.janeirodigital.sai.core.data that return DataInstanceListModifier and TypeMethodDescriptionDataInstance.getChildInstances
(URI shapeTreeUri) Gets a list of "child" data instances that are associated with the current instance via shape tree reference as part of an inherited data grant.