Uses of Interface
org.nuclos.api.context.LogContext
-
Uses of LogContext in org.nuclos.api.context
Modifier and TypeInterfaceDescriptioninterface
AuthenticationContext
represents the context used in anAuthenticationRule.authenticate(AuthenticationContext)
.interface
CustomContext
represents the context used in a Custom-Ruleinterface
CustomRestContext
represents the context used inCustomRestRule
interface
interface
DeleteContext
represents the context used in Deletion-Ruleinterface
GenerateContext
represents the context used in Generation-Ruleinterface
InsertContext
represents the context used in Insert-Rule, Insert and InsertFinalinterface
JobContext
represents the context used in Job-Ruleinterface
PrintContext
represents the context used inPrintRule
interface
PrintFinalContext
represents the context used inPrintFinalRule
interface
AuthenticationContext
represents the context used in anAuthenticationRule.refreshAuthentication(RefreshAuthenticationContext)
.interface
RuleContext
represents the base context that supports elementary functions like caching that enables to pass objects throw a list of rules that are executed during one event.interface
StateChangeContext
represents the context used in StateChange-Rule, StateChange and StateChangeFinalinterface
UpdateContext
represents the context used in an Update-Rule, Update and UpdateFinal -
Uses of LogContext in org.nuclos.api.context.communication
Modifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
interface
RequestContext<R extends RequestResponse>