Package org.alfresco.rest.api.impl
Class AbstractClassImpl.ClassQueryWalker
java.lang.Object
org.alfresco.rest.framework.resource.parameters.where.QueryHelper.WalkerCallbackAdapter
org.alfresco.rest.workflow.api.impl.MapBasedQueryWalker
org.alfresco.rest.api.impl.AbstractClassImpl.ClassQueryWalker
- All Implemented Interfaces:
QueryHelper.WalkerCallback
- Enclosing class:
- AbstractClassImpl<T extends AbstractClass>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.alfresco.rest.workflow.api.impl.MapBasedQueryWalker
MapBasedQueryWalker.QueryVariableHolder -
Field Summary
Fields inherited from interface org.alfresco.rest.framework.resource.parameters.where.QueryHelper.WalkerCallback
UNSUPPORTED -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidCalled any time an IN clause is encountered.voidCalled any time a MATCHES clause is encountered.Methods inherited from class org.alfresco.rest.workflow.api.impl.MapBasedQueryWalker
and, comparison, enableVariablesSupport, getProperty, getProperty, getProperty, getVariableProperties, handleUnmatchedComparison, processVariable, setSupportedGreaterThanOrEqualParameters, setSupportedGreaterThanParameters, setSupportedLessThanOrEqualParameters, setSupportedLessThanParametersMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.alfresco.rest.framework.resource.parameters.where.QueryHelper.WalkerCallback
between, exists, or
-
Constructor Details
-
ClassQueryWalker
public ClassQueryWalker()
-
-
Method Details
-
in
Description copied from interface:QueryHelper.WalkerCallbackCalled any time an IN clause is encountered.- Parameters:
propertyName- Name of the propertynegated- returns true if "NOT IN" was usedpropertyValues- the property values
-
matches
Description copied from interface:QueryHelper.WalkerCallbackCalled any time a MATCHES clause is encountered.- Specified by:
matchesin interfaceQueryHelper.WalkerCallback- Overrides:
matchesin classMapBasedQueryWalker- Parameters:
property- Name of the propertyvalue- Stringnegated- returns true if "NOT MATCHES" was used
-
getModelIds
-
getParentIds
-
getNotMatchedPrefix
-
getMatchedPrefix
-