Hi,
We were using OKMWebservices.setPropertyGroupPropertiesSimple(String nodeId,String grpName,Map<String,String> properties) API to set metadata to a document in OpenKM communtity version 6.3.4 which used to get deployed on tomcat-7.0.61.
Now if we install latest community version 6.3.4, installer deploys OpenKM on tomcat-8.5.24. The API OKMWebservices.setPropertyGroupPropertiesSimple(String nodeId,String grpName,Map<String,String> properties) does not set the metadata to a document directly.
It expects to first add a group to the document using OKMWebservices.addGroup(String nodeId,String grpName) and then call OKMWebservices.setPropertyGroupPropertiesSimple(String nodeId,String grpName,Map<String,String> properties).
Please let us know if the functionality changed?
We were using OKMWebservices.setPropertyGroupPropertiesSimple(String nodeId,String grpName,Map<String,String> properties) API to set metadata to a document in OpenKM communtity version 6.3.4 which used to get deployed on tomcat-7.0.61.
Now if we install latest community version 6.3.4, installer deploys OpenKM on tomcat-8.5.24. The API OKMWebservices.setPropertyGroupPropertiesSimple(String nodeId,String grpName,Map<String,String> properties) does not set the metadata to a document directly.
It expects to first add a group to the document using OKMWebservices.addGroup(String nodeId,String grpName) and then call OKMWebservices.setPropertyGroupPropertiesSimple(String nodeId,String grpName,Map<String,String> properties).
Please let us know if the functionality changed?