com.liferay.portal.kernel.repository.cmis.search
Class CMISDisjunction

java.lang.Object
  extended by com.liferay.portal.kernel.repository.cmis.search.CMISJunction
      extended by com.liferay.portal.kernel.repository.cmis.search.CMISDisjunction
All Implemented Interfaces:
CMISCriterion

public class CMISDisjunction
extends CMISJunction

Author:
Mika Koivisto

Constructor Summary
CMISDisjunction()
           
 
Method Summary
 java.lang.String toQueryFragment()
           
 
Methods inherited from class com.liferay.portal.kernel.repository.cmis.search.CMISJunction
add, isEmpty, list
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMISDisjunction

public CMISDisjunction()
Method Detail

toQueryFragment

public java.lang.String toQueryFragment()
Specified by:
toQueryFragment in interface CMISCriterion
Specified by:
toQueryFragment in class CMISJunction