Class PropertyValueConstraint

    • Constructor Summary

      Constructors 
      Constructor Description
      PropertyValueConstraint​(VirtualQueryConstraint decoratedConstraint, org.alfresco.service.namespace.QName property, java.io.Serializable value, org.alfresco.service.namespace.NamespacePrefixResolver nspResolver)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.alfresco.service.cmr.search.SearchParameters applyDecorations​(ActualEnvironment environment, org.alfresco.service.cmr.search.SearchParameters searchParameters, VirtualQuery query)  
      protected org.alfresco.service.cmr.search.SearchParameters applyFTS​(org.alfresco.service.cmr.search.SearchParameters searchParameters)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PropertyValueConstraint

        public PropertyValueConstraint​(VirtualQueryConstraint decoratedConstraint,
                                       org.alfresco.service.namespace.QName property,
                                       java.io.Serializable value,
                                       org.alfresco.service.namespace.NamespacePrefixResolver nspResolver)
    • Method Detail

      • applyFTS

        protected org.alfresco.service.cmr.search.SearchParameters applyFTS​(org.alfresco.service.cmr.search.SearchParameters searchParameters)