Uses of Record Class
com.evolveum.midpoint.schema.util.ChangedItemPath
Packages that use ChangedItemPath
-
Uses of ChangedItemPath in com.evolveum.midpoint.repo.sqale.audit
Method parameters in com.evolveum.midpoint.repo.sqale.audit with type arguments of type ChangedItemPathModifier and TypeMethodDescriptionstatic String[]AuditInsertion.collectChangedItemPaths(List<ObjectDeltaOperationType> deltaOperations, boolean indexAddObjectDeltaOperation, Set<ChangedItemPath> indexAdditionalItemPaths, PrismContext prismContext) Returns distinct collected changed item paths, or null, never an empty array.Constructor parameters in com.evolveum.midpoint.repo.sqale.audit with type arguments of type ChangedItemPathModifierConstructorDescriptionAuditInsertion(AuditEventRecordType record, JdbcSession jdbcSession, SqaleRepoContext repoContext, boolean escapeIllegalCharacters, boolean indexAddObjectDeltaOperation, Set<ChangedItemPath> indexAdditionalItemPaths, Trace logger) ChangedItemPathComputer(boolean indexAddObjectDeltaOperation, @NotNull Set<ChangedItemPath> indexAdditionalItemPath, @NotNull PrismContext prismContext) -
Uses of ChangedItemPath in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return types with arguments of type ChangedItemPathModifier and TypeMethodDescriptionstatic Set<ChangedItemPath>SystemConfigurationAuditUtil.getIndexingAdditionalItemPaths(SystemConfigurationAuditType configuration)