org.alfresco.service.cmr.attributes
Class AttrNotQuery

java.lang.Object
  extended by org.alfresco.service.cmr.attributes.AttrQuery
      extended by org.alfresco.service.cmr.attributes.AttrNotQuery
All Implemented Interfaces:
java.io.Serializable

public class AttrNotQuery
extends AttrQuery

The negation of a sub query.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.alfresco.service.cmr.attributes.AttrQuery
fValue
 
Constructor Summary
AttrNotQuery(AttrQuery sub)
           
 
Method Summary
 java.lang.String getPredicate(AttrQueryHelper helper)
          Get the predicate that goes into a Hibernate query.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttrNotQuery

public AttrNotQuery(AttrQuery sub)
Method Detail

getPredicate

public java.lang.String getPredicate(AttrQueryHelper helper)
Description copied from class: AttrQuery
Get the predicate that goes into a Hibernate query.

Specified by:
getPredicate in class AttrQuery
Returns:
The predicate.


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.