@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.
Modifier and Type | Method and Description |
---|---|
void |
generate(GenerateContext context)
GenerateContext is the context providing all generation - relevant attributes and methods
like TargetObjects, SourceObjects and ParameterObjects |
void generate(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.