Uses of Class
com.evolveum.midpoint.repo.api.CacheInvalidationEventSpecification
-
Packages that use CacheInvalidationEventSpecification Package Description com.evolveum.midpoint.model.impl.security com.evolveum.midpoint.repo.api -
-
Uses of CacheInvalidationEventSpecification in com.evolveum.midpoint.model.impl.security
Methods in com.evolveum.midpoint.model.impl.security that return types with arguments of type CacheInvalidationEventSpecification Modifier and Type Method Description Collection<CacheInvalidationEventSpecification>GuiProfiledPrincipalManagerImpl. getEventSpecifications() -
Uses of CacheInvalidationEventSpecification in com.evolveum.midpoint.repo.api
Fields in com.evolveum.midpoint.repo.api with type parameters of type CacheInvalidationEventSpecification Modifier and Type Field Description static Set<CacheInvalidationEventSpecification>CacheInvalidationEventSpecification. ALL_AVAILABLE_EVENTSMethods in com.evolveum.midpoint.repo.api that return CacheInvalidationEventSpecification Modifier and Type Method Description static CacheInvalidationEventSpecificationCacheInvalidationEventSpecification. of(Class<? extends ObjectType> type, Set<ChangeType> changes)static CacheInvalidationEventSpecificationCacheInvalidationEventSpecification. of(Class<? extends ObjectType> type, Set<ItemPath> paths, Set<ChangeType> changes)Methods in com.evolveum.midpoint.repo.api that return types with arguments of type CacheInvalidationEventSpecification Modifier and Type Method Description default Collection<CacheInvalidationEventSpecification>Cache. getEventSpecifications()Collection<CacheInvalidationEventSpecification>CacheInvalidationListener. getEventSpecifications()default Collection<CacheInvalidationEventSpecification>CacheListener. getEventSpecifications()Deprecated.static Set<CacheInvalidationEventSpecification>CacheInvalidationEventSpecification. setOf(Class<? extends ObjectType>... types)
-