@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.
Modifier and Type | Method and Description |
---|---|
void |
generateFinal(GenerateContext context)
GenerateContext is the context providing all generation - relevant attributes and methods
like TargetObjects, SourceObjects and ParameterObjects |
void generateFinal(GenerateContext context) throws BusinessException
GenerateContext
is the context providing all generation - relevant attributes and methods
like TargetObjects, SourceObjects and ParameterObjectscontext
- BusinessException
Copyright © 2024. All rights reserved.