ibmmaximorestjsonapis / maximorestclient

The Maximo REST client library provides a set of driver API's which can be consumed by an JAVA based web component that would like to interface with a Maximo instance.
Apache License 2.0
42 stars 43 forks source link

Is there a way to support notEquals in WhereClause #26

Open ghost opened 5 years ago

ghost commented 5 years ago

I'm trying the convert the following query into a resource set. "http://host:9092/maximo/oslc/os/cls?oslc.select=*&oslc.where=spi:resource!="NET";"

However, I don't find a way to check for "notEquals" in the where clause. Is there any workaround on this?