Hi All,
I am developing an application using CMIS API.
For search feature I am using CMIS property name definitions like cmis:name, cmis:creationDate etc..
My question is which is a good way to use property names, should i directly use
in preparing query or put it in a property/bundle file and fetch it.
Means if tomorrow CMIS specification changes property names to something else so I just need to change
bundle/properties file changing the key values.
Please give your comments.
Thanks.