Hi
I am wondering whether there is a way to customize the feed view for a custom resource using the dctm-rest sdk. With the custom resource, I am trying to fetch a small set of attributes for our custom type. The customized view should show the attributes and the URL to the content of the custom type. I tried to extend the class 'com.emc.documentum.rest.view.FeedableView', but getting the following error.
'Failed to instantiate a view instance for data class. Expand Variables size should be 3.'
Any suggestions on the steps to customize the feed view for this custom resource on dctm-rest services. We are using CAS for authentication.