|
Module Simantics/DocumentThis module is undocumented. This is a list of its definitions. addUrlDocumentWithDetailSCL :: Resource -> String -> String -> <WriteGraph> Resource
document :: Resource -> String -> <ReadGraph> [Resource]
documents :: Resource -> <ReadGraph> [Resource] Every document in the model, found by descending through the children that are not themselves documents. documentsFolders :: Resource -> <ReadGraph> [Resource] The document libraries of the model, found by descending through its children. The search stops at each library, so a library nested inside another one is not listed. exportDocument :: Resource -> String -> <Proc> ()
importDocumentWithDetailSCL :: Resource -> String -> <WriteGraph> Resource
importFolderWithName :: String -> Resource -> Resource -> Resource -> ProgressMonitor -> <WriteGraph> Resource
loadDocumentLibrarySynchronizer :: LifeCycleContext -> <Proc> () Starts keeping the document libraries that are configured for file system
synchronization exported to their folders, and keeps doing so as the set of
such libraries changes. Failures during an export are logged, not raised. The
listener is registered under the given life cycle context, which
unloadDocumentLibrarySynchronizer :: LifeCycleContext -> <Proc> () The counterpart of |