Liferay 6.1.2-ce-ga3

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

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

public class CMISConjunction
extends CMISJunction


Constructor Summary
CMISConjunction()
           
 
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

CMISConjunction

public CMISConjunction()
Method Detail

toQueryFragment

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

Liferay 6.1.2-ce-ga3