How can I filter an OSLC RAM query on community?
This seems like it should be an easy thing to do. I want to create an OSLC query that returns all assets in a given community. I can get a list of assets using a simple where clause on String types:
Shouldn't I be able to get the assets in my community with
https://server/tools/cm/iram/oslc/simpleQuery?oslc.where=ram_asset:community="2826" ?
Or should there be a community-specific asset management service?
Thanks,
Dennis
https://server/tools/cm/iram/oslc/simpleQuery?oslc.where=dcterms:title="test"
and I have been able to get a list of assets based on a reference
https://server/tools/cm/iram/oslc/simpleQuery?oslc.where=oslc_asset:state="As_is"
and I have been able to get a list of assets based on a reference
Shouldn't I be able to get the assets in my community with
https://server/tools/cm/iram/oslc/simpleQuery?oslc.where=ram_asset:community="2826" ?
Or should there be a community-specific asset management service?
Thanks,
Dennis