Modifier and Type | Method and Description |
---|---|
void |
addPostOperation(Operation operation)
Add a new
Operation to be performed if all conditions of this rule are met. |
void |
addPreOperation(Operation operation)
Add a new
Operation to be performed if all conditions of this rule are met. |
RewriteState |
getState()
Return the current
RewriteState for this EvaluationContext . |
containsKey, get, put
RewriteState getState()
RewriteState
for this EvaluationContext
. During Condition
evaluation,
this will return RewriteState.EVALUATING
. While performing configured Operation
instances, this
will return RewriteState.PERFORMING
.void addPreOperation(Operation operation)
void addPostOperation(Operation operation)
Copyright © 2014 OCPsoft. All Rights Reserved.