Content Management Integration

Content Management Interoperability Services (CMIS) is an OASIS standard enabling information sharing between different Content Management Systems. Document management within OFSAA can integrate with CMIS services to support document upload and download to the CMIS repository.

Note:

To use the features explained in this section, additional licenses may apply. For details, contact My Oracle Support.
Perform the following configurations:
  1. Set the following parameters in the configuration table in the Config Schema to enable CMIS:
    1. Set the value of IS_CMIS_ENABLED parameter to TRUE. If this is set to FALSE, document upload will happen on ftpshare.
    2. Update the value of CMIS_ATOMPUB_URL parameter with the repository URL. Ensure the URL is up and running.

      For example: http://192.0.2.1:7777/service/cmis

  2. Modify the property file INFODOM_cmis.properties, which is available inside $FIC_HOME/ficweb/webroot/conf folder.
    1. Rename the file by replacing the INFODOM with actual name of Infodom. For example if Infodom name is “OFSAAINFO”, rename the file to OFSAAINFO_cmis.properties.
    2. The property file will contain the following entries. Update them as per the CMIS URL.

      REPOSITORY_ID=5

      USER=admin

      PASSWORD=password

      DEFAULTPATH=/Default

      DOC_OBJ_TYPE_ID=cmis:document

      FLDR_OBJ_TYPE_ID=cmis:folder

  3. Redeploy the application onto your configured web application server. For more information on generating and deploying the EAR/ WAR file, refer to the Post Installation Configuration section in the.OFS Analytical Applications Infrastructure Installation and Configuration Guide
  4. Restart all the OFSAAI services. For more information, refer to the Start/Stop Infrastructure Services section in the OFS Analytical Applications Infrastructure Installation and Configuration Guide.