Package org.nuclos.api.rule
Interface GenerateRule
@RuleType(name="nuclos.ruletype.generaterule.name",
description="nuclos.ruletype.generaterule.description")
public interface GenerateRule
GenerateRule
is the interface that should be used to make an rule
applicable for 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
generate
(GenerateContext context) GenerateContext
is the context providing all generation - relevant attributes and methods like TargetObjects, SourceObjects and ParameterObjects
-
Method Details
-
generate
GenerateContext
is the context providing all generation - relevant attributes and methods like TargetObjects, SourceObjects and ParameterObjects- Parameters:
context
-- Throws:
BusinessException
-