Class People.WhereClause

java.lang.Object
org.alfresco.rest.requests.People.WhereClause
Enclosing class:
People

public class People.WhereClause extends Object
Construct the Where clause of getFavorites You can use the where parameter to restrict the list in the response to entries of a specific kind. The where parameter takes a value. The value is a single predicate that can include one or more EXISTS conditions. The EXISTS condition uses a single operand to limit the list to include entries that include that one property. The property values are:- target/file target/folder target/site Usage: where.. targetFileExist().or().targetSiteExist().filterAnd().getFavorites(...) At this point this method is working only with @link method.
Author:
paul.brodner