Uses of Interface
org.kie.api.runtime.Context
-
Packages that use Context Package Description org.kie.api.command org.kie.api.runtime The runtime engine classes, including KieSession and StatelessKieSession. -
-
Uses of Context in org.kie.api.command
Methods in org.kie.api.command with parameters of type Context Modifier and Type Method Description T
ExecutableCommand. execute(Context context)
-
Uses of Context in org.kie.api.runtime
Classes in org.kie.api.runtime with type parameters of type Context Modifier and Type Interface Description interface
ExecutableRunner<C extends Context>
Subinterfaces of Context in org.kie.api.runtime Modifier and Type Interface Description interface
RequestContext
Methods in org.kie.api.runtime that return Context Modifier and Type Method Description Context
RequestContext. getApplicationContext()
Context
RequestContext. getConversationContext()
Methods in org.kie.api.runtime with parameters of type Context Modifier and Type Method Description <T> T
ExecutableRunner. execute(Command<T> command, Context ctx)
-