Hi,
the Asset.type is a standard property from Dublin core
(
http://en.wikipedia.org/wiki/Dublin_Core), though this property is
never used by Guvnor Asset or Package, its always empty. I will remove
this property from the REST API. Thanks for pointing this out.
Cheers,
Jervis
On 2011/11/30 23:53, Joe Ammann wrote:
Hi all
I'm trying to integrate Guvnor into my application via the REST API.
Little question to the Asset data structures.
The doc
(
http://docs.jboss.org/drools/release/5.3.0.Final/drools-guvnor-docs/html/...)
says, that every Asset has a "type", and via AssetMetadata also a
"format". When querying my Guvnor repository, I get values like "brl"
or
"dsl" as expected from the Asset->AssetMetadata->format.
But what is Asset->type about? In all my tests it comes back always empty.