@NonPortable public class QueueGraphExecutionContext extends AbstractGraphCommandExecutionContext
| Constructor and Description |
|---|
QueueGraphExecutionContext(DefinitionManager definitionManager,
FactoryManager factoryManager,
RuleManager ruleManager,
Index<?,?> graphIndex,
RuleSet ruleSet) |
| Modifier and Type | Method and Description |
|---|---|
void |
addElement(Element candidate) |
void |
clear() |
RuleViolations |
evaluate(GraphEvaluationContext context) |
protected RuleEvaluationContextBuilder.GraphContextBuilder |
getContextBuilder() |
RuleSet |
getRuleSet() |
List<Element> |
getUpdatedElements() |
void |
resetUpdatedElements() |
evaluate, getDefinitionManager, getFactoryManager, getGraphIndexpublic QueueGraphExecutionContext(DefinitionManager definitionManager, FactoryManager factoryManager, RuleManager ruleManager, Index<?,?> graphIndex, RuleSet ruleSet)
public void clear()
public RuleViolations evaluate(GraphEvaluationContext context)
public RuleSet getRuleSet()
protected RuleEvaluationContextBuilder.GraphContextBuilder getContextBuilder()
getContextBuilder in class AbstractGraphCommandExecutionContextpublic void addElement(Element candidate)
public void resetUpdatedElements()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.