2024 Update Rollup 1

Configuration of the Fabasoft Integration for CMISPermanent link for this heading

The Fabasoft Integration for CMIS (FSCCMIS@1.1001) software component provides the Configuration for CMIS (FSCCMIS@1.1001:DefaultCMISConfiguration) configuration object. The following fields are available:

Ein Bild, das Screenshot enthält.  Automatisch generierte Beschreibung

  • Repositories
    The desk of the user is a repository by default. Additional repositories can be defined in this field. By default, only instances of the object class Folder can be specified. Instances of further object classes can be used once they are configured in the Configuration for Folder Types section.
  • Configuration for Folder Types
    To use instances of object classes as CMIS folders the following parameters have to be defined for the desired object class:
    • Expression for Child Objects
      Define an expression which returns a list of child objects. This expression will be used when reading the child elements of an instance of the configured object class.
    • Attribute for Child Objects
      Define a property of type COOSYSTEM@1.1:OBJECTLIST which will be used when adding new child elements or deleting existing elements.
  • Configuration for Document Types
    By default only instances of COOSYSTEM@1.1:ContentObject or derived classes can be used as CMIS documents. To use instances of other object classes you need to define the following parameters for the desired object class:
    • Expression for Content
      Define an expression which returns a content of type COOSYSTEM@1.1:Content which will be used when reading the content of an instance of the configured object class.
    • Attribute for Content
      Define a property of type COOSYSTEM@1.1:Content which will be used when modifying the content of instances of the configured object class.

Configuration of Java Virtual Machine OptionsPermanent link for this heading

It may be necessary to adapt the Java Virtual Machine options on the Fabasoft Folio web server to handle large files without running out of memory. Therefor, it is possible to change the provided heap space by creating the environment variable COOJAVA_JVMOPTIONS. Set this variable to -Xms128m -Xmx512m for a minimum of 128 MB and a maximum of 512 MB.