Interface VirtualQueryConstraint
-
- All Known Implementing Classes:
BasicConstraint,FilesFoldersConstraint,IgnoreConstraint,NamePatternPropertyValueConstraint,PagingRequestConstraint,PropertyValueConstraint,SortConstraint,VirtualQueryConstraintDecorator
public interface VirtualQueryConstraintSpecifies the constraint to be applied to queries given in the virtual folder template.- Author:
- Bogdan Horje
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.alfresco.service.cmr.search.SearchParametersapply(ActualEnvironment environment, VirtualQuery query)
-
-
-
Method Detail
-
apply
org.alfresco.service.cmr.search.SearchParameters apply(ActualEnvironment environment, VirtualQuery query) throws VirtualizationException
- Parameters:
environment-query-- Returns:
- the
SearchParametersrepresentation of the given query with this constraint applied - Throws:
VirtualizationException
-
-