Package org.ametys.cms.indexing.solr
Class SolrAclCacheInfluence
java.lang.Object
org.ametys.cms.indexing.solr.SolrAclCacheInfluence
Methods for handling influence of objects on Solr Acl cache.
See
See
isUninfluent(java.lang.Object)
.-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isUninfluent
(Object object) Determines if any change of profile assignment on the given context object ensures that there is no indexed object (neither the given object nor any other object in the whole application) that is affected in its ownread access
computing.
-
Method Details
-
isUninfluent
Determines if any change of profile assignment on the given context object ensures that there is no indexed object (neither the given object nor any other object in the whole application) that is affected in its ownread access
computing.
i.e. the given object has no influence at all on the whole Solr Acl cache.
SeeSolrAclCacheUninfluentialObject
.- Parameters:
object
- The object- Returns:
true
if the given object is uninfluent on the Solr Acl cache.
-