Get Referenced Assets In Java
Hello,
Were trying to get the list of referenced assets in java code without much luck. I've found in the javadocs an interface: com.fatwire.cs.ui.model.bo.asset.Asset, which contains a method getReferencedByAssets. However, I can't find anyway to instantiate a class which implements this interface, everything I've found only returns AssetData which doesn't provide that information.
I've also found an undocumented xml tag, asset:referencedby, but haven't been able to figure out the underlying logic to get this running in a java class. Has anyone been able to achieve this?
Thanks,
Tim
0