@RuleType(name="nuclos.ruletype.deleterule.name", description="nuclos.ruletype.deleterule.description") public interface DeleteRule
DeleteRule
is the interface that should be used to make an rule
applicable for Deletion-Events.
Classes implementing this interface can be attached to entities. In case of an Deletion-Event the method delete is called.
Modifier and Type | Method and Description |
---|---|
void |
delete(DeleteContext context)
DeleteContext is the context providing all deleting - relevant attributes and methods. |
void delete(DeleteContext context) throws BusinessException
DeleteContext
is the context providing all deleting - relevant attributes and methods.
To get the BusinessObject
the method getBusinessObject() can be called.
Note: Only BusinessObject
/ Entities that are modifiable can be used in Insert-Event.
If a BusinessObject
cannot be used in this context check wether the entity is set modifiyable
context
- BusinessException
Copyright © 2024. All rights reserved.