Interface Expression
-
- All Known Implementing Classes:
ACLJCRAmetysObjectHelper.ACLProfileExpression,ACLJCRAmetysObjectHelper.AllowedProfileExpression,ACLJCRAmetysObjectHelper.AnonymousAllowedProfileExpression,ACLJCRAmetysObjectHelper.AnonymousDeniedProfileExpression,ACLJCRAmetysObjectHelper.AnyConnectedAllowedProfileExpression,ACLJCRAmetysObjectHelper.AnyConnectedDeniedProfileExpression,ACLJCRAmetysObjectHelper.DeniedProfileExpression,AlertEngine.BinaryExpression,AndExpression,BooleanExpression,CollectionExpression,CommentExpression,ContentTypeExpression,ContentTypeOrMixinExpression,CurrentStepExpression,DateExpression,DoubleExpression,EventTypeExpression,FullTextExpression,GlobalContentConsistencyGenerator.ConsistencyExpression,HistoryStepExpression,LanguageExpression,LongExpression,MetadataExpression,MixinTypeExpression,MultilingualStringExpression,NotExpression,OrExpression,RemoteIdOrgunitExpression,SearchSitesAction.SiteTitleExpression,StaticContentFilter.DynamicDateExpression,StringExpression,StringStartsWithExpression,StringWildcardExpression,SubContentExpression,TagExpression,ThemeExpression,UserExpression,UserExpression.UserLoginExpression,UserExpression.UserPopulationExpression,VirtualFactoryExpression,WorkflowStepExpression
public interface Expression
Handles an expression of a repository query.
The formal view depends on the implementation of the query.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classExpression.OperatorEnumeration of available operators inExpression
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringbuild()Build the expression.
-