public abstract class ParameterizedIterationOperation<T extends WindupVertexFrame> extends AbstractIterationOperation<T> implements org.ocpsoft.rewrite.config.Operation, org.ocpsoft.rewrite.param.Parameterized
| Constructor and Description |
|---|
ParameterizedIterationOperation() |
ParameterizedIterationOperation(String variableName) |
| Modifier and Type | Method and Description |
|---|---|
void |
perform(GraphRewrite event,
org.ocpsoft.rewrite.context.EvaluationContext context) |
void |
perform(GraphRewrite event,
org.ocpsoft.rewrite.context.EvaluationContext context,
T payload) |
abstract void |
performParameterized(GraphRewrite event,
org.ocpsoft.rewrite.context.EvaluationContext context,
T payload) |
camelCase, checkVariableName, getVariableName, hasVariableNameSet, resolvePayload, resolveVariable, setVariableName, toStringperformpublic ParameterizedIterationOperation()
public ParameterizedIterationOperation(String variableName)
public abstract void performParameterized(GraphRewrite event, org.ocpsoft.rewrite.context.EvaluationContext context, T payload)
public final void perform(GraphRewrite event, org.ocpsoft.rewrite.context.EvaluationContext context)
perform in class AbstractIterationOperation<T extends WindupVertexFrame>public final void perform(GraphRewrite event, org.ocpsoft.rewrite.context.EvaluationContext context, T payload)
perform in class AbstractIterationOperation<T extends WindupVertexFrame>Copyright © 2021 JBoss by Red Hat. All rights reserved.