public interface IJavaAggregationHandler extends IAggregationHandler<IAggregationDocument>
EXTRA_ORDERS_FLUSH_SIZE
Modifier and Type | Method and Description |
---|---|
boolean |
match(IAggregationDocument document,
java.lang.String matchingExpression,
IMatchResultVisitor resultVisitor)
Deprecated.
|
discard, getReason, match, matchPathEnd, matchPathEnd, matchPathEnd, yield, yieldAndForward
@Deprecated boolean match(IAggregationDocument document, java.lang.String matchingExpression, IMatchResultVisitor resultVisitor)
IAggregationDocument
and
that satisfy the @i matchingExpression.document
- The starting document from which we will evaluate the matching expression.matchingExpression
- Defines the valid sequence of arcs that will be returned if found in the graph.
The pattern string should preferably be a static string to allow the static code analyzed to extract it at build time
which is required by the impact analysis.resultVisitor
- The visitor to consider in order to collect the accepting documents.Copyright © 2013 Dassault Systèmes, All Rights Reserved.