Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Hi.
When dealing with a Repository via APPContentManager, the vast majority of my code is happy working with the higher level CMISObject derived interfaces (Document/Folder). But there are a few select places where I require access to some underlying low-level information, such as the remote content href URL for a Document ( APPObjectEntry.getContentHref() ). Coding the whole project using the low-level API's is quite burdensome, and if I have an APPObject reference, I would rather just have the ability to get a reference to it's underlying APPObjectEntry.
Thanks.