Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
OpenCMIS 0.10.0
-
None
Description
It would be good if the ObjectInfo interface were extended to allow arbitrary links to be defined. The AbstractAtomPubServiceCall.writeObjectEntry method could then output them as additional AtomPub links (i.e. custom values for rel, href, type and id attributes).
I've attached a simple svn patch file that implements this change. (I've added a new LinkInfo interface and LinkInfoImpl implementation, plus updates to ObjectInfo, ObjectInfoImpl and AbstractAtomPubServiceCall.)