Package org.nuclos.api.rule
package org.nuclos.api.rule
- 
InterfacesClassDescriptionAnAuthenticationRulecan authorize any request against our RESTful service.CommunicationRule<C extends CommunicationContext>CommunicationRuleis the interface that should be used to make an rule applicable for Communication-Events.CustomRuleis the interface that should be used to make an rule applicable for Custom-Events.DeleteRuleis the interface that should be used to make an rule applicable for Afterwards-Deletion-Events.DeleteRuleis the interface that should be used to make an rule applicable for Deletion-Events.GenerateRuleis the interface that should be used to make an rule applicable for Afterward-Generation-Events.GenerateRuleis the interface that should be used to make an rule applicable for Generation-Events.InsertFinalRuleis the interface that should be used to make an rule applicable for Afterwards-Insert-Events.InsertRuleis the interface that should be used to make an rule applicable for Insert-Events.JobRuleis the interface that should be used to make an rule applicable for Job-Events.PrintFinalRuleis the interface that should be used to make an rule applicable for PrintFinal-Events.PrintRuleis the interface that should be used to make an rule applicable for Print-Events.StateChangeFinalRuleis the interface that should be used to make an rule applicable for Afterwards-StateChange-Events.StateChangeRuleis the interface that should be used to make an rule applicable for StateChange-Events.TransactionalJobRuleis the interface that should be used to make an rule transactional.UpdateFinalRuleis the interface that should be used to make an rule applicable for Afterward-Update-Events.UpdateRuleis the interface that should be used to make an rule applicable for Update-Events.