public class WhereClause extends Object
Models a WHERE clause to be used with the Alfresco Workflow Public Rest API.
"The where parameter can be used to get processes/tasks that meet certain criteria. The where parameter takes, as a value, a single predicate that includes one or more conditions logically connected by AND."
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Modifier and Type | Class and Description |
---|---|
static class |
WhereClause.Criterion
Criterion.
|
Modifier | Constructor and Description |
---|---|
protected |
WhereClause() |
Modifier and Type | Method and Description |
---|---|
void |
addCriterion(WhereClause.Criterion criterion) |
static WhereClause |
emptyClause() |
static WhereClause |
fromOwSearchNode(com.wewebu.ow.server.field.OwSearchNode node,
NativeValueConverterFactory valueConverterFactory) |
String |
toString() |
public static WhereClause emptyClause()
public static WhereClause fromOwSearchNode(com.wewebu.ow.server.field.OwSearchNode node, NativeValueConverterFactory valueConverterFactory) throws OwRestException
OwRestException
public void addCriterion(WhereClause.Criterion criterion)
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.