12-10-2008 12:59 PM
GET /alfresco/service/api/path/{store_type}/{store_id}/{id}/children?types={types}&filter={filter?}&skipCount={skipCount?}&maxItems={maxItems?}
String filter: Filter specifying which properties to return.
12-11-2008 06:10 AM
The "getChildren" Web script –GET /alfresco/service/api/path/{store_type}/{store_id}/{id}/children?types={types}&filter={filter?}&skipCount={skipCount?}&maxItems={maxItems?}
– specifies a "filter" argument. The definition is this:String filter: Filter specifying which properties to return.
What is the format of this?
I have a custom property of "custom:Type". What would I put in the "filter" argument to return this? I've tried about everything.
I've specified "ObjectId," and it did limit the returned properties to the "cmisbjectId" property. But am I limited to just the "cmis" namespace? Can I get my custom property out?
12-11-2008 08:11 AM
You're limited to properties that would be listed when you omit the filter (or use filter=*), that is, a fixed set of CMIS properties.
12-11-2008 08:54 AM
So, is there any way to get my custom property back from this Web script?
A property filter can be used to specify which properties to be returned in a request. A valid property filter will follow the following grammar:or in other words:
[*] | <propertyname>[,[ ]*<propertyname>]*
A property filter is a string that contains either ‘*’ (to return all properties) or a comma-separated list of property names (to return selected properties). An arbitrary number of spaces are allowed before or after each comma.
04-08-2009 06:26 PM
04-09-2009 03:41 AM
04-10-2009 08:04 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.