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 TypeInterfaceDescriptioninterfaceAnAuthenticationRulecan authorize any request against our RESTful service.interfaceCommunicationRule<C extends CommunicationContext>CommunicationRuleis the interface that should be used to make an rule applicable for Communication-Events.interfaceinterfaceCustomRuleis the interface that should be used to make an rule applicable for Custom-Events.interfaceinterfaceDeleteRuleis the interface that should be used to make an rule applicable for Afterwards-Deletion-Events.interfaceDeleteRuleis the interface that should be used to make an rule applicable for Deletion-Events.interfaceGenerateRuleis the interface that should be used to make an rule applicable for Afterward-Generation-Events.interfaceGenerateRuleis the interface that should be used to make an rule applicable for Generation-Events.interfaceInsertFinalRuleis the interface that should be used to make an rule applicable for Afterwards-Insert-Events.interfaceInsertRuleis the interface that should be used to make an rule applicable for Insert-Events.interfaceJobRuleis the interface that should be used to make an rule applicable for Job-Events.interfacePrintFinalRuleis the interface that should be used to make an rule applicable for PrintFinal-Events.interfacePrintRuleis the interface that should be used to make an rule applicable for Print-Events.interfaceStateChangeFinalRuleis the interface that should be used to make an rule applicable for Afterwards-StateChange-Events.interfaceStateChangeRuleis the interface that should be used to make an rule applicable for StateChange-Events.interfaceUpdateFinalRuleis the interface that should be used to make an rule applicable for Afterward-Update-Events.interfaceUpdateRuleis the interface that should be used to make an rule applicable for Update-Events.