Changes for page CMIS-Plugin


From version 1.1
edited by jdr
on 22.06.2023, 12:30
Change comment: There is no comment for this version
To version 1.9
edited by jdr
on 22.09.2023, 14:28
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,8 +1,10 @@
1 +[[**Plugin-Download**>>url:https://customer.formcycle.eu/index.php/apps/files/?dir=/FORMCYCLE%20-%20Plugins%20Customer/CMIS%20DMS%20System%20Anbindung%20(fc-plugin-cmis)&fileid=54831||rel="noopener noreferrer" target="_blank"]] (erfordert Anmeldung)
2 +
1 1  {{info}}
2 2  {{version major="7" minor="4" patch="0"/}} The plugin requires at least formcycle version 7.4.0.
3 3  {{/info}}
4 4  
5 -With the CMIS plugin you have the possibility to connect a content management system that has a CMIS interface. The scope of this plugin includes the creation of a connection and the creation of folders and documents via the interface.
7 +With the fee required CMIS plugin you have the possibility to connect a document management system that has a CMIS interface. The scope of this plugin includes the creation of a connection and the creation of folders and documents via the interface.
6 6  
7 7  == Configuration of the CMIS connections ==
8 8  
... ... @@ -40,7 +40,7 @@
40 40  
41 41  === Proxy settings ===
42 42  
43 -; Use Proxy
45 +; Use proxy
44 44  : Specifies whether the connection should only take place via a proxy server.
45 45  ; Proxy host
46 46  : The URL under which the proxy server is located.
... ... @@ -50,3 +50,72 @@
50 50  : If the proxy requires authentication via Basic Auth, the credentials can be entered here.
51 51  
52 52  It is also possible to test the configured connection against the interface. However, this is only possible if all fields relevant for the connection have been filled in. The server URL and the configuration of the authentication are basically relevant here. Furthermore, if a proxy is to be used, its configuration is necessary accordingly.
55 +
56 +== Workflow action ==
57 +
58 +The configured CMIS connections can now be used in the workflow action Create CMIS object. The action makes it possible to create folders and documents on the DMS which has a CMIS interface.
59 +
60 +=== Object settings ===
61 +
62 +; Object type
63 +: Specifies the base type of the object. The supported types are folder and document.
64 +; Object type ID
65 +: Specifies the identifier of the object type to be used. If no specific identifier is specified, the base identifier of the object type is taken (documents: "cmis:document", folders: "cmis:folder").
66 +; Object name
67 +: The name of the object to be created. If it is a document and nothing is specified for the object name, the file name is used for the object name. For folders the default value is "output".
68 +; Destination folder path
69 +: The path under which the object is to be created. E.g.: "/examplefolder1/examplefolder2", for the source folder either "/" or no entry can be made. When specifying a destination folder path, make sure that the path used allows folders or documents to be stored or whether the permissions are available on the CMIS interface.
70 +; Object properties
71 +: Further properties that are to be defined for the object. Each property can have a special data type, which is defined by the CMIS interface (see [[here>>https://chemistry.apache.org/docs/cmis-samples/samples/properties/index.html]]). The data type can be selected via the selection. If the data type is //DATETIME//, it is important that the transferred values for the respective property and for all other properties of the type //DATETIME// have the same and correct date format. The standard format here is //dd.MM.yyyy// (e.g. 26.04.2023). If the values passed are a different date format than the default value, it can be entered in the date format input field. The syntax for formatting is described in detail in the documentation for [[Java DateTimeFormatter>>https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/time/format/DateTimeFormatter.html]].
72 +
73 +=== Possible errors ===
74 +
75 +; CONNECTION_FAILED
76 +: The attempt to establish a connection failed.
77 +; FILE_SYSTEM_ERROR
78 +: There was an error receiving the file.
79 +; INVALID_PATH
80 +: The specified path is invalid. Returns the path segment that caused the error.
81 +; AUTHENTICATION_FAILED
82 +: It was not possible to authenticate on the interface.
83 +; NOT_AUTHORIZED
84 +: The authorisation for the interface is not sufficient.
85 +; REPOSITORY_NOT_FOUND
86 +: If a repository was specified by the repository ID, it could not be found.
87 +; TYPE_NOT_SUPPORTED
88 +: The type specified by the Object Type ID field is not supported by the interface.
89 +; OBJECT_PROPERTY_CREATION_FAILED
90 +: An error occurred during the creation of an object property. This could occur, for example, if the data type is configured incorrectly.
91 +; OBJECT_CREATION_FAILED
92 +: The creation of the object on the CMIS interface failed.
93 +
94 +== Version history ==
95 +
96 +=== 1.2.3 ===
97 +
98 +* Bug fixes in CMIS connection configuration interface
99 +
100 +=== 1.2.2 ===
101 +
102 +* Selection of data types for object properties
103 +
104 +=== 1.2.1 ===
105 +
106 +* Bug fixes
107 +
108 +=== 1.2.0 ===
109 +
110 +* Selection of multiple files and repeated upload items in workflow action possible.
111 +
112 +=== 1.1.1 ===
113 +
114 +* Add new role property for managing cmis connections
115 +
116 +=== 1.1.0 ===
117 +
118 +* Database change for CMIS connection entities
119 +* Bug fixes
120 +
121 +=== 1.0.0 ===
122 +
123 +* Initial release