]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.db/scl/Simantics/DBSupport.scl
Set resources immutable
[simantics/platform.git] / bundles / org.simantics.scl.db / scl / Simantics / DBSupport.scl
index f6d1453f08f484c6fbde645cd56177e4cd5ace25..eddcba75bbe074dcf19b268a1488296d05f9f048 100644 (file)
@@ -9,6 +9,7 @@ importJava "org.simantics.db.common.utils.CommonDBUtils" where
     garbageResources :: <ReadGraph> [Resource]
     clusterUIDOfResource :: Resource -> <ReadGraph> ClusterUID
     isClusterLoaded :: ClusterUID -> <ReadGraph> Boolean
+    setImmutable :: Resource -> Boolean -> <ReadGraph> ()
 
 importJava "org.simantics.scl.db.SCLFunctions" where
     collectClusters :: <Proc> ()