ibm-connections

Is it possible to lock a file programmatically? (IBM Connections 5.0)


I am working with the IBM Connection APIs and I didn't find anything about the question of locking a file programmatically in the documentation. There is no way to do it?

I have seen that when a file is locked the metadata is changed:

<td:lock type="HARD">

So I could programmatically modify this metadata but is there an easier way to do it?


Solution

  • It is not possible to lock a file programmatically. There is no option in the API documentation and it is unauthorized to submit new metadata like I was explaining in my question.

    So what I decided to do was to add a tag "locked" programmatically. No other solution.