X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.db.layer0%2Fsrc%2Forg%2Fsimantics%2Fdb%2Flayer0%2Fgenericrelation%2FIndexedRelations.java;h=c334691d34130696df26c16f6dbfc18349031090;hp=a52edc4b9349cc57f9156d144fe81108549bd1be;hb=3d96e3fa94898d90d6892c081ebed7cb9e773a4a;hpb=9c1b0bdc646d2e91526e49fd9233c2eb0c243019 diff --git a/bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/genericrelation/IndexedRelations.java b/bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/genericrelation/IndexedRelations.java index a52edc4b9..c334691d3 100644 --- a/bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/genericrelation/IndexedRelations.java +++ b/bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/genericrelation/IndexedRelations.java @@ -96,4 +96,6 @@ public interface IndexedRelations { public void reset(IProgressMonitor monitor, RequestProcessor processor, Resource resource, Resource input) throws IndexException; + public void fullRebuild(IProgressMonitor monitor, RequestProcessor processor) throws IndexException; + }