I'm implementing a CMIS server using OpenCMIS 0.10.0. For certain object types, I'd like to add an additional atom:link to the atom:entry returned by the AtomPub bindings. The ObjectInfo interface appears to only define specific link types, that are then used in AbstractAtomPubServiceCall.writeObjectEntry to build the atom:entry.
Is there any way I can add an arbitrary link (defining its rel, href and type attributes myself)? Thanks in advance, Alan
