public class OwBooleanCollector extends OwrReturnTypeCollector
OwrReturnTypeCollector
.
Can merge results using OR or AND operations.
See newAND(boolean)
and newOR(boolean)
.
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 | Method and Description |
---|---|
void |
collect(boolean result_p) |
Boolean |
getResult() |
static OwBooleanCollector |
newAND(boolean default_p) |
static OwBooleanCollector |
newOR(boolean default_p) |
findCollectMethod
canCollect, collect
public static OwBooleanCollector newOR(boolean default_p)
public static OwBooleanCollector newAND(boolean default_p)
public void collect(boolean result_p)
public Boolean getResult()
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.