Liferay 6.1.2-ce-ga3

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


Constructor Summary
CMISDisjunction()
           
 
Method Summary
 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 String toQueryFragment()
Specified by:
toQueryFragment in interface CMISCriterion
Specified by:
toQueryFragment in class CMISJunction

Liferay 6.1.2-ce-ga3