Totally makes sense for a user, which is why we don't do it. /some sarcasm
Yeah this is part of the jclouds idioms. The domain objects are mostly data access objects, so they really don't have functionality outside of some serialization information. All the call information is under features. Some more complex stuff is handled with mapbinders and parsers (but preferably very rarely). ________________________________ From: Shaunak Kashyap <[email protected]> Sent: Wednesday, March 18, 2015 4:15 PM To: jclouds/jclouds-labs-openstack Cc: Zack Shoylev Subject: Re: [jclouds-labs-openstack] Allows manually deleting (purging) cached CDN assets (#182) I'm not familiar with jclouds idioms, but it feels more natural to me to have the deleteAsset and deleteAssets methods be defined in the Service class<https://github.com/jclouds/jclouds-labs-openstack/blob/master/openstack-poppy/src/main/java/org/jclouds/openstack/poppy/v1/domain/Service.java#L34>. - Reply to this email directly or view it on GitHub<https://github.com/jclouds/jclouds-labs-openstack/pull/182#issuecomment-83181320>. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/182#issuecomment-83196955
