|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.wewebu.ow.server.app.OwEcmUtil.OwSimpleSearchClause
public static class OwEcmUtil.OwSimpleSearchClause
A simple search clause tuple.
OwEcmUtil.createSimpleSearchNode(String, String, String, com.wewebu.ow.server.app.OwEcmUtil.OwSimpleSearchClause[], OwFieldDefinitionProvider),
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
| Constructor Summary | |
|---|---|
OwEcmUtil.OwSimpleSearchClause(String name_p,
int operator_p,
Object value_p)
create a search clause |
|
| Method Summary | |
|---|---|
String |
getName()
get the criteria name |
int |
getOperator()
get the criteria operator |
Object |
getValue()
get the criteria value |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OwEcmUtil.OwSimpleSearchClause(String name_p,
int operator_p,
Object value_p)
name_p - the criteria nameoperator_p - the criteria operator as defined in OwSearchOperator.CRIT_OP_...value_p - the criteria valueOwEcmUtil.createSimpleSearchNode(String, String, String, com.wewebu.ow.server.app.OwEcmUtil.OwSimpleSearchClause[], OwFieldDefinitionProvider),
OwEcmUtil.doSimpleSearch(String, String, String, com.wewebu.ow.server.app.OwEcmUtil.OwSimpleSearchClause[], OwRepository, OwSort, Collection, int, int)| Method Detail |
|---|
public String getName()
public int getOperator()
public Object getValue()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||