Package org.nuclos.api.rule
Interface GenerateFinalRule
@RuleType(name="nuclos.ruletype.generatefinalrule.name",
description="nuclos.ruletype.generatefinalrule.description")
public interface GenerateFinalRule
GenerateRule
is the interface that should be used to make an rule
applicable for Afterward-Generation-Events.
Classes implementing this interface can be attached to workingsteps. In case of an Generation-Event the method generate is called.
- Author:
- Matthias Reichart
-
Method Summary
Modifier and TypeMethodDescriptionvoid
generateFinal
(GenerateContext context) GenerateContext
is the context providing all generation - relevant attributes and methods like TargetObjects, SourceObjects and ParameterObjects
-
Method Details
-
generateFinal
GenerateContext
is the context providing all generation - relevant attributes and methods like TargetObjects, SourceObjects and ParameterObjects- Parameters:
context
-- Throws:
BusinessException
-