com.wewebu.ow.server.ecm.eaop
Class OwBooleanCollector
java.lang.Object
com.wewebu.ow.server.ecm.eaop.OwReflectiveCollector
com.wewebu.ow.server.ecm.eaop.OwrReturnTypeCollector
com.wewebu.ow.server.ecm.eaop.OwBooleanCollector
- All Implemented Interfaces:
- OwJoinPointResultCollector
public class OwBooleanCollector
- extends OwrReturnTypeCollector
Boolean result 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
- Since:
- 4.0.0.0
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
newOR
public static OwBooleanCollector newOR(boolean default_p)
newAND
public static OwBooleanCollector newAND(boolean default_p)
collect
public void collect(boolean result_p)
getResult
public Boolean getResult()
Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.