Package org.nuclos.api.rule
package org.nuclos.api.rule
-
ClassDescriptionAn
AuthenticationRule
can authorize any request against our RESTful service.CommunicationRule<C extends CommunicationContext>CommunicationRule
is the interface that should be used to make an rule applicable for Communication-Events.CustomRule
is the interface that should be used to make an rule applicable for Custom-Events.DeleteRule
is the interface that should be used to make an rule applicable for Afterwards-Deletion-Events.DeleteRule
is the interface that should be used to make an rule applicable for Deletion-Events.GenerateRule
is the interface that should be used to make an rule applicable for Afterward-Generation-Events.GenerateRule
is the interface that should be used to make an rule applicable for Generation-Events.InsertFinalRule
is the interface that should be used to make an rule applicable for Afterwards-Insert-Events.InsertRule
is the interface that should be used to make an rule applicable for Insert-Events.JobRule
is the interface that should be used to make an rule applicable for Job-Events.PrintFinalRule
is the interface that should be used to make an rule applicable for PrintFinal-Events.PrintRule
is the interface that should be used to make an rule applicable for Print-Events.StateChangeFinalRule
is the interface that should be used to make an rule applicable for Afterwards-StateChange-Events.StateChangeRule
is the interface that should be used to make an rule applicable for StateChange-Events.TransactionalJobRule
is the interface that should be used to make an rule transactional.UpdateFinalRule
is the interface that should be used to make an rule applicable for Afterward-Update-Events.UpdateRule
is the interface that should be used to make an rule applicable for Update-Events.