public class DefaultRuleGroupExecutionRRDConverter extends Object implements Converter<AbstractRuleEngineRuleModel,RuleGroupExecutionRRD>
AbstractRuleEngineRuleModel to a set
of RuleGroupExecutionRRDs.| Constructor and Description |
|---|
DefaultRuleGroupExecutionRRDConverter() |
| Modifier and Type | Method and Description |
|---|---|
RuleGroupExecutionRRD |
convert(AbstractRuleEngineRuleModel source)
Converts the source object, creating a new instance of the destination type
|
RuleGroupExecutionRRD |
convert(AbstractRuleEngineRuleModel source,
RuleGroupExecutionRRD prototype)
Convert the source object by filling the prototype
|
protected <any> |
getRuleGroupExecutionRrdPopulator() |
void |
setRuleGroupExecutionRrdPopulator(<any> ruleGroupExecutionRrdPopulator) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconvertAll, convertAllIgnoreExceptions, getLoggerpublic DefaultRuleGroupExecutionRRDConverter()
public RuleGroupExecutionRRD convert(AbstractRuleEngineRuleModel source) throws ConversionException
Converterconvert in interface Converter<AbstractRuleEngineRuleModel,RuleGroupExecutionRRD>source - the source objectConversionException - if an error occurspublic RuleGroupExecutionRRD convert(AbstractRuleEngineRuleModel source, RuleGroupExecutionRRD prototype) throws ConversionException
Converterconvert in interface Converter<AbstractRuleEngineRuleModel,RuleGroupExecutionRRD>source - the source objectprototype - the prototype to fillConversionException - if an error occursprotected <any> getRuleGroupExecutionRrdPopulator()
public void setRuleGroupExecutionRrdPopulator(<any> ruleGroupExecutionRrdPopulator)
Copyright © 2017 SAP SE. All Rights Reserved.