Uses of Annotation Interface
org.nuclos.api.annotation.RuleType
Packages that use RuleType
-
Uses of RuleType in org.nuclos.api.rule
Classes in org.nuclos.api.rule with annotations of type RuleTypeModifier and TypeInterfaceDescriptioninterface
CommunicationRule<C extends CommunicationContext>
CommunicationRule
is the interface that should be used to make an rule applicable for Communication-Events.interface
CustomRule
is the interface that should be used to make an rule applicable for Custom-Events.interface
DeleteRule
is the interface that should be used to make an rule applicable for Afterwards-Deletion-Events.interface
DeleteRule
is the interface that should be used to make an rule applicable for Deletion-Events.interface
GenerateRule
is the interface that should be used to make an rule applicable for Afterward-Generation-Events.interface
GenerateRule
is the interface that should be used to make an rule applicable for Generation-Events.interface
InsertFinalRule
is the interface that should be used to make an rule applicable for Afterwards-Insert-Events.interface
InsertRule
is the interface that should be used to make an rule applicable for Insert-Events.interface
JobRule
is the interface that should be used to make an rule applicable for Job-Events.interface
PrintFinalRule
is the interface that should be used to make an rule applicable for PrintFinal-Events.interface
PrintRule
is the interface that should be used to make an rule applicable for Print-Events.interface
StateChangeFinalRule
is the interface that should be used to make an rule applicable for Afterwards-StateChange-Events.interface
StateChangeRule
is the interface that should be used to make an rule applicable for StateChange-Events.interface
UpdateFinalRule
is the interface that should be used to make an rule applicable for Afterward-Update-Events.interface
UpdateRule
is the interface that should be used to make an rule applicable for Update-Events.