KIE API 6.1.0.Beta2
A B C D E F G H I J K L M N O P Q R S T U V W X Y

A

ABORTED - Static variable in interface org.kie.api.runtime.process.WorkItem
 
abortProcessInstance(long) - Method in interface org.kie.api.runtime.process.ProcessRuntime
Aborts the process instance with the given id.
abortWorkItem(WorkItem, WorkItemManager) - Method in interface org.kie.api.runtime.process.WorkItemHandler
The given work item should be aborted.
abortWorkItem(long) - Method in interface org.kie.api.runtime.process.WorkItemManager
Notifies the work item manager that the work item with the given id could not be executed and should be aborted.
accept(Object) - Method in interface org.kie.api.marshalling.ObjectMarshallingStrategy
 
accept(Object) - Method in interface org.kie.api.marshalling.ObjectMarshallingStrategyAcceptor
 
accept(Object) - Method in class org.kie.api.runtime.ClassObjectFilter
Returns true if the Iterator accepts the given object according to its class.
accept(Rule[]) - Method in interface org.kie.api.runtime.conf.TimedRuleExecutionFilter
 
accept(Object) - Method in interface org.kie.api.runtime.ObjectFilter
Returning true means the Iterator accepts, and thus returns, the current Object.
accept(Match) - Method in interface org.kie.api.runtime.rule.AgendaFilter
Determine if a given match should be fired.
accumulate(Serializable, Object) - Method in interface org.kie.api.runtime.rule.AccumulateFunction
Executes the accumulation action
AccumulateFunction - Interface in org.kie.api.runtime.rule
An interface for accumulate external function implementations
activate(long, String) - Method in interface org.kie.api.task.TaskService
 
ActivationGroup - Interface in org.kie.api.runtime.rule
 
Activator - Class in org.kie.api.osgi
 
Activator() - Constructor for class org.kie.api.osgi.Activator
 
Activator.BundleContextInstantiator<V> - Class in org.kie.api.osgi
 
Activator.BundleContextInstantiator(BundleContext, ServiceReference) - Constructor for class org.kie.api.osgi.Activator.BundleContextInstantiator
 
Activator.DroolsServiceTracker - Class in org.kie.api.osgi
 
Activator.DroolsServiceTracker(BundleContext, Activator) - Constructor for class org.kie.api.osgi.Activator.DroolsServiceTracker
 
ACTIVE - Static variable in interface org.kie.api.runtime.process.WorkItem
 
addArgument(String, String) - Method in interface org.kie.api.builder.model.QualifierModel
 
addAsset(Resource, ResourceType) - Method in interface org.kie.api.runtime.manager.RuntimeEnvironmentBuilder
 
addConfiguration(String, String) - Method in interface org.kie.api.runtime.manager.RuntimeEnvironmentBuilder
 
addEnvironmentEntry(String, Object) - Method in interface org.kie.api.runtime.manager.RuntimeEnvironmentBuilder
 
addEventListener(KieBaseEventListener) - Method in interface org.kie.api.event.kiebase.KieBaseEventManager
Add an event listener.
addEventListener(ProcessEventListener) - Method in interface org.kie.api.event.process.ProcessEventManager
Add a process event listener.
addEventListener(RuleRuntimeEventListener) - Method in interface org.kie.api.event.rule.RuleRuntimeEventManager
Add an event listener.
addEventListener(AgendaEventListener) - Method in interface org.kie.api.event.rule.RuleRuntimeEventManager
Add an event listener.
addInclude(String) - Method in interface org.kie.api.builder.model.KieBaseModel
Includes the resources of the KieBase with the given name in this KieBaseModel
addingService(ServiceReference) - Method in class org.kie.api.osgi.Activator.DroolsServiceTracker
 
addKieModule(KieModule) - Method in interface org.kie.api.builder.KieRepository
Adds a new KieModule to this KieRepository
addKieModule(Resource, Resource...) - Method in interface org.kie.api.builder.KieRepository
Creates a new KieModule using the provided resource and dependencies and automatically adds it to this KieRepository
addPackage(String) - Method in interface org.kie.api.builder.model.KieBaseModel
Adds a package (pattern) to the list of the packages defining the set of resources that have to be included in the KieBase.
addResourceTypeToRegistry(String, String, String, String, String...) - Static method in class org.kie.api.io.ResourceType
 
addTask(Task, Map<String, Object>) - Method in interface org.kie.api.task.TaskService
 
afterFunctionRemoved(AfterFunctionRemovedEvent) - Method in class org.kie.api.event.kiebase.DefaultKieBaseEventListener
 
afterFunctionRemoved(AfterFunctionRemovedEvent) - Method in interface org.kie.api.event.kiebase.KieBaseEventListener
Method called after a function is removed from the rule base
AfterFunctionRemovedEvent - Interface in org.kie.api.event.kiebase
 
afterKieBaseLocked(AfterKieBaseLockedEvent) - Method in class org.kie.api.event.kiebase.DefaultKieBaseEventListener
 
afterKieBaseLocked(AfterKieBaseLockedEvent) - Method in interface org.kie.api.event.kiebase.KieBaseEventListener
Method called after a knowledge base is locked
AfterKieBaseLockedEvent - Interface in org.kie.api.event.kiebase
 
afterKieBaseUnlocked(AfterKieBaseUnlockedEvent) - Method in class org.kie.api.event.kiebase.DefaultKieBaseEventListener
 
afterKieBaseUnlocked(AfterKieBaseUnlockedEvent) - Method in interface org.kie.api.event.kiebase.KieBaseEventListener
Method called after a knowledge base is unlocked
AfterKieBaseUnlockedEvent - Interface in org.kie.api.event.kiebase
 
afterKiePackageAdded(AfterKiePackageAddedEvent) - Method in class org.kie.api.event.kiebase.DefaultKieBaseEventListener
 
afterKiePackageAdded(AfterKiePackageAddedEvent) - Method in interface org.kie.api.event.kiebase.KieBaseEventListener
Method called after a new package is added to the knowledge base
AfterKiePackageAddedEvent - Interface in org.kie.api.event.kiebase
 
afterKiePackageRemoved(AfterKiePackageRemovedEvent) - Method in class org.kie.api.event.kiebase.DefaultKieBaseEventListener
 
afterKiePackageRemoved(AfterKiePackageRemovedEvent) - Method in interface org.kie.api.event.kiebase.KieBaseEventListener
Method called after a package is removed from the knowledge base
AfterKiePackageRemovedEvent - Interface in org.kie.api.event.kiebase
 
afterMatchFired(AfterMatchFiredEvent) - Method in interface org.kie.api.event.rule.AgendaEventListener
 
afterMatchFired(AfterMatchFiredEvent) - Method in class org.kie.api.event.rule.DebugAgendaEventListener
 
afterMatchFired(AfterMatchFiredEvent) - Method in class org.kie.api.event.rule.DefaultAgendaEventListener
 
AfterMatchFiredEvent - Interface in org.kie.api.event.rule
 
afterNodeLeft(ProcessNodeLeftEvent) - Method in class org.kie.api.event.process.DefaultProcessEventListener
 
afterNodeLeft(ProcessNodeLeftEvent) - Method in interface org.kie.api.event.process.ProcessEventListener
This listener method is invoked right after a node in a process instance has been left (which is when the node was completed, for example when it performed the task it was designed for).
afterNodeTriggered(ProcessNodeTriggeredEvent) - Method in class org.kie.api.event.process.DefaultProcessEventListener
 
afterNodeTriggered(ProcessNodeTriggeredEvent) - Method in interface org.kie.api.event.process.ProcessEventListener
This listener method is invoked right after a node in a process instance has been triggered (which is when the node was entered, for example when an incoming connection triggered it).
afterProcessAdded(AfterProcessAddedEvent) - Method in class org.kie.api.event.kiebase.DefaultKieBaseEventListener
 
afterProcessAdded(AfterProcessAddedEvent) - Method in interface org.kie.api.event.kiebase.KieBaseEventListener
Method called after a function is removed from the knowledge base
AfterProcessAddedEvent - Interface in org.kie.api.event.kiebase
 
afterProcessCompleted(ProcessCompletedEvent) - Method in class org.kie.api.event.process.DefaultProcessEventListener
 
afterProcessCompleted(ProcessCompletedEvent) - Method in interface org.kie.api.event.process.ProcessEventListener
This listener method is invoked right after a process instance has been completed (or aborted).
afterProcessRemoved(AfterProcessRemovedEvent) - Method in class org.kie.api.event.kiebase.DefaultKieBaseEventListener
 
afterProcessRemoved(AfterProcessRemovedEvent) - Method in interface org.kie.api.event.kiebase.KieBaseEventListener
Method called after a function is removed from the knowledge base
AfterProcessRemovedEvent - Interface in org.kie.api.event.kiebase
 
afterProcessStarted(ProcessStartedEvent) - Method in class org.kie.api.event.process.DefaultProcessEventListener
 
afterProcessStarted(ProcessStartedEvent) - Method in interface org.kie.api.event.process.ProcessEventListener
This listener method is invoked right after a process instance has been started.
afterRuleAdded(AfterRuleAddedEvent) - Method in class org.kie.api.event.kiebase.DefaultKieBaseEventListener
 
afterRuleAdded(AfterRuleAddedEvent) - Method in interface org.kie.api.event.kiebase.KieBaseEventListener
Method called after a new rule is added to the knowledge base
AfterRuleAddedEvent - Interface in org.kie.api.event.kiebase
 
afterRuleFlowGroupActivated(RuleFlowGroupActivatedEvent) - Method in interface org.kie.api.event.rule.AgendaEventListener
 
afterRuleFlowGroupActivated(RuleFlowGroupActivatedEvent) - Method in class org.kie.api.event.rule.DebugAgendaEventListener
 
afterRuleFlowGroupActivated(RuleFlowGroupActivatedEvent) - Method in class org.kie.api.event.rule.DefaultAgendaEventListener
 
afterRuleFlowGroupDeactivated(RuleFlowGroupDeactivatedEvent) - Method in interface org.kie.api.event.rule.AgendaEventListener
 
afterRuleFlowGroupDeactivated(RuleFlowGroupDeactivatedEvent) - Method in class org.kie.api.event.rule.DebugAgendaEventListener
 
afterRuleFlowGroupDeactivated(RuleFlowGroupDeactivatedEvent) - Method in class org.kie.api.event.rule.DefaultAgendaEventListener
 
afterRuleRemoved(AfterRuleRemovedEvent) - Method in class org.kie.api.event.kiebase.DefaultKieBaseEventListener
 
afterRuleRemoved(AfterRuleRemovedEvent) - Method in interface org.kie.api.event.kiebase.KieBaseEventListener
Method called after a rule is removed from the knowledge base
AfterRuleRemovedEvent - Interface in org.kie.api.event.kiebase
 
afterTaskActivatedEvent(TaskEvent) - Method in interface org.kie.api.task.TaskLifeCycleEventListener
 
afterTaskAddedEvent(TaskEvent) - Method in interface org.kie.api.task.TaskLifeCycleEventListener
 
afterTaskClaimedEvent(TaskEvent) - Method in interface org.kie.api.task.TaskLifeCycleEventListener
 
afterTaskCompletedEvent(TaskEvent) - Method in interface org.kie.api.task.TaskLifeCycleEventListener
 
afterTaskDelegatedEvent(TaskEvent) - Method in interface org.kie.api.task.TaskLifeCycleEventListener
 
afterTaskExitedEvent(TaskEvent) - Method in interface org.kie.api.task.TaskLifeCycleEventListener
 
afterTaskFailedEvent(TaskEvent) - Method in interface org.kie.api.task.TaskLifeCycleEventListener
 
afterTaskForwardedEvent(TaskEvent) - Method in interface org.kie.api.task.TaskLifeCycleEventListener
 
afterTaskReleasedEvent(TaskEvent) - Method in interface org.kie.api.task.TaskLifeCycleEventListener
 
afterTaskResumedEvent(TaskEvent) - Method in interface org.kie.api.task.TaskLifeCycleEventListener
 
afterTaskSkippedEvent(TaskEvent) - Method in interface org.kie.api.task.TaskLifeCycleEventListener
 
afterTaskStartedEvent(TaskEvent) - Method in interface org.kie.api.task.TaskLifeCycleEventListener
 
afterTaskStoppedEvent(TaskEvent) - Method in interface org.kie.api.task.TaskLifeCycleEventListener
 
afterTaskSuspendedEvent(TaskEvent) - Method in interface org.kie.api.task.TaskLifeCycleEventListener
 
afterVariableChanged(ProcessVariableChangedEvent) - Method in class org.kie.api.event.process.DefaultProcessEventListener
 
afterVariableChanged(ProcessVariableChangedEvent) - Method in interface org.kie.api.event.process.ProcessEventListener
This listener method is invoked right after the value of a process variable has been changed.
Agenda - Interface in org.kie.api.runtime.rule
 
AgendaEventListener - Interface in org.kie.api.event.rule
 
AgendaFilter - Interface in org.kie.api.runtime.rule
 
AgendaGroup - Interface in org.kie.api.runtime.rule
 
AgendaGroupEvent - Interface in org.kie.api.event.rule
 
agendaGroupPopped(AgendaGroupPoppedEvent) - Method in interface org.kie.api.event.rule.AgendaEventListener
 
agendaGroupPopped(AgendaGroupPoppedEvent) - Method in class org.kie.api.event.rule.DebugAgendaEventListener
 
agendaGroupPopped(AgendaGroupPoppedEvent) - Method in class org.kie.api.event.rule.DefaultAgendaEventListener
 
AgendaGroupPoppedEvent - Interface in org.kie.api.event.rule
 
agendaGroupPushed(AgendaGroupPushedEvent) - Method in interface org.kie.api.event.rule.AgendaEventListener
 
agendaGroupPushed(AgendaGroupPushedEvent) - Method in class org.kie.api.event.rule.DebugAgendaEventListener
 
agendaGroupPushed(AgendaGroupPushedEvent) - Method in class org.kie.api.event.rule.DefaultAgendaEventListener
 
AgendaGroupPushedEvent - Interface in org.kie.api.event.rule
 
Annotation - Interface in org.kie.api.definition.type
 
APP_SCOPED_ENTITY_MANAGER - Static variable in class org.kie.api.runtime.EnvironmentName
 
AttachedViewChangedEventListener - Interface in org.kie.api.runtime.rule
 
Attachment - Interface in org.kie.api.task.model
 

B

BatchExecutionCommand - Interface in org.kie.api.command
 
BatchRequestMessage - Interface in org.kie.api.runtime
 
beforeFunctionRemoved(BeforeFunctionRemovedEvent) - Method in class org.kie.api.event.kiebase.DefaultKieBaseEventListener
 
beforeFunctionRemoved(BeforeFunctionRemovedEvent) - Method in interface org.kie.api.event.kiebase.KieBaseEventListener
Method called before a function is removed from the knowledge base
BeforeFunctionRemovedEvent - Interface in org.kie.api.event.kiebase
 
beforeKieBaseLocked(BeforeKieBaseLockedEvent) - Method in class org.kie.api.event.kiebase.DefaultKieBaseEventListener
 
beforeKieBaseLocked(BeforeKieBaseLockedEvent) - Method in interface org.kie.api.event.kiebase.KieBaseEventListener
Method called before a knowledge base is locked
BeforeKieBaseLockedEvent - Interface in org.kie.api.event.kiebase
 
beforeKieBaseUnlocked(BeforeKieBaseUnlockedEvent) - Method in class org.kie.api.event.kiebase.DefaultKieBaseEventListener
 
beforeKieBaseUnlocked(BeforeKieBaseUnlockedEvent) - Method in interface org.kie.api.event.kiebase.KieBaseEventListener
Method called before a knowledge base is unlocked
BeforeKieBaseUnlockedEvent - Interface in org.kie.api.event.kiebase
 
beforeKiePackageAdded(BeforeKiePackageAddedEvent) - Method in class org.kie.api.event.kiebase.DefaultKieBaseEventListener
 
beforeKiePackageAdded(BeforeKiePackageAddedEvent) - Method in interface org.kie.api.event.kiebase.KieBaseEventListener
Method called before a new package is added to the knowledge base
BeforeKiePackageAddedEvent - Interface in org.kie.api.event.kiebase
 
beforeKiePackageRemoved(BeforeKiePackageRemovedEvent) - Method in class org.kie.api.event.kiebase.DefaultKieBaseEventListener
 
beforeKiePackageRemoved(BeforeKiePackageRemovedEvent) - Method in interface org.kie.api.event.kiebase.KieBaseEventListener
Method called before a package is removed from the knowledge base
BeforeKiePackageRemovedEvent - Interface in org.kie.api.event.kiebase
 
beforeMatchFired(BeforeMatchFiredEvent) - Method in interface org.kie.api.event.rule.AgendaEventListener
 
beforeMatchFired(BeforeMatchFiredEvent) - Method in class org.kie.api.event.rule.DebugAgendaEventListener
 
beforeMatchFired(BeforeMatchFiredEvent) - Method in class org.kie.api.event.rule.DefaultAgendaEventListener
 
BeforeMatchFiredEvent - Interface in org.kie.api.event.rule
 
beforeNodeLeft(ProcessNodeLeftEvent) - Method in class org.kie.api.event.process.DefaultProcessEventListener
 
beforeNodeLeft(ProcessNodeLeftEvent) - Method in interface org.kie.api.event.process.ProcessEventListener
This listener method is invoked right before a node in a process instance is being left (which is when the node is completed, for example when it has performed the task it was designed for).
beforeNodeTriggered(ProcessNodeTriggeredEvent) - Method in class org.kie.api.event.process.DefaultProcessEventListener
 
beforeNodeTriggered(ProcessNodeTriggeredEvent) - Method in interface org.kie.api.event.process.ProcessEventListener
This listener method is invoked right before a node in a process instance is being triggered (which is when the node is being entered, for example when an incoming connection triggers it).
beforeProcessAdded(BeforeProcessAddedEvent) - Method in class org.kie.api.event.kiebase.DefaultKieBaseEventListener
 
beforeProcessAdded(BeforeProcessAddedEvent) - Method in interface org.kie.api.event.kiebase.KieBaseEventListener
Method called before a process is removed from the knowledge base
BeforeProcessAddedEvent - Interface in org.kie.api.event.kiebase
 
beforeProcessCompleted(ProcessCompletedEvent) - Method in class org.kie.api.event.process.DefaultProcessEventListener
 
beforeProcessCompleted(ProcessCompletedEvent) - Method in interface org.kie.api.event.process.ProcessEventListener
This listener method is invoked right before a process instance is being completed (or aborted).
beforeProcessRemoved(BeforeProcessRemovedEvent) - Method in class org.kie.api.event.kiebase.DefaultKieBaseEventListener
 
beforeProcessRemoved(BeforeProcessRemovedEvent) - Method in interface org.kie.api.event.kiebase.KieBaseEventListener
Method called before a function is removed from the knowledge base
BeforeProcessRemovedEvent - Interface in org.kie.api.event.kiebase
 
beforeProcessStarted(ProcessStartedEvent) - Method in class org.kie.api.event.process.DefaultProcessEventListener
 
beforeProcessStarted(ProcessStartedEvent) - Method in interface org.kie.api.event.process.ProcessEventListener
This listener method is invoked right before a process instance is being started.
beforeRuleAdded(BeforeRuleAddedEvent) - Method in class org.kie.api.event.kiebase.DefaultKieBaseEventListener
 
beforeRuleAdded(BeforeRuleAddedEvent) - Method in interface org.kie.api.event.kiebase.KieBaseEventListener
Method called before a new rule is added to the knowledge base
BeforeRuleAddedEvent - Interface in org.kie.api.event.kiebase
 
beforeRuleFlowGroupActivated(RuleFlowGroupActivatedEvent) - Method in interface org.kie.api.event.rule.AgendaEventListener
 
beforeRuleFlowGroupActivated(RuleFlowGroupActivatedEvent) - Method in class org.kie.api.event.rule.DebugAgendaEventListener
 
beforeRuleFlowGroupActivated(RuleFlowGroupActivatedEvent) - Method in class org.kie.api.event.rule.DefaultAgendaEventListener
 
beforeRuleFlowGroupDeactivated(RuleFlowGroupDeactivatedEvent) - Method in interface org.kie.api.event.rule.AgendaEventListener
 
beforeRuleFlowGroupDeactivated(RuleFlowGroupDeactivatedEvent) - Method in class org.kie.api.event.rule.DebugAgendaEventListener
 
beforeRuleFlowGroupDeactivated(RuleFlowGroupDeactivatedEvent) - Method in class org.kie.api.event.rule.DefaultAgendaEventListener
 
beforeRuleRemoved(BeforeRuleRemovedEvent) - Method in class org.kie.api.event.kiebase.DefaultKieBaseEventListener
 
beforeRuleRemoved(BeforeRuleRemovedEvent) - Method in interface org.kie.api.event.kiebase.KieBaseEventListener
Method called before a rule is removed from the knowledge base
BeforeRuleRemovedEvent - Interface in org.kie.api.event.kiebase
 
beforeTaskActivatedEvent(TaskEvent) - Method in interface org.kie.api.task.TaskLifeCycleEventListener
 
beforeTaskAddedEvent(TaskEvent) - Method in interface org.kie.api.task.TaskLifeCycleEventListener
 
beforeTaskClaimedEvent(TaskEvent) - Method in interface org.kie.api.task.TaskLifeCycleEventListener
 
beforeTaskCompletedEvent(TaskEvent) - Method in interface org.kie.api.task.TaskLifeCycleEventListener
 
beforeTaskDelegatedEvent(TaskEvent) - Method in interface org.kie.api.task.TaskLifeCycleEventListener
 
beforeTaskExitedEvent(TaskEvent) - Method in interface org.kie.api.task.TaskLifeCycleEventListener
 
beforeTaskFailedEvent(TaskEvent) - Method in interface org.kie.api.task.TaskLifeCycleEventListener
 
beforeTaskForwardedEvent(TaskEvent) - Method in interface org.kie.api.task.TaskLifeCycleEventListener
 
beforeTaskReleasedEvent(TaskEvent) - Method in interface org.kie.api.task.TaskLifeCycleEventListener
 
beforeTaskResumedEvent(TaskEvent) - Method in interface org.kie.api.task.TaskLifeCycleEventListener
 
beforeTaskSkippedEvent(TaskEvent) - Method in interface org.kie.api.task.TaskLifeCycleEventListener
 
beforeTaskStartedEvent(TaskEvent) - Method in interface org.kie.api.task.TaskLifeCycleEventListener
 
beforeTaskStoppedEvent(TaskEvent) - Method in interface org.kie.api.task.TaskLifeCycleEventListener
 
beforeTaskSuspendedEvent(TaskEvent) - Method in interface org.kie.api.task.TaskLifeCycleEventListener
 
beforeVariableChanged(ProcessVariableChangedEvent) - Method in class org.kie.api.event.process.DefaultProcessEventListener
 
beforeVariableChanged(ProcessVariableChangedEvent) - Method in interface org.kie.api.event.process.ProcessEventListener
This listener method is invoked right before the value of a process variable is being changed.
BeliefSystemTypeOption - Class in org.kie.api.runtime.conf
A class for the belief system configuration.
blockMatch(Match) - Method in interface org.kie.api.runtime.rule.RuleContext
This is an experimental feature that must be explicitly enabled via DeclarativeAgendaOption, which is off by default.
BPMN2 - Static variable in class org.kie.api.io.ResourceType
jBPM BPMN2 Language
BRL - Static variable in class org.kie.api.io.ResourceType
Drools Business Rule Language
buildAll() - Method in interface org.kie.api.builder.KieBuilder
Builds all the KieBases contained in the KieModule for which this KieBuilder has been created

C

Calendar - Interface in org.kie.api.time
 
Calendars - Interface in org.kie.api.runtime
 
CALENDARS - Static variable in class org.kie.api.runtime.EnvironmentName
 
call() - Method in class org.kie.api.osgi.Activator.BundleContextInstantiator
 
cancelMatch(Match) - Method in interface org.kie.api.runtime.rule.RuleContext
This is an experimental feature that must be explicitly enabled via DeclarativeAgendaOption, which is off by default.
CHANGE_SET - Static variable in class org.kie.api.io.ResourceType
Change Set
Channel - Interface in org.kie.api.runtime
A channel provides a mechanism to send objects from the working memory to some external process or function.
claim(long, String) - Method in interface org.kie.api.task.TaskService
 
claimNextAvailable(String, String) - Method in interface org.kie.api.task.TaskService
 
classLoader(ClassLoader) - Method in interface org.kie.api.runtime.manager.RuntimeEnvironmentBuilder
 
ClassObjectFilter - Class in org.kie.api.runtime
Filters objects by class, only accepting objects of the class specified in the constructor
ClassObjectFilter(Class) - Constructor for class org.kie.api.runtime.ClassObjectFilter
The Allowed Class type
ClassReactive - Annotation Type in org.kie.api.definition.type
Annotation used to declare that a given class is not property specific
clear() - Method in interface org.kie.api.runtime.rule.ActivationGroup
 
clear() - Method in interface org.kie.api.runtime.rule.Agenda
 
clear() - Method in interface org.kie.api.runtime.rule.AgendaGroup
 
clear() - Method in interface org.kie.api.runtime.rule.RuleFlowGroup
 
ClockTypeOption - Class in org.kie.api.runtime.conf
A class for the session clock configuration.
close() - Method in interface org.kie.api.logger.KieRuntimeLogger
Release any resources allocated within the logger such as file handles, network connections, etc.
close() - Method in interface org.kie.api.runtime.manager.RuntimeEnvironment
Closes the environment allowing to close all depending components such as ksession factories, etc
close() - Method in interface org.kie.api.runtime.manager.RuntimeManager
Closes RuntimeManager and releases it's resources.
close() - Method in interface org.kie.api.runtime.rule.AttachedViewChangedEventListener
 
close() - Method in interface org.kie.api.runtime.rule.LiveQuery
 
CMD_SCOPED_ENTITY_MANAGER - Static variable in class org.kie.api.runtime.EnvironmentName
 
Command<T> - Interface in org.kie.api.command
 
CommandExecutor - Interface in org.kie.api.runtime
Batch Executor allows for the scripting of of a Knowledge session using Commands, both the StatelessKnowledgeSession and StatefulKnowledgeSession implement this interface.
Comment - Interface in org.kie.api.task.model
 
compile(String) - Method in interface org.kie.api.runtime.process.DataTransformer
Compiles given expression into reusable unit.
complete(long, String, Map<String, Object>) - Method in interface org.kie.api.task.TaskService
 
COMPLETED - Static variable in interface org.kie.api.runtime.process.WorkItem
 
completeWorkItem(long, Map<String, Object>) - Method in interface org.kie.api.runtime.process.WorkItemManager
Notifies the work item manager that the work item with the given id has been completed.
Connection - Interface in org.kie.api.definition.process
A connection is a link from one Node to another.
ConsequenceException - Exception in org.kie.api.runtime.rule
 
ConsequenceException(Throwable, RuleRuntime, Match) - Constructor for exception org.kie.api.runtime.rule.ConsequenceException
 
ConsequenceExceptionHandler - Interface in org.kie.api.runtime.rule
 
Content - Interface in org.kie.api.task.model
 
Context<T> - Interface in org.kie.api.runtime.manager
Context represents to highest level hierarchy of contextual data that might be used when working with RuntimeManager that is then relying on the context to look up correct instances of RuntimeEngine.
createContext() - Method in interface org.kie.api.marshalling.ObjectMarshallingStrategy
Creates a new marshalling context
createContext() - Method in interface org.kie.api.runtime.rule.AccumulateFunction
Creates and returns a new context object
createProcessInstance(String, Map<String, Object>) - Method in interface org.kie.api.runtime.process.ProcessRuntime
Creates a new process instance (but does not yet start it).

D

DataTransformer - Interface in org.kie.api.runtime.process
Data transformation capabilities used by data input and data output transformation as part of BPMN2 process definition.
DATE_FORMATS - Static variable in class org.kie.api.runtime.EnvironmentName
 
DebugAgendaEventListener - Class in org.kie.api.event.rule
 
DebugAgendaEventListener() - Constructor for class org.kie.api.event.rule.DebugAgendaEventListener
 
DebugAgendaEventListener(PrintStream) - Constructor for class org.kie.api.event.rule.DebugAgendaEventListener
 
DebugRuleRuntimeEventListener - Class in org.kie.api.event.rule
 
DebugRuleRuntimeEventListener() - Constructor for class org.kie.api.event.rule.DebugRuleRuntimeEventListener
 
DebugRuleRuntimeEventListener(PrintStream) - Constructor for class org.kie.api.event.rule.DebugRuleRuntimeEventListener
 
DeclarativeAgendaOption - Enum in org.kie.api.conf
An enum to enable Declarative Agenda option.
DefaultAgendaEventListener - Class in org.kie.api.event.rule
 
DefaultAgendaEventListener() - Constructor for class org.kie.api.event.rule.DefaultAgendaEventListener
 
DefaultKieBaseEventListener - Class in org.kie.api.event.kiebase
 
DefaultKieBaseEventListener() - Constructor for class org.kie.api.event.kiebase.DefaultKieBaseEventListener
 
DefaultProcessEventListener - Class in org.kie.api.event.process
 
DefaultProcessEventListener() - Constructor for class org.kie.api.event.process.DefaultProcessEventListener
 
DefaultRuleRuntimeEventListener - Class in org.kie.api.event.rule
 
DefaultRuleRuntimeEventListener() - Constructor for class org.kie.api.event.rule.DefaultRuleRuntimeEventListener
 
delegate(long, String, String) - Method in interface org.kie.api.task.TaskService
 
delete(String...) - Method in interface org.kie.api.builder.KieFileSystem
Removes the files in the given paths from this KieFileSystem
delete(FactHandle) - Method in interface org.kie.api.runtime.rule.EntryPoint
Retracts the fact for which the given FactHandle was assigned.
DELETION - Static variable in interface org.kie.api.runtime.rule.PropagationContext
 
DESCR - Static variable in class org.kie.api.io.ResourceType
DESCR
Description - Annotation Type in org.kie.api.definition.type
Annotation used to decorate a field or class with a description.
destroy() - Method in interface org.kie.api.runtime.KieSession
Destroys session permanently.
determineDeclarativeAgenda(String) - Static method in enum org.kie.api.conf.DeclarativeAgendaOption
 
determineEqualityBehavior(String) - Static method in enum org.kie.api.conf.EqualityBehaviorOption
 
determineEventProcessingMode(String) - Static method in enum org.kie.api.conf.EventProcessingOption
 
determineQueryListenerClassOption(String) - Static method in enum org.kie.api.runtime.conf.QueryListenerOption
 
determineResourceType(String) - Static method in class org.kie.api.io.ResourceType
 
dispose() - Method in interface org.kie.api.runtime.KieSession
Releases all the current session resources, setting up the session for garbage collection.
disposeRuntimeEngine(RuntimeEngine) - Method in interface org.kie.api.runtime.manager.RuntimeManager
Disposes RuntimeEngine and notifies all listeners about that fact.
DRF - Static variable in class org.kie.api.io.ResourceType
Drools Rule Flow Language
DRL - Static variable in class org.kie.api.io.ResourceType
Drools Rule Language
DSL - Static variable in class org.kie.api.io.ResourceType
Drools DSL
DSLR - Static variable in class org.kie.api.io.ResourceType
Drools DSL Rule
DTABLE - Static variable in class org.kie.api.io.ResourceType
Decision Table

E

ENTITY_MANAGER_FACTORY - Static variable in class org.kie.api.runtime.EnvironmentName
 
entityManagerFactory(Object) - Method in interface org.kie.api.runtime.manager.RuntimeEnvironmentBuilder
 
EntryPoint - Interface in org.kie.api.runtime.rule
An entry-point is an abstract channel through where facts are inserted into the engine.
Environment - Interface in org.kie.api.runtime
 
EnvironmentName - Class in org.kie.api.runtime
 
EnvironmentName() - Constructor for class org.kie.api.runtime.EnvironmentName
 
EqualityBehaviorOption - Enum in org.kie.api.conf
An Enum for EqualityBehavior option.
equals(Object) - Method in class org.kie.api.io.ResourceType
 
equals(Object) - Method in class org.kie.api.runtime.conf.BeliefSystemTypeOption
 
equals(Object) - Method in class org.kie.api.runtime.conf.ClockTypeOption
 
equals(Object) - Method in class org.kie.api.runtime.conf.TimerJobFactoryOption
 
equals(Object) - Method in class org.kie.api.runtime.conf.WorkItemHandlerOption
 
Evaluator - Interface in org.kie.api.runtime.rule
A public interface to be implemented by all evaluators
EvaluatorDefinition - Interface in org.kie.api.runtime.rule
A markup interface for Evaluator definitions
EventListener - Interface in org.kie.api.runtime.process
An interface that represents an element that is listening for specific types of events.
EventProcessingOption - Enum in org.kie.api.conf
An Enum for Event Processing option.
execute(Command<T>) - Method in interface org.kie.api.runtime.CommandExecutor
Execute the command and return a ExecutionResults for the results of the Command.
execute(Object) - Method in interface org.kie.api.runtime.rule.StatelessRuleSession
Execute a StatelessKieSession inserting just a single object.
execute(Iterable) - Method in interface org.kie.api.runtime.rule.StatelessRuleSession
Execute a StatelessKieSession, iterate the Iterable inserting each of its elements.
executeWorkItem(WorkItem, WorkItemManager) - Method in interface org.kie.api.runtime.process.WorkItemHandler
The given work item should be executed.
ExecutionResults - Interface in org.kie.api.runtime
Contains the results for the BatchExecution Command.
existsGroup(String) - Method in interface org.kie.api.task.UserGroupCallback
Resolves existence of group id.
existsUser(String) - Method in interface org.kie.api.task.UserGroupCallback
Resolves existence of user id.
exit(long, String) - Method in interface org.kie.api.task.TaskService
 
EXPIRATION - Static variable in interface org.kie.api.runtime.rule.PropagationContext
 

F

FactField - Interface in org.kie.api.definition.type
A field from a declared fact type
FactHandle - Interface in org.kie.api.runtime.rule
 
FactType - Interface in org.kie.api.definition.type
FactType declarations are fact definitions (like classes) that are managed alongside the rules.
fail(long, String, Map<String, Object>) - Method in interface org.kie.api.task.TaskService
 
FileLoggerModel - Interface in org.kie.api.builder.model
FileLoggerModel is a model allowing to programmatically define a FileLogger and wire it to a KieSession
fireAllRules() - Method in interface org.kie.api.runtime.rule.StatefulRuleSession
Fire all Matches on the Agenda.
fireAllRules(int) - Method in interface org.kie.api.runtime.rule.StatefulRuleSession
Fire Matches on the Agenda up to the given maximum number of Matches, before returning the control to the application.
fireAllRules(AgendaFilter) - Method in interface org.kie.api.runtime.rule.StatefulRuleSession
Fire all Matches on the Agenda
fireAllRules(AgendaFilter, int) - Method in interface org.kie.api.runtime.rule.StatefulRuleSession
Fire all Matches on the Agenda
fireUntilHalt() - Method in interface org.kie.api.runtime.rule.StatefulRuleSession
Keeps firing Matches until a halt is called.
fireUntilHalt(AgendaFilter) - Method in interface org.kie.api.runtime.rule.StatefulRuleSession
Keeps firing Matches until a halt is called.
forward(long, String, String) - Method in interface org.kie.api.task.TaskService
 
fromExternalFactHandleCommand(String) - Method in interface org.kie.api.command.KieCommands
 
fromExternalFactHandleCommand(String, boolean) - Method in interface org.kie.api.command.KieCommands
 
fromProperties(Properties) - Method in interface org.kie.api.io.ResourceConfiguration
 
fromString(String) - Static method in enum org.kie.api.builder.model.ListenerModel.Kind
 

G

GDRL - Static variable in class org.kie.api.io.ResourceType
Drools Rule Language - Workaround for double-dot file extensions for 6.0
generateAndWritePomXML(ReleaseId) - Method in interface org.kie.api.builder.KieFileSystem
Generates a basic maven pom file with the given ReleaseId (groupId, artifactId and version) and adds it to this KieFileSystem
get(Object) - Method in interface org.kie.api.definition.type.FactField
Returns the value of this field in the given fact.
get(Object, String) - Method in interface org.kie.api.definition.type.FactType
Gets the value of the specified field on the dynamic fact.
get() - Static method in class org.kie.api.KieServices.Factory
Returns a reference to the KieServices singleton
get(String) - Method in interface org.kie.api.runtime.Calendars
 
get(String) - Static method in class org.kie.api.runtime.conf.BeliefSystemTypeOption
This is a factory method for this belief system configuration.
get(String) - Static method in class org.kie.api.runtime.conf.ClockTypeOption
This is a factory method for this Clock Type configuration.
get(String) - Static method in class org.kie.api.runtime.conf.TimerJobFactoryOption
This is a factory method for this timer job factory manager configuration.
get(String, WorkItemHandler) - Static method in class org.kie.api.runtime.conf.WorkItemHandlerOption
This is a factory method for this WorkItemHandler configuration.
get(String) - Method in interface org.kie.api.runtime.Environment
 
get(String) - Method in interface org.kie.api.runtime.Globals
 
get() - Static method in class org.kie.api.runtime.manager.RuntimeEnvironmentBuilder.Factory
Returns a reference to the RuntimeEnvironmentBuilderFactory singleton
get() - Method in interface org.kie.api.runtime.manager.RuntimeEnvironmentBuilder
 
get() - Static method in class org.kie.api.runtime.manager.RuntimeManagerFactory.Factory
Returns a reference to the RuntimeManagerFactory singleton
get(String) - Method in interface org.kie.api.runtime.rule.Row
Get the object that is bound to the given identifier
getAccessor() - Method in interface org.kie.api.command.Setter
 
getActivationGroup(String) - Method in interface org.kie.api.runtime.rule.Agenda
 
getActivationTime() - Method in interface org.kie.api.task.model.TaskData
 
getActivationTime() - Method in interface org.kie.api.task.model.TaskSummary
 
getActualOwner() - Method in interface org.kie.api.task.model.TaskData
 
getActualOwner() - Method in interface org.kie.api.task.model.TaskSummary
 
getAddedAt() - Method in interface org.kie.api.task.model.Comment
 
getAddedBy() - Method in interface org.kie.api.task.model.Comment
 
getAgenda() - Method in interface org.kie.api.runtime.rule.RuleRuntime
Returns a reference to this session's Agenda.
getAgendaEventListeners() - Method in interface org.kie.api.event.rule.RuleRuntimeEventManager
Returns all event listeners.
getAgendaEventListeners(RuntimeEngine) - Method in interface org.kie.api.runtime.manager.RegisterableItemsFactory
Returns new instances of AgendaEventListener that will be registered on RuntimeEngine
getAgendaGroup() - Method in interface org.kie.api.event.rule.AgendaGroupEvent
 
getAgendaGroup(String) - Method in interface org.kie.api.runtime.rule.Agenda
 
getAlphaNodeHashingThreshold() - Method in interface org.kie.api.management.KieBaseConfigurationMonitorMBean
Deprecated. 
getArguments() - Method in interface org.kie.api.builder.model.QualifierModel
 
getArtifactId() - Method in interface org.kie.api.builder.ReleaseId
 
getAsMap(Object) - Method in interface org.kie.api.definition.type.FactType
Get a map of the fields and their values for the bean.
getAssertBehaviour() - Method in interface org.kie.api.management.KieBaseConfigurationMonitorMBean
 
getAsString() - Method in enum org.kie.api.runtime.conf.QueryListenerOption
 
getAttachedAt() - Method in interface org.kie.api.task.model.Attachment
 
getAttachedBy() - Method in interface org.kie.api.task.model.Attachment
 
getAttachmentById(long) - Method in interface org.kie.api.task.TaskService
 
getAttachmentContentId() - Method in interface org.kie.api.task.model.Attachment
 
getAttachments() - Method in interface org.kie.api.task.model.TaskData
 
getAverageFiringTime() - Method in interface org.kie.api.management.KieSessionMonitoringMBean
Returns the average firing time in milliseconds for rules in this session since last reset.
getBeliefSystem() - Method in interface org.kie.api.builder.model.KieSessionModel
Returns the BeliefSystemType of this KieSessionModel
getBelieSystemType() - Method in class org.kie.api.runtime.conf.BeliefSystemTypeOption
Returns the configured clock type
getBusinessAdministrators() - Method in interface org.kie.api.task.model.PeopleAssignments
 
getCalendars() - Method in interface org.kie.api.runtime.KieRuntime
 
getCause() - Method in interface org.kie.api.event.rule.MatchCancelledEvent
 
getChannels() - Method in interface org.kie.api.runtime.KieRuntime
 
getChannels() - Method in interface org.kie.api.runtime.StatelessKieSession
Returns a map with all registered channels.
getClassAnnotations() - Method in interface org.kie.api.definition.type.FactType
Returns the list of class-level annotations used in this class definition
getClassLoader() - Method in interface org.kie.api.runtime.KieContainer
Returns the ClassLoader used by this KieContainer
getClassLoader() - Method in interface org.kie.api.runtime.manager.RuntimeEnvironment
Delivers custom class loader that shall be used by the process engine and task service instances
getClockType() - Method in interface org.kie.api.builder.model.KieSessionModel
Returns the ClockType of this KieSessionModel
getClockType() - Method in class org.kie.api.runtime.conf.ClockTypeOption
Returns the configured clock type
getColumn() - Method in interface org.kie.api.builder.Message
Returns the column number in the resource of the issue that caused the creation of this Message
getCommands() - Method in interface org.kie.api.KieServices
Returns the KieCommands, a factory for Commands
getCommands() - Method in interface org.kie.api.runtime.BatchRequestMessage
 
getComments() - Method in interface org.kie.api.task.model.TaskData
 
getCompletionService() - Method in interface org.kie.api.concurrent.KieExecutors
 
getCompositeKeyDepth() - Method in interface org.kie.api.management.KieBaseConfigurationMonitorMBean
Deprecated. 
getConfiguration() - Method in interface org.kie.api.io.Resource
Returns the configuration for the resource if one is available.
getConfiguration() - Method in interface org.kie.api.runtime.manager.RuntimeEnvironment
KieSession configuration that shall be used to create instances of KieSession
getConsoleLogger() - Method in interface org.kie.api.builder.model.KieSessionModel
Returns the name of the ConsoleLogger if any
getContent() - Method in interface org.kie.api.task.model.Content
 
getContentById(long) - Method in interface org.kie.api.task.TaskService
 
getContentType() - Method in interface org.kie.api.task.model.Attachment
 
getContextId() - Method in interface org.kie.api.runtime.manager.Context
Returns the id of context which is specific to the type of context.
getCreatedBy() - Method in interface org.kie.api.task.model.TaskData
 
getCreatedBy() - Method in interface org.kie.api.task.model.TaskSummary
 
getCreatedOn() - Method in interface org.kie.api.task.model.TaskData
 
getCreatedOn() - Method in interface org.kie.api.task.model.TaskSummary
 
getCurrentTime() - Method in interface org.kie.api.time.SessionClock
Returns the current time.
getDeclarationIds() - Method in interface org.kie.api.runtime.rule.Match
Returns the list of declaration identifiers that are bound to the tuple that created this Match.
getDeclarationValue(String) - Method in interface org.kie.api.runtime.rule.Match
Returns the bound declaration value for the given declaration identifier.
getDeclarativeAgenda() - Method in interface org.kie.api.builder.model.KieBaseModel
Returns the DeclarativeAgendaOption of this KieBaseModel
getDefaultExtension() - Method in class org.kie.api.io.ResourceType
 
getDefaultPath() - Method in class org.kie.api.io.ResourceType
 
getDefaultReleaseId() - Method in interface org.kie.api.builder.KieRepository
Returns the default ReleaseId used to identify a KieModule in this KieRepository if the user didn't explicitly provide one
getDeploymentId() - Method in interface org.kie.api.task.model.TaskData
 
getDescription() - Method in class org.kie.api.io.ResourceType
 
getDescription() - Method in interface org.kie.api.task.model.TaskSummary
 
getDescriptions() - Method in interface org.kie.api.task.model.Task
 
getDocumentContentId() - Method in interface org.kie.api.task.model.TaskData
 
getDocumentType() - Method in interface org.kie.api.task.model.TaskData
 
getEntryPoint() - Method in interface org.kie.api.management.ObjectTypeNodeMonitorMBean
The entry point for the node
getEntryPoint(String) - Method in interface org.kie.api.runtime.rule.RuleRuntime
Returns the WorkingMemoryEntryPoint instance associated with the given name.
getEntryPointId() - Method in interface org.kie.api.runtime.rule.EntryPoint
Returns the String Id of this entry point
getEntryPointIds() - Method in interface org.kie.api.KieBase
Returns the set of the entry points declared and/or used in this kie base
getEntryPoints() - Method in interface org.kie.api.runtime.rule.RuleRuntime
Returns a collection of all available working memory entry points for this session.
getEnvironment() - Method in interface org.kie.api.runtime.KieRuntime
 
getEnvironment() - Method in interface org.kie.api.runtime.manager.RuntimeEnvironment
KieSession environment that shall be used to create instances of KieSession
getEqualsBehavior() - Method in interface org.kie.api.builder.model.KieBaseModel
Returns the EqualityBehavior of this KieBaseModel
getEventProcessingMode() - Method in interface org.kie.api.builder.model.KieBaseModel
Returns the EventProcessingMode of this KieBaseModel
getEventProcessingMode() - Method in interface org.kie.api.management.KieBaseConfigurationMonitorMBean
 
getEventTypes() - Method in interface org.kie.api.runtime.process.EventListener
Returns the event types this event listener is interested in.
getExecutor() - Method in interface org.kie.api.concurrent.KieExecutors
 
getExpirationOffset() - Method in interface org.kie.api.management.ObjectTypeNodeMonitorMBean
The calculated expiration offset for this node in case it is an event. -1 means it does not expires.
getExpirationTime() - Method in interface org.kie.api.task.model.TaskData
 
getExpirationTime() - Method in interface org.kie.api.task.model.TaskSummary
 
getFactClass() - Method in interface org.kie.api.definition.type.FactType
Returns the ClassgetFactCount() - Method in interface org.kie.api.runtime.rule.EntryPoint
Returns the total number of facts currently in this entry point
getFactHandle() - Method in interface org.kie.api.event.rule.ObjectDeletedEvent
 
getFactHandle() - Method in interface org.kie.api.event.rule.ObjectInsertedEvent
 
getFactHandle() - Method in interface org.kie.api.event.rule.ObjectUpdatedEvent
 
getFactHandle(String) - Method in interface org.kie.api.runtime.ExecutionResults
 
getFactHandle(Object) - Method in interface org.kie.api.runtime.rule.EntryPoint
Returns the fact handle associated with the given object.
getFactHandle() - Method in interface org.kie.api.runtime.rule.PropagationContext
The facthandle that was inserted, updated or retracted that created the PropagationContext
getFactHandle(String) - Method in interface org.kie.api.runtime.rule.Row
Return the FactHandle associated with the given identifier
getFactHandles() - Method in interface org.kie.api.runtime.rule.EntryPoint
Returns all FactHandles from the current session.
getFactHandles(ObjectFilter) - Method in interface org.kie.api.runtime.rule.EntryPoint
Returns all FactHandles from the current session for which the facts are accepted by the given filter.
getFactHandles() - Method in interface org.kie.api.runtime.rule.Match
 
getFactType(String, String) - Method in interface org.kie.api.KieBase
Returns a reference to the FactType identified by the given package and type names.
getFactTypes() - Method in interface org.kie.api.definition.KiePackage
Return the fact types declared in this package The collection is immutable.
getFaultContentId() - Method in interface org.kie.api.task.model.TaskData
 
getFaultName() - Method in interface org.kie.api.task.model.TaskData
 
getFaultType() - Method in interface org.kie.api.task.model.TaskData
 
getField(String) - Method in interface org.kie.api.definition.type.FactType
Returns the FactField identified by the given name.
getFieldAnnotations() - Method in interface org.kie.api.definition.type.FactField
Returns the list of field-level annotations used in this field definition
getFields() - Method in interface org.kie.api.definition.type.FactType
Returns the list of FactField in this FactType
getFile() - Method in interface org.kie.api.builder.model.FileLoggerModel
 
getFileLogger() - Method in interface org.kie.api.builder.model.KieSessionModel
Returns the FileLoggerModel registered on this KieSessionModel if any
getFilter() - Method in class org.kie.api.runtime.conf.TimedRuleExectionOption
 
getFrom() - Method in interface org.kie.api.definition.process.Connection
The Node the connection starts from.
getFromType() - Method in interface org.kie.api.definition.process.Connection
The type of exit point of the from Node.
getFunction() - Method in interface org.kie.api.event.kiebase.AfterFunctionRemovedEvent
 
getFunction() - Method in interface org.kie.api.event.kiebase.BeforeFunctionRemovedEvent
 
getFunctionNames() - Method in interface org.kie.api.definition.KiePackage
Return the names of the functions defined in this package.
getGlobal(String) - Method in interface org.kie.api.runtime.KieRuntime
 
getGlobalKeys() - Method in interface org.kie.api.runtime.Globals
 
getGlobals() - Method in interface org.kie.api.runtime.KieRuntime
 
getGlobals(RuntimeEngine) - Method in interface org.kie.api.runtime.manager.RegisterableItemsFactory
Returns globals that shall be registered on KieSession.
getGlobals() - Method in interface org.kie.api.runtime.StatelessKieSession
Return the Globals store
getGlobalVariables() - Method in interface org.kie.api.definition.KiePackage
Return the names of the globals defined in this package.
getGroupId() - Method in interface org.kie.api.builder.ReleaseId
 
getGroupsForUser(String, List<String>, List<String>) - Method in interface org.kie.api.task.UserGroupCallback
Returns list of group ids for specified user id.
getHandler() - Method in class org.kie.api.runtime.conf.WorkItemHandlerOption
Returns the work item handler instance
getId() - Method in interface org.kie.api.builder.Message
Returns the unique identifier of this message
getId() - Method in interface org.kie.api.definition.KieDefinition
 
getId() - Method in interface org.kie.api.definition.process.Node
The id of the node.
getId() - Method in interface org.kie.api.definition.process.Process
The unique id of the Process.
getId() - Method in interface org.kie.api.management.ObjectTypeNodeMonitorMBean
The ID of the node
getId() - Method in interface org.kie.api.runtime.KieSession
 
getId() - Method in interface org.kie.api.runtime.process.NodeInstance
The id of the node instance.
getId() - Method in interface org.kie.api.runtime.process.ProcessInstance
The unique id of this process instance.
getId() - Method in interface org.kie.api.runtime.process.WorkItem
The unique id of this work item
getId() - Method in interface org.kie.api.task.model.Attachment
 
getId() - Method in interface org.kie.api.task.model.Comment
 
getId() - Method in interface org.kie.api.task.model.Content
 
getId() - Method in interface org.kie.api.task.model.I18NText
 
getId() - Method in interface org.kie.api.task.model.OrganizationalEntity
 
getId() - Method in interface org.kie.api.task.model.Task
 
getId() - Method in interface org.kie.api.task.model.TaskSummary
 
getIdentifier() - Method in interface org.kie.api.runtime.manager.RuntimeManager
Unique identifier of the RuntimeManager
getIdentifiers() - Method in interface org.kie.api.runtime.ExecutionResults
 
getIdentifiers() - Method in interface org.kie.api.runtime.rule.QueryResults
 
getIncomingConnections() - Method in interface org.kie.api.definition.process.Node
The incoming connections for this Node.
getIncomingConnections(String) - Method in interface org.kie.api.definition.process.Node
The incoming connections for this Node for the given entry-point.
getIndex() - Method in interface org.kie.api.definition.type.FactField
Returns the index of this field in the field list for the defining fact type.
getInputStream() - Method in interface org.kie.api.io.Resource
Open an InputStream to the resource, the user must close this when finished.
getInterval() - Method in interface org.kie.api.builder.model.FileLoggerModel
 
getKieBase() - Method in interface org.kie.api.event.kiebase.BeforeKieBaseUnlockedEvent
 
getKieBase() - Method in interface org.kie.api.event.kiebase.KieBaseEvent
 
getKieBase() - Method in interface org.kie.api.runtime.KieContainer
Returns the default KieBase in this KieContainer.
getKieBase(String) - Method in interface org.kie.api.runtime.KieContainer
Returns the KieBase with the given name in this KieContainer.
getKieBase() - Method in interface org.kie.api.runtime.KieRuntime
Returns the KieBase reference from which this stateful session was created.
getKieBase() - Method in interface org.kie.api.runtime.manager.RuntimeEnvironment
Returns KieBase that shall be used by the manager
getKieBase() - Method in interface org.kie.api.runtime.StatelessKieSession
Returns the KieBase reference from which this stateless session was created.
getKieBaseCount() - Method in interface org.kie.api.management.KieManagementAgentMBean
 
getKieBaseEventListeners() - Method in interface org.kie.api.event.kiebase.KieBaseEventManager
Returns all event listeners.
getKieBaseId() - Method in interface org.kie.api.management.KieSessionMonitoringMBean
Returns the associated Kie Base ID
getKieBaseModels() - Method in interface org.kie.api.builder.model.KieModuleModel
Returns all the KieBaseModel defined in this KieModuleModel mapped by their names
getKieClasspathContainer() - Method in interface org.kie.api.KieServices
Returns KieContainer for the classpath, this a global singleton
getKieClasspathContainer(ClassLoader) - Method in interface org.kie.api.KieServices
Returns KieContainer for the classpath using the given classLoader, this a global singleton #throw IllegalStateException if this method get called twice with 2 different ClassLoaders
getKieModule() - Method in interface org.kie.api.builder.KieBuilder
Returns the KieModule for which this KieBuilder has been created
getKieModule(ReleaseId) - Method in interface org.kie.api.builder.KieRepository
Retrieve a KieModule with the given ReleaseId in this KieRepository.
getKiePackage() - Method in interface org.kie.api.event.kiebase.AfterKiePackageAddedEvent
 
getKiePackage() - Method in interface org.kie.api.event.kiebase.AfterKiePackageRemovedEvent
 
getKiePackage() - Method in interface org.kie.api.event.kiebase.BeforeKiePackageAddedEvent
 
getKiePackage() - Method in interface org.kie.api.event.kiebase.BeforeKiePackageRemovedEvent
 
getKiePackage(String) - Method in interface org.kie.api.KieBase
Returns a reference to the KiePackage identified by the given name.
getKiePackages() - Method in interface org.kie.api.KieBase
Returns a collection of the KiePackages that exist in this KieBase.
getKieRuntime() - Method in interface org.kie.api.event.KieRuntimeEvent
The knowledge runtime that generated the event.
getKieRuntime() - Method in interface org.kie.api.runtime.KieContext
 
getKieSession() - Method in interface org.kie.api.runtime.manager.RuntimeEngine
Returns KieSession configured for this RuntimeEngine
getKieSessionId() - Method in interface org.kie.api.management.KieSessionMonitoringMBean
Returns the associated Kie Session ID
getKieSessionModels() - Method in interface org.kie.api.builder.model.KieBaseModel
Returns all the KieSessionModel defined in this KieBaseModel mapped by their names
getKieSessions() - Method in interface org.kie.api.KieBase
Returns a collection of the KieSessions that exist in this KieBase.
getKind() - Method in interface org.kie.api.builder.model.ListenerModel
Returns the Kind of this ListenerModel
getKnowledgeRuntime() - Method in interface org.kie.api.runtime.KieContext
Deprecated. 
getKnowledgeType() - Method in interface org.kie.api.definition.KieDefinition
 
getLanguage() - Method in interface org.kie.api.task.model.I18NText
 
getLastReset() - Method in interface org.kie.api.management.KieSessionMonitoringMBean
Returns the timestamp of the last stats reset
getLevel() - Method in interface org.kie.api.builder.Message
Returns the message level
getLine() - Method in interface org.kie.api.builder.Message
Returns the line number in the resource of the issue that caused the creation of this Message
getListenerModels() - Method in interface org.kie.api.builder.model.KieSessionModel
Returns all the ListenerModels defined for this KieSessionModel
getLogger() - Method in interface org.kie.api.event.KieRuntimeEventManager
Returns the KieRuntimeLogger registered on this KieRuntimeEventManager if any
getLoggers() - Method in interface org.kie.api.KieServices
Returns KieLoggers, a factory for KieRuntimeLogger
getMarshallers() - Method in interface org.kie.api.KieServices
Returns the KieMarshallers service
getMarshallingConfiguration() - Method in interface org.kie.api.marshalling.Marshaller
Returns the MarshallingConfiguration object for this marshaller
getMatch() - Method in interface org.kie.api.event.rule.MatchEvent
 
getMatch() - Method in exception org.kie.api.runtime.rule.ConsequenceException
 
getMatch() - Method in interface org.kie.api.runtime.rule.RuleContext
Returns the current Match for the current context
getMaxThreads() - Method in interface org.kie.api.management.KieBaseConfigurationMonitorMBean
Deprecated. 
getMessage() - Method in exception org.kie.api.runtime.rule.ConsequenceException
 
getMessages(Message.Level...) - Method in interface org.kie.api.builder.Results
Returns all the Messages of the given levels in these Results
getMessages() - Method in interface org.kie.api.builder.Results
Returns all the Messages in these Results
getMetaData() - Method in interface org.kie.api.definition.process.Connection
Meta data associated with this connection.
getMetaData() - Method in interface org.kie.api.definition.process.Node
Meta data associated with this Node.
getMetaData() - Method in interface org.kie.api.definition.process.Process
Meta data associated with this Node.
getMetaData() - Method in interface org.kie.api.definition.rule.Query
Returns an immutable Map of all meta data attributes associated with this query object.
getMetaData() - Method in interface org.kie.api.definition.rule.Rule
Returns an immutable Map of all meta data attributes associated with this rule object.
getMetaData() - Method in interface org.kie.api.definition.type.FactField
Returns the annotations of this field definition as key-value pairs.
getMetaData() - Method in interface org.kie.api.definition.type.FactType
Returns the annotations of this class definition as key-value pairs.
getMode() - Method in enum org.kie.api.conf.EventProcessingOption
 
getName() - Method in interface org.kie.api.builder.model.KieBaseModel
Returns the name of the KieBase defined by this KieBaseModel
getName() - Method in interface org.kie.api.builder.model.KieSessionModel
Returns the name of the KieSession defined by this KieSessionModel
getName() - Method in interface org.kie.api.builder.model.WorkItemHandlerModel
Returns the name of the work item that the handler is for
getName() - Method in interface org.kie.api.definition.KiePackage
The namespace for this package
getName() - Method in interface org.kie.api.definition.process.Node
The name of the node
getName() - Method in interface org.kie.api.definition.process.Process
The name of the Process.
getName() - Method in interface org.kie.api.definition.rule.Global
 
getName() - Method in interface org.kie.api.definition.rule.Query
Returns this query's name.
getName() - Method in interface org.kie.api.definition.rule.Rule
Returns this rule's name.
getName() - Method in interface org.kie.api.definition.type.Annotation
 
getName() - Method in interface org.kie.api.definition.type.FactField
Returns the name of this field.
getName() - Method in interface org.kie.api.definition.type.FactType
Returns the name of the FactType.
getName() - Method in class org.kie.api.io.ResourceType
 
getName() - Method in interface org.kie.api.management.KieSessionMonitoringMBean
Returns this MBean name
getName() - Method in class org.kie.api.runtime.conf.WorkItemHandlerOption
Returns the name of the configured work item handler
getName() - Method in interface org.kie.api.runtime.process.WorkItem
The name of the work item.
getName() - Method in interface org.kie.api.runtime.rule.ActivationGroup
 
getName() - Method in interface org.kie.api.runtime.rule.AgendaGroup
 
getName() - Method in interface org.kie.api.runtime.rule.RuleFlowGroup
 
getName() - Method in interface org.kie.api.task.model.Attachment
 
getName() - Method in interface org.kie.api.task.model.TaskSummary
 
getNames() - Method in interface org.kie.api.task.model.Task
 
getNamespace() - Method in interface org.kie.api.definition.KieDefinition
 
getNewValue() - Method in interface org.kie.api.event.process.ProcessVariableChangedEvent
The new value of the variable.
getNode(long) - Method in interface org.kie.api.definition.process.NodeContainer
The node in this NodeContainer with the given id.
getNode() - Method in interface org.kie.api.runtime.process.NodeInstance
Return the node this node instance refers to.
getNodeContainer() - Method in interface org.kie.api.definition.process.Node
The NodeContainer this Node lives in.
getNodeId() - Method in interface org.kie.api.runtime.process.NodeInstance
The id of the node this node instance refers to.
getNodeInstance() - Method in interface org.kie.api.event.process.ProcessNodeEvent
The node instance this event is related to.
getNodeInstance(long) - Method in interface org.kie.api.runtime.process.NodeInstanceContainer
Returns the node instance with the given id, or null if the node instance cannot be found.
getNodeInstance() - Method in interface org.kie.api.runtime.process.ProcessContext
Returns the node instance that is currently being executed in this context, or null if no node instance is currently being executed.
getNodeInstanceContainer() - Method in interface org.kie.api.runtime.process.NodeInstance
The node instance container that this node instance is part of.
getNodeInstances() - Method in interface org.kie.api.runtime.process.NodeInstanceContainer
Returns all node instances that are currently active within this container.
getNodeName() - Method in interface org.kie.api.runtime.process.NodeInstance
The name of the node this node instance refers to.
getNodes() - Method in interface org.kie.api.definition.process.NodeContainer
The Nodes of this NodeContainer.
getObject() - Method in interface org.kie.api.event.rule.ObjectInsertedEvent
 
getObject() - Method in interface org.kie.api.event.rule.ObjectUpdatedEvent
 
getObject(FactHandle) - Method in interface org.kie.api.runtime.rule.EntryPoint
Returns the object associated with the given FactHandle.
getObjectMarshallingStrategyStore() - Method in interface org.kie.api.marshalling.MarshallingConfiguration
 
getObjects() - Method in interface org.kie.api.runtime.rule.EntryPoint
Returns all facts from the current session as a Collection.
getObjects(ObjectFilter) - Method in interface org.kie.api.runtime.rule.EntryPoint
Returns all facts from the current session that are accepted by the given ObjectFilter.
getObjects() - Method in interface org.kie.api.runtime.rule.Match
Returns the list of objects that make the tuple that created this Match.
getObjectType() - Method in interface org.kie.api.management.ObjectTypeNodeMonitorMBean
The Object Type of the node
getOldObject() - Method in interface org.kie.api.event.rule.ObjectDeletedEvent
 
getOldObject() - Method in interface org.kie.api.event.rule.ObjectUpdatedEvent
 
getOldValue() - Method in interface org.kie.api.event.process.ProcessVariableChangedEvent
The old value of the variable.
getOperator() - Method in interface org.kie.api.runtime.rule.Evaluator
Returns the operator representation object for this evaluator
getOperatorString() - Method in interface org.kie.api.runtime.rule.Operator
Returns the String representation for this operator
getOption(Class<T>) - Method in interface org.kie.api.conf.KieBaseOptionsConfiguration
Gets an option value
getOption(Class<T>, String) - Method in interface org.kie.api.conf.KieBaseOptionsConfiguration
Gets an option value for the given option + key.
getOption(Class<T>) - Method in interface org.kie.api.runtime.conf.KieSessionOptionsConfiguration
Gets an option value
getOption(Class<T>, String) - Method in interface org.kie.api.runtime.conf.KieSessionOptionsConfiguration
Gets an option value for the given option + key.
getOutgoingConnections() - Method in interface org.kie.api.definition.process.Node
The outgoing connections for this Node.
getOutgoingConnections(String) - Method in interface org.kie.api.definition.process.Node
The outgoing connections for this Node for the given exit-point.
getOutputContentId() - Method in interface org.kie.api.task.model.TaskData
 
getOutputType() - Method in interface org.kie.api.task.model.TaskData
 
getPackageName() - Method in interface org.kie.api.definition.process.Process
The package name of this process.
getPackageName() - Method in interface org.kie.api.definition.rule.Query
Returns the package name (namespace) this query is tied to.
getPackageName() - Method in interface org.kie.api.definition.rule.Rule
Returns the package name (namespace) this rule is tied to.
getPackageName() - Method in interface org.kie.api.definition.type.FactType
Returns the package this FactType is defined in.
getPackages() - Method in interface org.kie.api.builder.model.KieBaseModel
Returns the ordered list of all the package patterns used to define the set of resources that have to be included in the KieBase.
getParameter(String) - Method in interface org.kie.api.runtime.process.WorkItem
Returns the value of the parameter with the given name.
getParameters() - Method in interface org.kie.api.runtime.process.WorkItem
Returns the map of parameters of this work item.
getParentId() - Method in interface org.kie.api.task.model.TaskData
 
getPartitionId() - Method in interface org.kie.api.management.ObjectTypeNodeMonitorMBean
The partition the node belongs to
getPath() - Method in interface org.kie.api.builder.Message
Returns the path of the resource that caused the creation of this Message
getPeopleAssignments() - Method in interface org.kie.api.task.model.Task
 
getPotentialOwners() - Method in interface org.kie.api.task.model.PeopleAssignments
 
getPotentialOwners() - Method in interface org.kie.api.task.model.TaskSummary
 
getPreviousStatus() - Method in interface org.kie.api.task.model.TaskData
 
getPriority() - Method in interface org.kie.api.task.model.Task
 
getPriority() - Method in interface org.kie.api.task.model.TaskSummary
 
getProcess() - Method in interface org.kie.api.event.kiebase.AfterProcessAddedEvent
 
getProcess() - Method in interface org.kie.api.event.kiebase.AfterProcessRemovedEvent
 
getProcess() - Method in interface org.kie.api.event.kiebase.BeforeProcessAddedEvent
 
getProcess() - Method in interface org.kie.api.event.kiebase.BeforeProcessRemovedEvent
 
getProcess(String) - Method in interface org.kie.api.KieBase
Returns a reference to the Process identified by the given processId
getProcess() - Method in interface org.kie.api.runtime.process.ProcessInstance
 
getProcesses() - Method in interface org.kie.api.definition.KiePackage
Return the process definitions for this package.
getProcesses() - Method in interface org.kie.api.KieBase
Returns a collection of the Processes that exist in this KieBase.
getProcessEventListeners() - Method in interface org.kie.api.event.process.ProcessEventManager
Returns all event listeners.
getProcessEventListeners(RuntimeEngine) - Method in interface org.kie.api.runtime.manager.RegisterableItemsFactory
Returns new instances of ProcessEventListener that will be registered on RuntimeEngine
getProcessId() - Method in interface org.kie.api.runtime.process.ProcessInstance
The id of the process definition that is related to this process instance.
getProcessId() - Method in interface org.kie.api.task.model.TaskData
 
getProcessId() - Method in interface org.kie.api.task.model.TaskSummary
 
getProcessInstance() - Method in interface org.kie.api.event.process.ProcessEvent
The ProcessInstance this event relates to.
getProcessInstance() - Method in interface org.kie.api.runtime.process.NodeInstance
The process instance that this node instance is executing in.
getProcessInstance() - Method in interface org.kie.api.runtime.process.ProcessContext
Returns the process instance that is currently being executed in this context.
getProcessInstance(long) - Method in interface org.kie.api.runtime.process.ProcessRuntime
Returns the process instance with the given id.
getProcessInstance(long, boolean) - Method in interface org.kie.api.runtime.process.ProcessRuntime
Returns the process instance with the given id.
getProcessInstanceId() - Method in interface org.kie.api.runtime.process.WorkItem
The id of the process instance that requested the execution of this work item
getProcessInstanceId() - Method in interface org.kie.api.task.model.TaskData
 
getProcessInstanceId() - Method in interface org.kie.api.task.model.TaskSummary
 
getProcessInstances() - Method in interface org.kie.api.runtime.process.ProcessRuntime
Returns a collection of currently active process instances.
getProcessName() - Method in interface org.kie.api.runtime.process.ProcessInstance
The name of the process definition that is related to this process instance.
getProcessSessionId() - Method in interface org.kie.api.task.model.TaskData
 
getProcessSessionId() - Method in interface org.kie.api.task.model.TaskSummary
 
getPropagationNumber() - Method in interface org.kie.api.runtime.rule.PropagationContext
 
getProperty(String) - Method in interface org.kie.api.PropertiesConfiguration
Gets a property value
getPropertyName() - Method in enum org.kie.api.conf.DeclarativeAgendaOption
Returns the property name for this option
getPropertyName() - Method in enum org.kie.api.conf.EqualityBehaviorOption
Returns the property name for this option
getPropertyName() - Method in enum org.kie.api.conf.EventProcessingOption
Returns the property name for this option
getPropertyName() - Method in enum org.kie.api.conf.MBeansOption
Returns the property name for this option
getPropertyName() - Method in interface org.kie.api.conf.Option
Returns the property name for this option
getPropertyName() - Method in enum org.kie.api.conf.RemoveIdentitiesOption
Returns the property name for this option
getPropertyName() - Method in class org.kie.api.runtime.conf.BeliefSystemTypeOption
Returns the property name for this option
getPropertyName() - Method in class org.kie.api.runtime.conf.ClockTypeOption
Returns the property name for this option
getPropertyName() - Method in enum org.kie.api.runtime.conf.KeepReferenceOption
Returns the property name for this option
getPropertyName() - Method in enum org.kie.api.runtime.conf.QueryListenerOption
Returns the property name for this option
getPropertyName() - Method in class org.kie.api.runtime.conf.TimedRuleExectionOption
 
getPropertyName() - Method in class org.kie.api.runtime.conf.TimerJobFactoryOption
Returns the property name for this option
getPropertyName() - Method in class org.kie.api.runtime.conf.WorkItemHandlerOption
Returns the property name for this option
getPropertyType(String) - Method in interface org.kie.api.definition.type.Annotation
 
getPropertyValue(String) - Method in interface org.kie.api.definition.type.Annotation
 
getQualifierModel() - Method in interface org.kie.api.builder.model.ListenerModel
 
getQualifierModel() - Method in interface org.kie.api.builder.model.WorkItemHandlerModel
 
getQueries() - Method in interface org.kie.api.definition.KiePackage
Return the query definitions for this package.
getQuery(String, String) - Method in interface org.kie.api.KieBase
Returns a reference to the Query identified by the given package and query names.
getQueryResults(String, Object...) - Method in interface org.kie.api.runtime.rule.RuleRuntime
Retrieve the QueryResults of the specified query and arguments
getReader() - Method in interface org.kie.api.io.Resource
Opens a Reader to the resource, the user must close this when finished.
getRegisterableItemsFactory() - Method in interface org.kie.api.runtime.manager.RuntimeEnvironment
Delivers concrete implementation of RegisterableItemsFactory to obtain handlers and listeners that shall be registered on instances of KieSession
getReleaseId() - Method in interface org.kie.api.builder.KieModule
Returns the ReleaseId identifying this KieModule
getReleaseId() - Method in interface org.kie.api.runtime.KieContainer
Returns the ReleaseId of the KieModule wrapped by this KieContainer
getRepository() - Method in interface org.kie.api.KieServices
Returns the KieRepository, a singleton acting as a repository for all the available KieModules
getResource() - Method in interface org.kie.api.definition.process.Process
 
getResources() - Method in interface org.kie.api.KieServices
Returns the KieResources, a factory that provides Resource implementations for the desired IO resource
getResourceType() - Method in interface org.kie.api.io.Resource
Returns the type of the resource if one could be inferred by the extension of the resource or if it was explicitly set.
getResourceType(String) - Static method in class org.kie.api.io.ResourceType
 
getResult(String) - Method in interface org.kie.api.runtime.process.WorkItem
Returns the value of the result parameter with the given name.
getResult(Serializable) - Method in interface org.kie.api.runtime.rule.AccumulateFunction
Returns the current value in this accumulation session
getResults() - Method in interface org.kie.api.builder.KieBuilder
Returns the Results of the building process.
getResults() - Method in interface org.kie.api.runtime.process.WorkItem
Returns the map of result parameters of this work item.
getResultType() - Method in interface org.kie.api.runtime.rule.AccumulateFunction
Returns the class type of the result of this function
getRule() - Method in interface org.kie.api.event.kiebase.AfterKieBaseLockedEvent
 
getRule() - Method in interface org.kie.api.event.kiebase.AfterRuleAddedEvent
 
getRule() - Method in interface org.kie.api.event.kiebase.AfterRuleRemovedEvent
 
getRule() - Method in interface org.kie.api.event.kiebase.BeforeRuleAddedEvent
 
getRule() - Method in interface org.kie.api.event.kiebase.BeforeRuleRemovedEvent
 
getRule(String, String) - Method in interface org.kie.api.KieBase
Returns a reference to the Rule identified by the given package and rule names.
getRule() - Method in exception org.kie.api.runtime.rule.ConsequenceException
 
getRule() - Method in interface org.kie.api.runtime.rule.Match
 
getRule() - Method in interface org.kie.api.runtime.rule.PropagationContext
The rule that caused the working memory action that created this PropagationContext.
getRule() - Method in interface org.kie.api.runtime.rule.RuleContext
Returns the active Rule for the current context
getRuleFlowGroup() - Method in interface org.kie.api.event.rule.RuleFlowGroupEvent
The RuleFlowGroup for this event
getRuleFlowGroup(String) - Method in interface org.kie.api.runtime.rule.Agenda
 
getRuleRuntimeEventListeners() - Method in interface org.kie.api.event.rule.RuleRuntimeEventManager
Returns all event listeners.
getRuleRuntimeEventListeners(RuntimeEngine) - Method in interface org.kie.api.runtime.manager.RegisterableItemsFactory
Returns new instances of RuleRuntimeEventListener that will be registered on RuntimeEngine
getRules() - Method in interface org.kie.api.definition.KiePackage
Return the rule definitions for this package.
getRuntimeEngine(Context<?>) - Method in interface org.kie.api.runtime.manager.RuntimeManager
Returns RuntimeEngine instance that is fully initialized: KiseSession is created or loaded depending on the strategy TaskService is initialized and attached to ksession (via listener) WorkItemHandlers are initialized and registered on ksession EventListeners (process, agenda, working memory) are initialized and added to ksession
getScope() - Method in interface org.kie.api.builder.model.KieBaseModel
Returns the CDI scope of this KieBaseModel Default is javax.enterprise.context.ApplicationScoped
getScope() - Method in interface org.kie.api.builder.model.KieSessionModel
Returns the CDI scope of this KieSessionModel
getSequentialAgenda() - Method in interface org.kie.api.management.KieBaseConfigurationMonitorMBean
Deprecated. 
getSessionClock() - Method in interface org.kie.api.runtime.KieRuntime
Returns the session clock instance assigned to this session
getSessionConfiguration() - Method in interface org.kie.api.runtime.KieRuntime
 
getSessionCount() - Method in interface org.kie.api.management.KieManagementAgentMBean
 
getSimpleName() - Method in interface org.kie.api.definition.type.FactType
Returns the unqualified name of the FactType.
getSize() - Method in interface org.kie.api.task.model.Attachment
 
getSourcePath() - Method in interface org.kie.api.io.Resource
Returns the name of the resource, if one is available.
getState() - Method in interface org.kie.api.runtime.process.ProcessInstance
The state of the process instance.
getState() - Method in interface org.kie.api.runtime.process.WorkItem
The state of the work item.
getStatsByProcess() - Method in interface org.kie.api.management.KieSessionMonitoringMBean
 
getStatsByProcessInstance() - Method in interface org.kie.api.management.KieSessionMonitoringMBean
 
getStatsByRule() - Method in interface org.kie.api.management.KieSessionMonitoringMBean
 
getStatsForProcess(String) - Method in interface org.kie.api.management.KieSessionMonitoringMBean
 
getStatsForProcessInstance(long) - Method in interface org.kie.api.management.KieSessionMonitoringMBean
 
getStatsForRule(String) - Method in interface org.kie.api.management.KieSessionMonitoringMBean
Returns a formatted String with statistics for a single rule in this session, like number of matches created, cancelled and fired as well as firing time.
getStatus() - Method in interface org.kie.api.task.model.TaskData
 
getStatus() - Method in interface org.kie.api.task.model.TaskSummary
 
getStoreServices() - Method in interface org.kie.api.KieServices
Returns KieStoreServices
getStrategy(int) - Method in interface org.kie.api.marshalling.ObjectMarshallingStrategyStore
 
getStrategy(Object) - Method in interface org.kie.api.marshalling.ObjectMarshallingStrategyStore
 
getStrategyObject(String) - Method in interface org.kie.api.marshalling.ObjectMarshallingStrategyStore
 
getStrategyObject(Object) - Method in interface org.kie.api.marshalling.ObjectMarshallingStrategyStore
 
getSubject() - Method in interface org.kie.api.task.model.TaskSummary
 
getSubjects() - Method in interface org.kie.api.task.model.Task
 
getSuperClass() - Method in interface org.kie.api.definition.type.FactType
Returns the name of the FactType's super type
getTargetPath() - Method in interface org.kie.api.io.Resource
Returns the path that should be used when writing this resource down to KieFileSystem.
getTask() - Method in interface org.kie.api.task.TaskEvent
 
getTaskById(long) - Method in interface org.kie.api.task.TaskService
 
getTaskByWorkItemId(long) - Method in interface org.kie.api.task.TaskService
 
getTaskContext() - Method in interface org.kie.api.task.TaskEvent
 
getTaskData() - Method in interface org.kie.api.task.model.Task
 
getTaskInitiator() - Method in interface org.kie.api.task.model.PeopleAssignments
 
getTaskListeners() - Method in interface org.kie.api.runtime.manager.RegisterableItemsFactory
Return new instances of TaskLifeCycleEventListener that will be registered on RuntimeEngine.
getTasksAssignedAsBusinessAdministrator(String, String) - Method in interface org.kie.api.task.TaskService
 
getTasksAssignedAsPotentialOwner(String, String) - Method in interface org.kie.api.task.TaskService
 
getTasksAssignedAsPotentialOwnerByStatus(String, List<Status>, String) - Method in interface org.kie.api.task.TaskService
 
getTasksByProcessInstanceId(long) - Method in interface org.kie.api.task.TaskService
 
getTasksByStatusByProcessInstanceId(long, List<Status>, String) - Method in interface org.kie.api.task.TaskService
 
getTasksByVariousFields(List<Long>, List<Long>, List<Long>, List<String>, List<String>, List<String>, List<Status>, List<String>, boolean) - Method in interface org.kie.api.task.TaskService
 
getTasksByVariousFields(Map<String, List<?>>, boolean) - Method in interface org.kie.api.task.TaskService
 
getTaskService() - Method in interface org.kie.api.runtime.manager.RuntimeEngine
Returns TaskService configured for this RuntimeEngine
getTasksOwned(String, String) - Method in interface org.kie.api.task.TaskService
 
getTasksOwnedByStatus(String, List<Status>, String) - Method in interface org.kie.api.task.TaskService
 
getTaskType() - Method in interface org.kie.api.task.model.Task
 
getText() - Method in interface org.kie.api.builder.Message
Return the text of this Message
getText() - Method in interface org.kie.api.task.model.Comment
 
getText() - Method in interface org.kie.api.task.model.I18NText
 
getTimerJobType() - Method in class org.kie.api.runtime.conf.TimerJobFactoryOption
Returns the configured timer job factory manager
getTo() - Method in interface org.kie.api.definition.process.Connection
The Node the connection goes to.
getTotalFactCount() - Method in interface org.kie.api.management.KieSessionMonitoringMBean
Returns the total fact count current loaded into this session
getTotalFiringTime() - Method in interface org.kie.api.management.KieSessionMonitoringMBean
Returns the total milliseconds spent firing rules in this session since last reset.
getTotalMatchesCancelled() - Method in interface org.kie.api.management.KieSessionMonitoringMBean
Returns the total number of matches cancelled in this session since last reset.
getTotalMatchesCreated() - Method in interface org.kie.api.management.KieSessionMonitoringMBean
Returns the total number of matches created in this session since last reset.
getTotalMatchesFired() - Method in interface org.kie.api.management.KieSessionMonitoringMBean
Returns the total number of matches fired in this session since last reset.
getTotalProcessInstancesCompleted() - Method in interface org.kie.api.management.KieSessionMonitoringMBean
 
getTotalProcessInstancesStarted() - Method in interface org.kie.api.management.KieSessionMonitoringMBean
 
getToType() - Method in interface org.kie.api.definition.process.Connection
The type of entry point of the to Node.
getType() - Method in interface org.kie.api.builder.model.KieSessionModel
Returns the type of this KieSessionModel
getType() - Method in interface org.kie.api.builder.model.ListenerModel
Returns the type of this ListenerModel (i.e. the name of the class implementing the listener)
getType() - Method in interface org.kie.api.builder.model.QualifierModel
 
getType() - Method in interface org.kie.api.builder.model.WorkItemHandlerModel
Returns the type of this WorkItemHandlerModel (i.e. the name of the class implementing the WorkItemHandler)
getType() - Method in interface org.kie.api.definition.process.Process
The type of process.
getType() - Method in interface org.kie.api.definition.rule.Global
 
getType() - Method in interface org.kie.api.definition.type.FactField
Returns the type of this field.
getType() - Method in interface org.kie.api.runtime.rule.PropagationContext
The PropagationContextType, numbers may change between Drools versions.
getUserGroupCallback() - Method in interface org.kie.api.runtime.manager.RuntimeEnvironment
Delivers concrete implementation of UserGroupCallback that shall be registered on instances of TaskService for managing users and groups.
getUserGroupCallback() - Method in interface org.kie.api.task.TaskContext
 
getValue() - Method in interface org.kie.api.builder.model.QualifierModel
 
getValue() - Method in interface org.kie.api.command.Setter
 
getValue(String) - Method in interface org.kie.api.runtime.ExecutionResults
 
getVariable(String) - Method in interface org.kie.api.runtime.process.NodeInstance
 
getVariable(String) - Method in interface org.kie.api.runtime.process.ProcessContext
Returns the value of the variable with the given name.
getVariable(String) - Method in interface org.kie.api.runtime.process.WorkflowProcessInstance
Returns the value of the variable with the given name.
getVariableId() - Method in interface org.kie.api.event.process.ProcessVariableChangedEvent
The unique id of the process variable (definition).
getVariableInstanceId() - Method in interface org.kie.api.event.process.ProcessVariableChangedEvent
The unique id of the process variable instance (as multiple node instances with the same process variable definition exists).
getVersion() - Method in interface org.kie.api.builder.ReleaseId
 
getVersion() - Method in interface org.kie.api.definition.process.Process
The version of the Process.
getWorkItemHandlerModels() - Method in interface org.kie.api.builder.model.KieSessionModel
Returns all the WorkItemHandlerModels defined for this KieSessionModel
getWorkItemHandlers(RuntimeEngine) - Method in interface org.kie.api.runtime.manager.RegisterableItemsFactory
Returns new instances of WorkItemHandler that will be registered on RuntimeEngine
getWorkItemId() - Method in interface org.kie.api.task.model.TaskData
 
getWorkItemManager() - Method in interface org.kie.api.runtime.process.ProcessRuntime
Returns the WorkItemManager related to this session.
Global - Interface in org.kie.api.definition.rule
 
GLOBALS - Static variable in class org.kie.api.runtime.EnvironmentName
 
Globals - Interface in org.kie.api.runtime
 
Group - Interface in org.kie.api.task.model
 

H

halt() - Method in interface org.kie.api.runtime.rule.RuleRuntime
Request the engine to stop firing rules.
handleException(Match, RuleRuntime, Exception) - Method in interface org.kie.api.runtime.rule.ConsequenceExceptionHandler
 
hashCode() - Method in class org.kie.api.io.ResourceType
 
hashCode() - Method in class org.kie.api.runtime.conf.BeliefSystemTypeOption
 
hashCode() - Method in class org.kie.api.runtime.conf.ClockTypeOption
 
hashCode() - Method in class org.kie.api.runtime.conf.TimerJobFactoryOption
 
hashCode() - Method in class org.kie.api.runtime.conf.WorkItemHandlerOption
 
hasMessages(Message.Level...) - Method in interface org.kie.api.builder.Results
Returns true if these Results contains at least one Message of one of the given levels

I

I18NText - Interface in org.kie.api.task.model
 
Include - Interface in org.kie.api.builder
 
init(Serializable) - Method in interface org.kie.api.runtime.rule.AccumulateFunction
Initializes the accumulator
insert(Object) - Method in interface org.kie.api.runtime.rule.EntryPoint
Inserts a new fact into this entry point
INSERTION - Static variable in interface org.kie.api.runtime.rule.PropagationContext
 
insertLogical(Object) - Method in interface org.kie.api.runtime.rule.RuleContext
Logically inserts a fact into the KnowledgeSession, justified by the current rule context.
insertLogical(Object, Object) - Method in interface org.kie.api.runtime.rule.RuleContext
Logically inserts a fact into the KnowledgeSession, justified by the current rule context.
isAdvancedProcessRuleIntegration() - Method in interface org.kie.api.management.KieBaseConfigurationMonitorMBean
 
isDeclarativeAgendaEnabled() - Method in enum org.kie.api.conf.DeclarativeAgendaOption
 
isDefault() - Method in interface org.kie.api.builder.model.KieBaseModel
Returns true if this KieBaseModel is the default one
isDefault() - Method in interface org.kie.api.builder.model.KieSessionModel
Returns true if this KieSessionModel is the default one
isEnabled() - Method in enum org.kie.api.conf.MBeansOption
 
isEnabled(String) - Static method in enum org.kie.api.conf.MBeansOption
 
isEvent() - Method in interface org.kie.api.management.ObjectTypeNodeMonitorMBean
True if this node corresponds to an event type
isIndexLeftBetaMemory() - Method in interface org.kie.api.management.KieBaseConfigurationMonitorMBean
Deprecated. 
isIndexRightBetaMemory() - Method in interface org.kie.api.management.KieBaseConfigurationMonitorMBean
Deprecated. 
isKeepReference() - Method in enum org.kie.api.runtime.conf.KeepReferenceOption
 
isKey() - Method in interface org.kie.api.definition.type.FactField
Returns true if this field is a key field.
isMaintainTms() - Method in interface org.kie.api.management.KieBaseConfigurationMonitorMBean
Deprecated. 
isMarshallProcessInstances() - Method in interface org.kie.api.marshalling.MarshallingConfiguration
 
isMarshallWorkItems() - Method in interface org.kie.api.marshalling.MarshallingConfiguration
 
isMBeansEnabled() - Method in interface org.kie.api.management.KieBaseConfigurationMonitorMBean
 
isMultithreadEvaluation() - Method in interface org.kie.api.management.KieBaseConfigurationMonitorMBean
Deprecated. 
isNegated() - Method in interface org.kie.api.runtime.rule.Operator
Returns true if this operator instance is negated.
isRemoveIdentities() - Method in enum org.kie.api.conf.RemoveIdentitiesOption
 
isRemoveIdentities() - Method in interface org.kie.api.management.KieBaseConfigurationMonitorMBean
 
isSequential() - Method in interface org.kie.api.management.KieBaseConfigurationMonitorMBean
Deprecated. 
isShareAlphaNodes() - Method in interface org.kie.api.management.KieBaseConfigurationMonitorMBean
Deprecated. 
isShareBetaNodes() - Method in interface org.kie.api.management.KieBaseConfigurationMonitorMBean
Deprecated. 
isSkipable() - Method in interface org.kie.api.task.model.TaskData
 
isSkipable() - Method in interface org.kie.api.task.model.TaskSummary
 
isSnapshot() - Method in interface org.kie.api.builder.ReleaseId
 
isTemporal() - Method in interface org.kie.api.runtime.rule.Evaluator
Returns true if this evaluator implements a temporal evaluation, i.e., a time sensitive evaluation whose properties of matching only events within an specific time interval can be used for determining event expirations automatically.
isThreaded() - Method in interface org.kie.api.builder.model.FileLoggerModel
 
isTimeIncluded(long) - Method in class org.kie.api.runtime.help.QuartzHelper.QuartzCalendarAdapter
 
isTimeIncluded(long) - Method in interface org.kie.api.time.Calendar
 
iterator() - Method in interface org.kie.api.runtime.rule.QueryResults
 

J

JAVA - Static variable in class org.kie.api.io.ResourceType
JAVA

K

KBase - Annotation Type in org.kie.api.cdi
 
KContainer - Annotation Type in org.kie.api.cdi
 
KeepReferenceOption - Enum in org.kie.api.runtime.conf
Option to configure if the knowledge base should retain a reference to the knowledge session or not.
Key - Annotation Type in org.kie.api.definition.type
Annotation used to declare that a field is a key for the class it belongs to and then it will be used to calculate the equals/hashCode methods of the class itself.
KieBase - Interface in org.kie.api
The KieBase is a repository of all the application's knowledge definitions.
KieBaseConfiguration - Interface in org.kie.api
A class to store KieBase related configuration.
KieBaseConfigurationMonitorMBean - Interface in org.kie.api.management
 
KieBaseEvent - Interface in org.kie.api.event.kiebase
 
KieBaseEventListener - Interface in org.kie.api.event.kiebase
 
KieBaseEventManager - Interface in org.kie.api.event.kiebase
 
KieBaseModel - Interface in org.kie.api.builder.model
KieBaseModel is a model allowing to programmatically define a KieBase
KieBaseOption - Interface in org.kie.api.conf
A markup interface for KnowledgeBaseConfiguration options
KieBaseOptionsConfiguration - Interface in org.kie.api.conf
A base interface for type safe configurations
KieBuilder - Interface in org.kie.api.builder
KieBuilder is a builder for the resources contained in a KieModule
KieCommands - Interface in org.kie.api.command
KieCommands is a factory for Commands that can be used by classes that implement CommandExecutor.
KieContainer - Interface in org.kie.api.runtime
A container for all the KieBases of a given KieModule
KieContext - Interface in org.kie.api.runtime
 
KieDefinition - Interface in org.kie.api.definition
Marker interface for all KnowlegeDefinition's
KieDefinition.KnowledgeType - Enum in org.kie.api.definition
 
KieDescr - Interface in org.kie.api.definition
A top level interface for Knowledge Descriptors.
KieExecutors - Interface in org.kie.api.concurrent
 
KieFileSystem - Interface in org.kie.api.builder
KieFileSystem is an in memory file system used to programmatically define the resources composing a KieModule
KieLoggers - Interface in org.kie.api.logger
KieLoggers is a factory for KieRuntimeLogger
KieManagementAgentMBean - Interface in org.kie.api.management
A tree root level class for all the drools management MBeans published to an MBean agent
KieMarshallers - Interface in org.kie.api.marshalling
This api is experimental and thus the classes and the interfaces returned are subject to change.
KieModule - Interface in org.kie.api.builder
A KieModule is a container of all the resources necessary to define a set of KieBases like a pom.xml defining its ReleaseId, a kmodule.xml file declaring the KieBases names and configurations together with all the KieSession that can be created from them and all the other files necessary to build the KieBases themselves
KieModuleModel - Interface in org.kie.api.builder.model
KieModuleModel is a model allowing to programmatically define a KieModule
KiePackage - Interface in org.kie.api.definition
This provides a collection of knowledge definitions that can be given to a KnowledgeBase.
KieRepository - Interface in org.kie.api.builder
KieRepository is a singleton acting as a repository for all the available KieModules regardless if they are stored in the maven repository or programmatically built by the user
KieResources - Interface in org.kie.api.io
KieResources is a factory that provides Resource implementations for the desired IO resource
KieRuntime - Interface in org.kie.api.runtime
 
KieRuntimeEvent - Interface in org.kie.api.event
An event that is generated by the knowledge runtime.
KieRuntimeEventManager - Interface in org.kie.api.event
A manager for runtime events.
KieRuntimeLogger - Interface in org.kie.api.logger
A logger for audit events.
KieScanner - Interface in org.kie.api.builder
A KieScanner is a scanner of the maven repositories (both local and remote) used to automatically discover if there are new releases for a given KieModule and its dependencies and eventually deploy them in the KieRepository
KieScannerFactoryService - Interface in org.kie.api.builder
 
KieServices - Interface in org.kie.api
The KieServices is a thread-safe singleton acting as a hub giving access to the other Services provided by Kie.
KieServices.Factory - Class in org.kie.api
A Factory for this KieServices
KieServices.Factory() - Constructor for class org.kie.api.KieServices.Factory
 
KieSession - Interface in org.kie.api.runtime
KieSession is the most common way to interact with the engine.
KieSessionConfiguration - Interface in org.kie.api.runtime
A class to store Session related configuration.
KieSessionModel - Interface in org.kie.api.builder.model
KieSessionModel is a model allowing to programmatically define a KieSession
KieSessionModel.KieSessionType - Enum in org.kie.api.builder.model
 
KieSessionMonitoringMBean - Interface in org.kie.api.management
An MBean interface for Kie Session monitoring
KieSessionOption - Interface in org.kie.api.runtime.conf
A markup interface for KnowledgeSessionConfiguration options
KieSessionOptionsConfiguration - Interface in org.kie.api.runtime.conf
A base interface for type safe configurations
KieStoreServices - Interface in org.kie.api.persistence.jpa
 
knowledgeBase(KieBase) - Method in interface org.kie.api.runtime.manager.RuntimeEnvironmentBuilder
 
KReleaseId - Annotation Type in org.kie.api.cdi
 
KSession - Annotation Type in org.kie.api.cdi
 

L

Label - Annotation Type in org.kie.api.definition.type
Annotation used to decorate a field or class with a label.
ListenerModel - Interface in org.kie.api.builder.model
ListenerModel is a model allowing to programmatically define a Listener and wire it to a KieSession
ListenerModel.Kind - Enum in org.kie.api.builder.model
 
LiveQuery - Interface in org.kie.api.runtime.rule
 
loadKieSession(int, KieBase, KieSessionConfiguration, Environment) - Method in interface org.kie.api.persistence.jpa.KieStoreServices
 
logger - Static variable in class org.kie.api.osgi.Activator.DroolsServiceTracker
 
logger - Static variable in class org.kie.api.osgi.Activator
 

M

marshal(ObjectMarshallingStrategy.Context, ObjectOutputStream, Object) - Method in interface org.kie.api.marshalling.ObjectMarshallingStrategy
This method is analogous to the write() method, but instead of writing the object into an output stream, it returns the marshalled object as a byte[].
marshall(OutputStream, KieSession) - Method in interface org.kie.api.marshalling.Marshaller
Marshalls the given StatefulKnowledgeSession into the provided OutputStream
Marshaller - Interface in org.kie.api.marshalling
 
MarshallingConfiguration - Interface in org.kie.api.marshalling
 
Match - Interface in org.kie.api.runtime.rule
 
matchCancelled(MatchCancelledEvent) - Method in interface org.kie.api.event.rule.AgendaEventListener
 
matchCancelled(MatchCancelledEvent) - Method in class org.kie.api.event.rule.DebugAgendaEventListener
 
matchCancelled(MatchCancelledEvent) - Method in class org.kie.api.event.rule.DefaultAgendaEventListener
 
MatchCancelledCause - Enum in org.kie.api.event.rule
 
MatchCancelledEvent - Interface in org.kie.api.event.rule
 
matchCreated(MatchCreatedEvent) - Method in interface org.kie.api.event.rule.AgendaEventListener
 
matchCreated(MatchCreatedEvent) - Method in class org.kie.api.event.rule.DebugAgendaEventListener
 
matchCreated(MatchCreatedEvent) - Method in class org.kie.api.event.rule.DefaultAgendaEventListener
 
MatchCreatedEvent - Interface in org.kie.api.event.rule
 
matchesExtension(String) - Method in class org.kie.api.io.ResourceType
 
MatchEvent - Interface in org.kie.api.event.rule
 
MBeansOption - Enum in org.kie.api.conf
An Enum for MBeans Enabled option.
Message - Interface in org.kie.api.builder
A Message generated by the building process of a KieModule
Message.Level - Enum in org.kie.api.builder
 
MODIFICATION - Static variable in interface org.kie.api.runtime.rule.PropagationContext
 
modifiedService(ServiceReference, Object) - Method in class org.kie.api.osgi.Activator.DroolsServiceTracker
 
Modifies - Annotation Type in org.kie.api.definition.type
Annotation used to declare that a given method (potenially) modifies the values of the named properties
MultiValueKieBaseOption - Interface in org.kie.api.conf
A markup interface for MultiValueKnowledgeBaseConfiguration options
MultiValueKieSessionOption - Interface in org.kie.api.runtime.conf
A markup interface for MultiValueKnowledgeSessionConfiguration options

N

newAbortWorkItem(long) - Method in interface org.kie.api.command.KieCommands
 
newBatchExecution(List<? extends Command>) - Method in interface org.kie.api.command.KieCommands
 
newBatchExecution(List<? extends Command>, String) - Method in interface org.kie.api.command.KieCommands
 
newByteArrayResource(byte[]) - Method in interface org.kie.api.io.KieResources
 
newClassFilterAcceptor(String[]) - Method in interface org.kie.api.marshalling.KieMarshallers
 
newClasspathKmoduleDefaultBuilder() - Method in class org.kie.api.runtime.manager.RuntimeEnvironmentBuilder.Factory
 
newClasspathKmoduleDefaultBuilder(String, String) - Method in class org.kie.api.runtime.manager.RuntimeEnvironmentBuilder.Factory
 
newClasspathKmoduleDefaultBuilder() - Method in interface org.kie.api.runtime.manager.RuntimeEnvironmentBuilderFactory
Provides default configuration of RuntimeEnvironmentBuilder that is based on: DefaultRuntimeEnvironment It relies on KieClasspathContainer that requires to have kmodule.xml present in META-INF folder which defines the kjar itself.
newClasspathKmoduleDefaultBuilder(String, String) - Method in interface org.kie.api.runtime.manager.RuntimeEnvironmentBuilderFactory
Provides default configuration of RuntimeEnvironmentBuilder that is based on: DefaultRuntimeEnvironment It relies on KieClasspathContainer that requires to have kmodule.xml present in META-INF folder which defines the kjar itself.
newClassPathResource(String) - Method in interface org.kie.api.io.KieResources
 
newClassPathResource(String, ClassLoader) - Method in interface org.kie.api.io.KieResources
 
newClassPathResource(String, Class<?>) - Method in interface org.kie.api.io.KieResources
 
newClassPathResource(String, String) - Method in interface org.kie.api.io.KieResources
 
newClassPathResource(String, String, ClassLoader) - Method in interface org.kie.api.io.KieResources
 
newClassPathResource(String, String, Class<?>) - Method in interface org.kie.api.io.KieResources
 
newCompleteWorkItem(long, Map<String, Object>) - Method in interface org.kie.api.command.KieCommands
 
newConsoleLogger(KieRuntimeEventManager) - Method in interface org.kie.api.logger.KieLoggers
 
newDefaultBuilder() - Method in class org.kie.api.runtime.manager.RuntimeEnvironmentBuilder.Factory
 
newDefaultBuilder(String, String, String) - Method in class org.kie.api.runtime.manager.RuntimeEnvironmentBuilder.Factory
 
newDefaultBuilder(String, String, String, String, String) - Method in class org.kie.api.runtime.manager.RuntimeEnvironmentBuilder.Factory
 
newDefaultBuilder(ReleaseId) - Method in class org.kie.api.runtime.manager.RuntimeEnvironmentBuilder.Factory
 
newDefaultBuilder(ReleaseId, String, String) - Method in class org.kie.api.runtime.manager.RuntimeEnvironmentBuilder.Factory
 
newDefaultBuilder() - Method in interface org.kie.api.runtime.manager.RuntimeEnvironmentBuilderFactory
Provides default configuration of RuntimeEnvironmentBuilder that is based on: DefaultRuntimeEnvironment
newDefaultBuilder(String, String, String) - Method in interface org.kie.api.runtime.manager.RuntimeEnvironmentBuilderFactory
Provides default configuration of RuntimeEnvironmentBuilder that is based on: DefaultRuntimeEnvironment This one is tailored to works smoothly with kjars as the notion of kbase and ksessions
newDefaultBuilder(String, String, String, String, String) - Method in interface org.kie.api.runtime.manager.RuntimeEnvironmentBuilderFactory
Provides default configuration of RuntimeEnvironmentBuilder that is based on: DefaultRuntimeEnvironment This one is tailored to works smoothly with kjars as the notion of kbase and ksessions
newDefaultBuilder(ReleaseId) - Method in interface org.kie.api.runtime.manager.RuntimeEnvironmentBuilderFactory
Provides default configuration of RuntimeEnvironmentBuilder that is based on: DefaultRuntimeEnvironment This one is tailored to works smoothly with kjars as the notion of kbase and ksessions
newDefaultBuilder(ReleaseId, String, String) - Method in interface org.kie.api.runtime.manager.RuntimeEnvironmentBuilderFactory
Provides default configuration of RuntimeEnvironmentBuilder that is based on: DefaultRuntimeEnvironment This one is tailored to works smoothly with kjars as the notion of kbase and ksessions
newDefaultInMemoryBuilder() - Method in class org.kie.api.runtime.manager.RuntimeEnvironmentBuilder.Factory
 
newDefaultInMemoryBuilder() - Method in interface org.kie.api.runtime.manager.RuntimeEnvironmentBuilderFactory
Provides default configuration of RuntimeEnvironmentBuilder that is based on: DefaultRuntimeEnvironment but it does not have persistence for process engine configured so it will only store process instances in memory
newDelete(FactHandle) - Method in interface org.kie.api.command.KieCommands
 
newDescrResource(KieDescr) - Method in interface org.kie.api.io.KieResources
 
newEmptyBuilder() - Method in class org.kie.api.runtime.manager.RuntimeEnvironmentBuilder.Factory
 
newEmptyBuilder() - Method in interface org.kie.api.runtime.manager.RuntimeEnvironmentBuilderFactory
Provides completely empty RuntimeEnvironmentBuilder instance that allows to manually set all required components instead of relying on any defaults.
newEnvironment() - Method in interface org.kie.api.KieServices
Instantiate and return an Environment
newFileLogger(KieRuntimeEventManager, String) - Method in interface org.kie.api.logger.KieLoggers
 
newFileSystemResource(File) - Method in interface org.kie.api.io.KieResources
 
newFileSystemResource(String) - Method in interface org.kie.api.io.KieResources
 
newFireAllRules() - Method in interface org.kie.api.command.KieCommands
 
newFireAllRules(int) - Method in interface org.kie.api.command.KieCommands
 
newFireAllRules(String) - Method in interface org.kie.api.command.KieCommands
 
newGetGlobal(String) - Method in interface org.kie.api.command.KieCommands
 
newGetGlobal(String, String) - Method in interface org.kie.api.command.KieCommands
 
newGetObject(FactHandle) - Method in interface org.kie.api.command.KieCommands
 
newGetObject(FactHandle, String) - Method in interface org.kie.api.command.KieCommands
 
newGetObjects() - Method in interface org.kie.api.command.KieCommands
 
newGetObjects(String) - Method in interface org.kie.api.command.KieCommands
 
newGetObjects(ObjectFilter) - Method in interface org.kie.api.command.KieCommands
 
newGetObjects(ObjectFilter, String) - Method in interface org.kie.api.command.KieCommands
 
newIdentityMarshallingStrategy() - Method in interface org.kie.api.marshalling.KieMarshallers
 
newIdentityMarshallingStrategy(ObjectMarshallingStrategyAcceptor) - Method in interface org.kie.api.marshalling.KieMarshallers
 
newInputStreamResource(InputStream) - Method in interface org.kie.api.io.KieResources
 
newInputStreamResource(InputStream, String) - Method in interface org.kie.api.io.KieResources
 
newInsert(Object) - Method in interface org.kie.api.command.KieCommands
 
newInsert(Object, String) - Method in interface org.kie.api.command.KieCommands
 
newInsert(Object, String, boolean, String) - Method in interface org.kie.api.command.KieCommands
 
newInsertElements(Iterable) - Method in interface org.kie.api.command.KieCommands
 
newInsertElements(Iterable, String) - Method in interface org.kie.api.command.KieCommands
 
newInsertElements(Iterable, String, boolean, String) - Method in interface org.kie.api.command.KieCommands
 
newInstance() - Method in interface org.kie.api.definition.type.FactType
Create a new fact based on the declared fact type.
newKieBase(KieBaseConfiguration) - Method in interface org.kie.api.runtime.KieContainer
Creates a new default KieBase using the given configuration.
newKieBase(String, KieBaseConfiguration) - Method in interface org.kie.api.runtime.KieContainer
Creates a new KieBase with the given name using the given configuration.
newKieBaseConfiguration() - Method in interface org.kie.api.KieServices
Create a KieBaseConfiguration on which properties can be set.
newKieBaseConfiguration(Properties) - Method in interface org.kie.api.KieServices
Create a KieBaseConfiguration on which properties can be set.
newKieBaseConfiguration(Properties, ClassLoader) - Method in interface org.kie.api.KieServices
Deprecated. The classLoader has to be defined when creating the KieContainer, so the one passed here will be just ignored
newKieBaseModel(String) - Method in interface org.kie.api.builder.model.KieModuleModel
Creates a new KieBaseModel with the given name and adds it to this KieModuleModel
newKieBuilder(File) - Method in interface org.kie.api.KieServices
Creates a new KieBuilder to build the KieModule contained in the given folder
newKieBuilder(KieFileSystem) - Method in interface org.kie.api.KieServices
Creates a new KieBuilder to build the KieModule contained in the given KieFileSystem
newKieClasspathContainer() - Method in interface org.kie.api.KieServices
Creates a new KieContainer for the classpath, regardless if there's already an existing one
newKieClasspathContainer(ClassLoader) - Method in interface org.kie.api.KieServices
Creates a new KieContainer for the classpath using the given classLoader, regardless if there's already an existing one
newKieContainer(ReleaseId) - Method in interface org.kie.api.KieServices
Creates a new KieContainer wrapping the KieModule with the given ReleaseId
newKieFileSystem() - Method in interface org.kie.api.KieServices
Creates a new KieFileSystem used to programmatically define the resources composing a KieModule
newKieModuleModel() - Method in interface org.kie.api.KieServices
Creates a new KieModuleModel to programmatically define a KieModule
newKieScanner() - Method in interface org.kie.api.builder.KieScannerFactoryService
 
newKieScanner(KieContainer) - Method in interface org.kie.api.KieServices
Creates a KieScanner to automatically discover if there are new releases of the KieModule (and its dependencies) wrapped by the given KieContainer
newKieSession(KieSessionConfiguration, Environment) - Method in interface org.kie.api.KieBase
Creates a new KieSession using the given session configuration and/or environment.
newKieSession() - Method in interface org.kie.api.KieBase
Creates a new KieSession using the default session configuration.
newKieSession(KieBase, KieSessionConfiguration, Environment) - Method in interface org.kie.api.persistence.jpa.KieStoreServices
 
newKieSession() - Method in interface org.kie.api.runtime.KieContainer
Creates the default KieSession for this KieContainer
newKieSession(KieSessionConfiguration) - Method in interface org.kie.api.runtime.KieContainer
Creates the default KieSession for this KieContainer with the given configuration
newKieSession(Environment) - Method in interface org.kie.api.runtime.KieContainer
Creates the default KieSession for this KieContainer using the given Environment
newKieSession(Environment, KieSessionConfiguration) - Method in interface org.kie.api.runtime.KieContainer
Creates the default KieSession for this KieContainer with the given configuration and Environment
newKieSession(String) - Method in interface org.kie.api.runtime.KieContainer
Creates the KieSession with the given name for this KieContainer
newKieSession(String, Environment) - Method in interface org.kie.api.runtime.KieContainer
Creates the KieSession with the given name for this KieContainer using the given Environment
newKieSession(String, KieSessionConfiguration) - Method in interface org.kie.api.runtime.KieContainer
Creates the KieSession with the given name for this KieContainer with the given configuration
newKieSession(String, Environment, KieSessionConfiguration) - Method in interface org.kie.api.runtime.KieContainer
Creates the KieSession with the given name for this KieContainer using the given Environment and configuration
newKieSessionConfiguration() - Method in interface org.kie.api.KieServices
Create a KieSessionConfiguration on which properties can be set.
newKieSessionConfiguration(Properties) - Method in interface org.kie.api.KieServices
Create a KieSessionConfiguration on which properties can be set.
newKieSessionModel(String) - Method in interface org.kie.api.builder.model.KieBaseModel
Creates a new KieSessionModel with the given name and adds it to this KieBaseModel
newListenerModel(String, ListenerModel.Kind) - Method in interface org.kie.api.builder.model.KieSessionModel
Creates a new ListenerModel of the given type (i.e. the name of the class implementing it) and kind and add it to this KieSessionModel
newMarshaller(KieBase) - Method in interface org.kie.api.marshalling.KieMarshallers
The marshalling strategies for this method are undefined and thus they are derived from the ksession's or environment provided
newMarshaller(KieBase, ObjectMarshallingStrategy[]) - Method in interface org.kie.api.marshalling.KieMarshallers
This will override the strategies specified in the ksession or environment.
newModify(FactHandle, List<Setter>) - Method in interface org.kie.api.command.KieCommands
 
newPerProcessInstanceRuntimeManager(RuntimeEnvironment) - Method in interface org.kie.api.runtime.manager.RuntimeManagerFactory
Produces new instance of per process instance RuntimeManager with default identifier.
newPerProcessInstanceRuntimeManager(RuntimeEnvironment, String) - Method in interface org.kie.api.runtime.manager.RuntimeManagerFactory
Produces new instance of per process instance RuntimeManager with custom identifier.
newPerRequestRuntimeManager(RuntimeEnvironment) - Method in interface org.kie.api.runtime.manager.RuntimeManagerFactory
Produces new instance of per request RuntimeManager with default identifier.
newPerRequestRuntimeManager(RuntimeEnvironment, String) - Method in interface org.kie.api.runtime.manager.RuntimeManagerFactory
Produces new instance of per request RuntimeManager with custom identifier.
newQualifierModel(String) - Method in interface org.kie.api.builder.model.ListenerModel
 
newQualifierModel(String) - Method in interface org.kie.api.builder.model.WorkItemHandlerModel
 
newQuery(String, String) - Method in interface org.kie.api.command.KieCommands
 
newQuery(String, String, Object[]) - Method in interface org.kie.api.command.KieCommands
 
newReaderResource(Reader) - Method in interface org.kie.api.io.KieResources
 
newReaderResource(Reader, String) - Method in interface org.kie.api.io.KieResources
 
newRegisterWorkItemHandlerCommand(WorkItemHandler, String) - Method in interface org.kie.api.command.KieCommands
 
newReleaseId(String, String, String) - Method in interface org.kie.api.KieServices
Creates a new ReleaseId with the given groupId, artifactId and version
newSerializeMarshallingStrategy() - Method in interface org.kie.api.marshalling.KieMarshallers
 
newSerializeMarshallingStrategy(ObjectMarshallingStrategyAcceptor) - Method in interface org.kie.api.marshalling.KieMarshallers
 
newSetGlobal(String, Object) - Method in interface org.kie.api.command.KieCommands
 
newSetGlobal(String, Object, boolean) - Method in interface org.kie.api.command.KieCommands
 
newSetGlobal(String, Object, String) - Method in interface org.kie.api.command.KieCommands
 
newSetter(String, String) - Method in interface org.kie.api.command.KieCommands
 
newSignalEvent(String, Object) - Method in interface org.kie.api.command.KieCommands
 
newSignalEvent(long, String, Object) - Method in interface org.kie.api.command.KieCommands
 
newSingleThreadExecutor() - Method in interface org.kie.api.concurrent.KieExecutors
 
newSingletonRuntimeManager(RuntimeEnvironment) - Method in interface org.kie.api.runtime.manager.RuntimeManagerFactory
Produces new instance of singleton RuntimeManager with default identifier.
newSingletonRuntimeManager(RuntimeEnvironment, String) - Method in interface org.kie.api.runtime.manager.RuntimeManagerFactory
Produces new instance of singleton RuntimeManager with custom identifier.
newStartProcess(String) - Method in interface org.kie.api.command.KieCommands
 
newStartProcess(String, Map<String, Object>) - Method in interface org.kie.api.command.KieCommands
 
newStatelessKieSession(KieSessionConfiguration) - Method in interface org.kie.api.KieBase
Creates a new StatelessKieSession using the given session configuration.
newStatelessKieSession() - Method in interface org.kie.api.KieBase
Creates a new StatelessKieSession using the default session configuration.
newStatelessKieSession() - Method in interface org.kie.api.runtime.KieContainer
Creates the default StatelessKieSession for this KieContainer
newStatelessKieSession(KieSessionConfiguration) - Method in interface org.kie.api.runtime.KieContainer
Creates the default StatelessKieSession for this KieContainer using the given configuration
newStatelessKieSession(String) - Method in interface org.kie.api.runtime.KieContainer
Creates the StatelessKieSession with the given name for this KieContainer
newStatelessKieSession(String, KieSessionConfiguration) - Method in interface org.kie.api.runtime.KieContainer
Creates the StatelessKieSession with the given name for this KieContainer using the given configuration
newThreadedFileLogger(KieRuntimeEventManager, String, int) - Method in interface org.kie.api.logger.KieLoggers
 
newUrlResource(URL) - Method in interface org.kie.api.io.KieResources
 
newUrlResource(String) - Method in interface org.kie.api.io.KieResources
 
newWorkItemHandlerModel(String, String) - Method in interface org.kie.api.builder.model.KieSessionModel
Creates a new WorkItemHandlerModel of the given type (i.e. the name of the class implementing it) and add it to this KieSessionModel
NO - Static variable in class org.kie.api.runtime.conf.TimedRuleExectionOption
 
Node - Interface in org.kie.api.definition.process
A Node represents an activity in the process flow chart.
NodeContainer - Interface in org.kie.api.definition.process
A NodeContainer contains a set of Nodes There are different types of NodeContainers and NodeContainers may be nested.
NodeInstance - Interface in org.kie.api.runtime.process
A node instance represents the execution of one specific node in a process instance.
NodeInstanceContainer - Interface in org.kie.api.runtime.process
A node instance container is a container that can contain (zero or more) node instances.
nominate(long, String, List<OrganizationalEntity>) - Method in interface org.kie.api.task.TaskService
 

O

OBJECT_MARSHALLING_STRATEGIES - Static variable in class org.kie.api.runtime.EnvironmentName
 
objectDeleted(ObjectDeletedEvent) - Method in class org.kie.api.event.rule.DebugRuleRuntimeEventListener
 
objectDeleted(ObjectDeletedEvent) - Method in class org.kie.api.event.rule.DefaultRuleRuntimeEventListener
 
objectDeleted(ObjectDeletedEvent) - Method in interface org.kie.api.event.rule.RuleRuntimeEventListener
 
ObjectDeletedEvent - Interface in org.kie.api.event.rule
 
ObjectFilter - Interface in org.kie.api.runtime
ObjectFilter is used with WorkingMemories to filter out instances during Iteration
objectInserted(ObjectInsertedEvent) - Method in class org.kie.api.event.rule.DebugRuleRuntimeEventListener
 
objectInserted(ObjectInsertedEvent) - Method in class org.kie.api.event.rule.DefaultRuleRuntimeEventListener
 
objectInserted(ObjectInsertedEvent) - Method in interface org.kie.api.event.rule.RuleRuntimeEventListener
 
ObjectInsertedEvent - Interface in org.kie.api.event.rule
 
ObjectMarshallingStrategy - Interface in org.kie.api.marshalling
 
ObjectMarshallingStrategy.Context - Interface in org.kie.api.marshalling
 
ObjectMarshallingStrategyAcceptor - Interface in org.kie.api.marshalling
 
ObjectMarshallingStrategyStore - Interface in org.kie.api.marshalling
 
ObjectTypeNodeMonitorMBean - Interface in org.kie.api.management
An interface for OTN MBean
objectUpdated(ObjectUpdatedEvent) - Method in class org.kie.api.event.rule.DebugRuleRuntimeEventListener
 
objectUpdated(ObjectUpdatedEvent) - Method in class org.kie.api.event.rule.DefaultRuleRuntimeEventListener
 
objectUpdated(ObjectUpdatedEvent) - Method in interface org.kie.api.event.rule.RuleRuntimeEventListener
 
ObjectUpdatedEvent - Interface in org.kie.api.event.rule
 
openLiveQuery(String, Object[], ViewChangedEventListener) - Method in interface org.kie.api.runtime.rule.RuleRuntime
 
Operator - Interface in org.kie.api.runtime.rule
An interface for Operator definitions.
Option - Interface in org.kie.api.conf
A base interface for type safe options in configuration objects
org.kie.api - package org.kie.api
The KnowledgeBase and its factory.
org.kie.api.builder - package org.kie.api.builder
 
org.kie.api.builder.model - package org.kie.api.builder.model
 
org.kie.api.cdi - package org.kie.api.cdi
 
org.kie.api.command - package org.kie.api.command
 
org.kie.api.concurrent - package org.kie.api.concurrent
 
org.kie.api.conf - package org.kie.api.conf
 
org.kie.api.definition - package org.kie.api.definition
All classes to create definitions, as built by the KnowledgeBuilder from artifact resources, can be found here.
org.kie.api.definition.process - package org.kie.api.definition.process
The classes that make up a Process definition.
org.kie.api.definition.rule - package org.kie.api.definition.rule
The classes that make up a Rule definition.
org.kie.api.definition.type - package org.kie.api.definition.type
 
org.kie.api.event - package org.kie.api.event
Drools has a comprehensive event api for all parts of the platform.
org.kie.api.event.kiebase - package org.kie.api.event.kiebase
Events emitted while updating the definitions in the KnowledgeBase.
org.kie.api.event.process - package org.kie.api.event.process
Events emitted while process instances are executing.
org.kie.api.event.rule - package org.kie.api.event.rule
Events emitted while Rules are executing.
org.kie.api.io - package org.kie.api.io
io library for working with Resources See ResourceFactory for more details
org.kie.api.logger - package org.kie.api.logger
Logger classes use to log the KnowledgeRuntime's execution.
org.kie.api.management - package org.kie.api.management
 
org.kie.api.marshalling - package org.kie.api.marshalling
Marshalling classes are used to marshall and unmarshal StatefulKnowledgeSessions See MarshallerFactory for more detailed information.
org.kie.api.osgi - package org.kie.api.osgi
 
org.kie.api.persistence.jpa - package org.kie.api.persistence.jpa
 
org.kie.api.runtime - package org.kie.api.runtime
The runtime engine classes, including StatefulKnowledgeSession and StatelessKnowledgeSession.
org.kie.api.runtime.conf - package org.kie.api.runtime.conf
 
org.kie.api.runtime.help - package org.kie.api.runtime.help
 
org.kie.api.runtime.manager - package org.kie.api.runtime.manager
 
org.kie.api.runtime.process - package org.kie.api.runtime.process
The process runtime classes.
org.kie.api.runtime.rule - package org.kie.api.runtime.rule
The rule runtime classes.
org.kie.api.task - package org.kie.api.task
 
org.kie.api.task.model - package org.kie.api.task.model
 
org.kie.api.time - package org.kie.api.time
Classes related to Time in Drools.
OrganizationalEntity - Interface in org.kie.api.task.model
 

P

PENDING - Static variable in interface org.kie.api.runtime.process.WorkItem
 
PeopleAssignments - Interface in org.kie.api.task.model
 
persistence(boolean) - Method in interface org.kie.api.runtime.manager.RuntimeEnvironmentBuilder
 
PERSISTENCE_CONTEXT_MANAGER - Static variable in class org.kie.api.runtime.EnvironmentName
 
PKG - Static variable in class org.kie.api.io.ResourceType
Binary Package
PMML - Static variable in class org.kie.api.io.ResourceType
PMML
Position - Annotation Type in org.kie.api.definition.type
Annotation used to declare the Position of a field, when using Positional field constraints.
printFacts() - Method in exception org.kie.api.runtime.rule.ConsequenceException
 
printFacts(PrintStream) - Method in exception org.kie.api.runtime.rule.ConsequenceException
 
Process - Interface in org.kie.api.definition.process
A Process represents one modular piece of business logic that can be executed by a process engine.
ProcessCompletedEvent - Interface in org.kie.api.event.process
A runtime event that is generated when a ProcessInstance is completed.
ProcessContext - Interface in org.kie.api.runtime.process
Represents the context when executing a process.
ProcessEvent - Interface in org.kie.api.event.process
A runtime event related to the execution of process instances.
ProcessEventListener - Interface in org.kie.api.event.process
A listener for events related to process instance execution.
ProcessEventManager - Interface in org.kie.api.event.process
A manager for process related events.
ProcessInstance - Interface in org.kie.api.runtime.process
A process instance represents one specific instance of a process that is currently executing.
ProcessNodeEvent - Interface in org.kie.api.event.process
An event related to the execution of a node instance within a process instance.
ProcessNodeLeftEvent - Interface in org.kie.api.event.process
An event when a node inside a process instance has been left.
ProcessNodeTriggeredEvent - Interface in org.kie.api.event.process
An event when a node inside a process instance has been triggered.
ProcessRuntime - Interface in org.kie.api.runtime.process
The ProcessRuntime is a super-interface for all StatefulKnowledgeSessions.
ProcessStartedEvent - Interface in org.kie.api.event.process
An event when a process instance has been started.
ProcessVariableChangedEvent - Interface in org.kie.api.event.process
An event when a variable inside a process instance has been changed.
PropagationContext - Interface in org.kie.api.runtime.rule
 
PROPERTIES - Static variable in class org.kie.api.io.ResourceType
PROPERTIES
PropertiesConfiguration - Interface in org.kie.api
Base class for other Configuration classes.
PROPERTY_NAME - Static variable in enum org.kie.api.conf.DeclarativeAgendaOption
The property name for the L&R Unlinking option
PROPERTY_NAME - Static variable in enum org.kie.api.conf.EqualityBehaviorOption
The property name for the sequential mode option
PROPERTY_NAME - Static variable in enum org.kie.api.conf.EventProcessingOption
The property name for the sequential mode option
PROPERTY_NAME - Static variable in enum org.kie.api.conf.MBeansOption
The property name for the mbeans option
PROPERTY_NAME - Static variable in enum org.kie.api.conf.RemoveIdentitiesOption
The property name for the remove identities option
PROPERTY_NAME - Static variable in class org.kie.api.runtime.conf.BeliefSystemTypeOption
The property name for the belief system configuration
PROPERTY_NAME - Static variable in class org.kie.api.runtime.conf.ClockTypeOption
The property name for the clock type configuration
PROPERTY_NAME - Static variable in enum org.kie.api.runtime.conf.KeepReferenceOption
The property name for the keep reference configuration
PROPERTY_NAME - Static variable in enum org.kie.api.runtime.conf.QueryListenerOption
The property name for the clock type configuration
PROPERTY_NAME - Static variable in class org.kie.api.runtime.conf.TimedRuleExectionOption
 
PROPERTY_NAME - Static variable in class org.kie.api.runtime.conf.TimerJobFactoryOption
The property name for the timer job factory manager configuration
PROPERTY_NAME - Static variable in class org.kie.api.runtime.conf.WorkItemHandlerOption
The prefix for the property name for work item handlers
PropertyReactive - Annotation Type in org.kie.api.definition.type
Annotation used to declare that a given class is property specific

Q

QualifierModel - Interface in org.kie.api.builder.model
 
quartzCalendarAdapter(Calendar) - Static method in class org.kie.api.runtime.help.QuartzHelper
 
QuartzHelper - Class in org.kie.api.runtime.help
 
QuartzHelper() - Constructor for class org.kie.api.runtime.help.QuartzHelper
 
QuartzHelper.QuartzCalendarAdapter - Class in org.kie.api.runtime.help
 
QuartzHelper.QuartzCalendarAdapter(Calendar) - Constructor for class org.kie.api.runtime.help.QuartzHelper.QuartzCalendarAdapter
 
Query - Interface in org.kie.api.definition.rule
Public Query interface for runtime query inspection.
QueryListenerOption - Enum in org.kie.api.runtime.conf
An enum to configure the session query listener configuration.
QueryResults - Interface in org.kie.api.runtime.rule
Contains the results of a query.
QueryResultsRow - Interface in org.kie.api.runtime.rule
A row of data from the QueryResults container.

R

RDRL - Static variable in class org.kie.api.io.ResourceType
Drools Rule Language - Workaround for double-dot file extensions for 6.0
RDSLR - Static variable in class org.kie.api.io.ResourceType
Drools DSL Rule - Workaround for double-dot file extensions for 6.0
read(String) - Method in interface org.kie.api.builder.KieFileSystem
Returns the content of the file in the specified path as a byte[]
read(ObjectInputStream) - Method in interface org.kie.api.marshalling.ObjectMarshallingStrategy.Context
Loads the context from the given object input stream
read(ObjectInputStream) - Method in interface org.kie.api.marshalling.ObjectMarshallingStrategy
 
readExternal(ObjectInput) - Method in class org.kie.api.runtime.help.QuartzHelper.QuartzCalendarAdapter
 
readExternal(ObjectInput) - Method in class org.kie.api.runtime.rule.Variable
 
RegisterableItemsFactory - Interface in org.kie.api.runtime.manager
Factory that is used by RuntimeManager to configure RuntimeEngine (especially KieSession) with various registerable items: Work item handlers Process event listeners Agenda event listeners Working memory event listeners Implementations of this interface shall decide what shall be registered for given RuntimeEngine.
registerableItemsFactory(RegisterableItemsFactory) - Method in interface org.kie.api.runtime.manager.RuntimeEnvironmentBuilder
 
registerChannel(String, Channel) - Method in interface org.kie.api.runtime.KieRuntime
 
registerChannel(String, Channel) - Method in interface org.kie.api.runtime.StatelessKieSession
Registers a channel with the given name
registerWorkItemHandler(String, WorkItemHandler) - Method in interface org.kie.api.runtime.process.WorkItemManager
Register the given handler for all work items of the given type of work
release(long, String) - Method in interface org.kie.api.task.TaskService
 
ReleaseId - Interface in org.kie.api.builder
ReleaseId is a full identifier far a given version of an artifact.
removedService(ServiceReference, Object) - Method in class org.kie.api.osgi.Activator.DroolsServiceTracker
 
removeEventListener(KieBaseEventListener) - Method in interface org.kie.api.event.kiebase.KieBaseEventManager
Remove an event listener.
removeEventListener(ProcessEventListener) - Method in interface org.kie.api.event.process.ProcessEventManager
Remove a process event listener.
removeEventListener(RuleRuntimeEventListener) - Method in interface org.kie.api.event.rule.RuleRuntimeEventManager
Remove an event listener.
removeEventListener(AgendaEventListener) - Method in interface org.kie.api.event.rule.RuleRuntimeEventManager
Remove an event listener.
removeFunction(String, String) - Method in interface org.kie.api.KieBase
Removes a function from the specified package.
RemoveIdentitiesOption - Enum in org.kie.api.conf
An Enum for Remove Identities option.
removeInclude(String) - Method in interface org.kie.api.builder.model.KieBaseModel
Remove the inclusion of the KieBase with the given name
removeKieBaseModel(String) - Method in interface org.kie.api.builder.model.KieModuleModel
Removes the KieBaseModel with the give name from this KieModuleModel
removeKieModule(ReleaseId) - Method in interface org.kie.api.builder.KieRepository
Remove a no longer useful KieModule, identified by the given ReleaseId, from this KieRepository
removeKiePackage(String) - Method in interface org.kie.api.KieBase
Removes a KiePackage and all the definitions it contains from the KieBase
removeKieSessionModel(String) - Method in interface org.kie.api.builder.model.KieBaseModel
Removes the KieSessionModel with the give name from this KieBaseModel
removePackage(String) - Method in interface org.kie.api.builder.model.KieBaseModel
Removes a package (pattern) from the list of the packages defining the set of resources that have to be included in the KieBase.
removeProcess(String) - Method in interface org.kie.api.KieBase
Removes a process.
removeQuery(String, String) - Method in interface org.kie.api.KieBase
Removes a query from the specified package.
removeRule(String, String) - Method in interface org.kie.api.KieBase
Removes a rule from the specified package.
reset() - Method in interface org.kie.api.management.KieSessionMonitoringMBean
Resets all stats
resolve(String) - Static method in class org.kie.api.runtime.conf.TimedRuleExectionOption
 
Resource - Interface in org.kie.api.io
Generic interface to provide a Reader or InputStream for the underlying IO resource.
ResourceConfiguration - Interface in org.kie.api.io
This interface is a marker interface and should be implemented by any class that will provide configurations to the KnowledgeBuilder - currently this is only used by decision tables.
ResourceType - Class in org.kie.api.io
 
ResourceType(String, String, String, String, String...) - Constructor for class org.kie.api.io.ResourceType
 
Results - Interface in org.kie.api.builder
The Results of the building process of a KieModule
resume(long, String) - Method in interface org.kie.api.task.TaskService
 
retract(FactHandle) - Method in interface org.kie.api.runtime.rule.EntryPoint
Deprecated. use EntryPoint.delete(FactHandle)
reverse(Serializable, Object) - Method in interface org.kie.api.runtime.rule.AccumulateFunction
Reverses the accumulation action
Role - Annotation Type in org.kie.api.definition.type
Annotation used to declare if a given class is a plain fact or an event
Role.Type - Enum in org.kie.api.definition.type
 
Row - Interface in org.kie.api.runtime.rule
 
rowDeleted(Row) - Method in interface org.kie.api.runtime.rule.ViewChangedEventListener
 
rowInserted(Row) - Method in interface org.kie.api.runtime.rule.ViewChangedEventListener
 
rowUpdated(Row) - Method in interface org.kie.api.runtime.rule.ViewChangedEventListener
 
Rule - Interface in org.kie.api.definition.rule
Public Rule interface for runtime rule inspection.
RULE_ADDITION - Static variable in interface org.kie.api.runtime.rule.PropagationContext
 
RULE_REMOVAL - Static variable in interface org.kie.api.runtime.rule.PropagationContext
 
RuleContext - Interface in org.kie.api.runtime.rule
 
RuleFlowGroup - Interface in org.kie.api.runtime.rule
 
RuleFlowGroupActivatedEvent - Interface in org.kie.api.event.rule
 
RuleFlowGroupDeactivatedEvent - Interface in org.kie.api.event.rule
 
RuleFlowGroupEvent - Interface in org.kie.api.event.rule
 
RuleRuntime - Interface in org.kie.api.runtime.rule
The RuleRuntime is a super-interface for all KieSessions.
RuleRuntimeEvent - Interface in org.kie.api.event.rule
 
RuleRuntimeEventListener - Interface in org.kie.api.event.rule
 
RuleRuntimeEventManager - Interface in org.kie.api.event.rule
 
RuntimeEngine - Interface in org.kie.api.runtime.manager
RuntimeEngine is the main entry point to interact with the process engine and task service.
RuntimeEnvironment - Interface in org.kie.api.runtime.manager
Definition of the runtime environment that will be used by instance of RuntimeManager.
RuntimeEnvironmentBuilder - Interface in org.kie.api.runtime.manager
 
RuntimeEnvironmentBuilder.Factory - Class in org.kie.api.runtime.manager
 
RuntimeEnvironmentBuilder.Factory() - Constructor for class org.kie.api.runtime.manager.RuntimeEnvironmentBuilder.Factory
 
RuntimeEnvironmentBuilderFactory - Interface in org.kie.api.runtime.manager
 
RuntimeManager - Interface in org.kie.api.runtime.manager
RuntimeManager manages RuntimeEngines that are esentially build with KieSession and TaskService to deliver executable environments for processes and user tasks.
RuntimeManagerFactory - Interface in org.kie.api.runtime.manager
Factory that produces instances of RuntimeManager.
RuntimeManagerFactory.Factory - Class in org.kie.api.runtime.manager
A Factory for this RuntimeManagerFactory
RuntimeManagerFactory.Factory() - Constructor for class org.kie.api.runtime.manager.RuntimeManagerFactory.Factory
 

S

scanNow() - Method in interface org.kie.api.builder.KieScanner
Triggers a synchronous scan
SCARD - Static variable in class org.kie.api.io.ResourceType
Score Card - Workaround for double-dot file extensions for 6.0
schedulerService(Object) - Method in interface org.kie.api.runtime.manager.RuntimeEnvironmentBuilder
 
send(Object) - Method in interface org.kie.api.runtime.Channel
Sends the given object to this channel.
Service - Interface in org.kie.api
 
SessionClock - Interface in org.kie.api.time
A clock interface that all engine clocks must implement
set(Object, Object) - Method in interface org.kie.api.definition.type.FactField
Sets the value of this field in the given fact.
set(Object, String, Object) - Method in interface org.kie.api.definition.type.FactType
Sets the value of the field on a fact.
set(String, Calendar) - Method in interface org.kie.api.runtime.Calendars
 
set(String, Object) - Method in interface org.kie.api.runtime.Environment
 
set(String, Object) - Method in interface org.kie.api.runtime.Globals
 
setBeliefSystem(BeliefSystemTypeOption) - Method in interface org.kie.api.builder.model.KieSessionModel
Sets the BeliefSystem for this KieSessionModel.
setClockType(ClockTypeOption) - Method in interface org.kie.api.builder.model.KieSessionModel
Sets the ClockType for this KieSessionModel.
setConfiguration(ResourceConfiguration) - Method in interface org.kie.api.io.Resource
Sets the resource configuration in case it is necessary.
setConsoleLogger(String) - Method in interface org.kie.api.builder.model.KieSessionModel
Sets a ConsoleLogger with the given name
setDeclarativeAgenda(DeclarativeAgendaOption) - Method in interface org.kie.api.builder.model.KieBaseModel
Sets the DeclarativeAgendaOption for this KieBaseModel Default is DeclarativeAgendaOption.DISABLED
setDefault(boolean) - Method in interface org.kie.api.builder.model.KieBaseModel
Sets the KieBase generated from this KieBaseModel as the default one, i.e. the one that can be loaded from the KieContainer without having to pass its name.
setDefault(boolean) - Method in interface org.kie.api.builder.model.KieSessionModel
Sets the KieSession generated from this KieSessionModel as the default one, i.e. the one that can be loaded from the KieContainer without having to pass its name.
setDelegate(Environment) - Method in interface org.kie.api.runtime.Environment
 
setDelegate(Globals) - Method in interface org.kie.api.runtime.Globals
 
setDependencies(KieModule...) - Method in interface org.kie.api.builder.KieBuilder
Sets the other KieModules from which the KieModule that has to be built by this KieBuilder depends on
setDependencies(Resource...) - Method in interface org.kie.api.builder.KieBuilder
Sets the other Resources from which the KieModule that has to be built by this KieBuilder depends on
setEqualsBehavior(EqualityBehaviorOption) - Method in interface org.kie.api.builder.model.KieBaseModel
Sets the EqualityBehavior for this KieBaseModel.
setEventProcessingMode(EventProcessingOption) - Method in interface org.kie.api.builder.model.KieBaseModel
Sets the EventProcessingOption for this KieBaseModel Default is EventProcessingOption.CLOUD
setFileLogger(String) - Method in interface org.kie.api.builder.model.KieSessionModel
Sets a non-threaded FileLogger with the given name and 30 seconds of logging interval
setFileLogger(String, int, boolean) - Method in interface org.kie.api.builder.model.KieSessionModel
Sets a FileLogger with the given name, threaded behavior and logging interval
setFocus() - Method in interface org.kie.api.runtime.rule.AgendaGroup
 
setFromMap(Object, Map<String, Object>) - Method in interface org.kie.api.definition.type.FactType
Sets the values of the bean from a map.
setGlobal(String, Object) - Method in interface org.kie.api.runtime.KieRuntime
Sets a global value in this session
setGlobal(String, Object) - Method in interface org.kie.api.runtime.StatelessKieSession
Sets a global value on the globals store
setOption(T) - Method in interface org.kie.api.conf.KieBaseOptionsConfiguration
Sets an option
setOption(T) - Method in interface org.kie.api.runtime.conf.KieSessionOptionsConfiguration
Sets an option
setProperty(String, String) - Method in interface org.kie.api.PropertiesConfiguration
Sets a property value
setResource(Resource) - Method in interface org.kie.api.definition.process.Process
 
setResourceType(ResourceType) - Method in interface org.kie.api.io.Resource
Sets the resource type.
setScope(String) - Method in interface org.kie.api.builder.model.KieBaseModel
Sets the CDI scope for this KieBaseModel
setScope(String) - Method in interface org.kie.api.builder.model.KieSessionModel
Sets the CDI scope for this KieSessionModel Default is javax.enterprise.context.ApplicationScoped
setSourcePath(String) - Method in interface org.kie.api.io.Resource
Sets this resource name.
setTargetPath(String) - Method in interface org.kie.api.io.Resource
In case this resource should be written to a different path when writing it down to the KieFileSystem, this property allows the application to set such path.
Setter - Interface in org.kie.api.command
 
setType(KieSessionModel.KieSessionType) - Method in interface org.kie.api.builder.model.KieSessionModel
Sets the type for this KieSessionModel.
setValue(String) - Method in interface org.kie.api.builder.model.QualifierModel
 
setVariable(String, Object) - Method in interface org.kie.api.runtime.process.NodeInstance
 
setVariable(String, Object) - Method in interface org.kie.api.runtime.process.ProcessContext
Sets the value of the variable with the given name.
setVariable(String, Object) - Method in interface org.kie.api.runtime.process.WorkflowProcessInstance
 
shutdown() - Method in interface org.kie.api.builder.KieScanner
Shuts down the scanner and releases any resources held.
signalEvent(String, Object) - Method in interface org.kie.api.runtime.process.EventListener
Signals that an event has occurred.
signalEvent(String, Object) - Method in interface org.kie.api.runtime.process.ProcessRuntime
Signals the engine that an event has occurred.
signalEvent(String, Object, long) - Method in interface org.kie.api.runtime.process.ProcessRuntime
Signals the process instance that an event has occurred.
SingleValueKieBaseOption - Interface in org.kie.api.conf
A markup interface for KnowledgeBaseConfiguration options
SingleValueKieSessionOption - Interface in org.kie.api.runtime.conf
A markup interface for SingleValueKnowledgeSessionConfiguration options
size() - Method in interface org.kie.api.runtime.rule.QueryResults
 
skip(long, String) - Method in interface org.kie.api.task.TaskService
 
start(long) - Method in interface org.kie.api.builder.KieScanner
Starts this KieScanner polling the maven repositories with the given interval expressed in milliseconds
start(BundleContext) - Method in class org.kie.api.osgi.Activator
 
start(long, String) - Method in interface org.kie.api.task.TaskService
 
startProcess(String) - Method in interface org.kie.api.runtime.process.ProcessRuntime
Start a new process instance.
startProcess(String, Map<String, Object>) - Method in interface org.kie.api.runtime.process.ProcessRuntime
Start a new process instance.
startProcessInstance(long) - Method in interface org.kie.api.runtime.process.ProcessRuntime
Starts the given process instance (which was created by using createProcesInstance but not yet started).
STATE_ABORTED - Static variable in interface org.kie.api.runtime.process.ProcessInstance
 
STATE_ACTIVE - Static variable in interface org.kie.api.runtime.process.ProcessInstance
 
STATE_COMPLETED - Static variable in interface org.kie.api.runtime.process.ProcessInstance
 
STATE_PENDING - Static variable in interface org.kie.api.runtime.process.ProcessInstance
 
STATE_SUSPENDED - Static variable in interface org.kie.api.runtime.process.ProcessInstance
 
StatefulProcessSession - Interface in org.kie.api.runtime.process
There are currently no process related methods that are used with the external StatefulKnowledgeSession class.
StatefulRuleSession - Interface in org.kie.api.runtime.rule
An interface for all StatefulRuleSession methods.
StatelessKieSession - Interface in org.kie.api.runtime
StatelessKieSession provides a convenience API, wrapping KieSession.
StatelessProcessSession - Interface in org.kie.api.runtime.process
There are currently no process related methods that are used with the external StatelessKnowledgeSession class.
StatelessRuleSession - Interface in org.kie.api.runtime.rule
This interface is used as part of the StatelessKieSession, which is the interface returned from the KnowledgeBase.
Status - Enum in org.kie.api.task.model
 
stop() - Method in interface org.kie.api.builder.KieScanner
Stops this KieScanner, but does not release the resources.
stop(BundleContext) - Method in class org.kie.api.osgi.Activator
 
stop(long, String) - Method in interface org.kie.api.task.TaskService
 
supportsReverse() - Method in interface org.kie.api.runtime.rule.AccumulateFunction
True if the function supports reverse.
suspend(long, String) - Method in interface org.kie.api.task.TaskService
 

T

Task - Interface in org.kie.api.task.model
 
TASK_PERSISTENCE_CONTEXT_MANAGER - Static variable in class org.kie.api.runtime.EnvironmentName
 
TASK_USER_GROUP_CALLBACK - Static variable in class org.kie.api.runtime.EnvironmentName
 
TASK_USER_INFO - Static variable in class org.kie.api.runtime.EnvironmentName
 
TaskContext - Interface in org.kie.api.task
 
TaskData - Interface in org.kie.api.task.model
 
TaskEvent - Interface in org.kie.api.task
 
TaskLifeCycleEventListener - Interface in org.kie.api.task
 
TaskService - Interface in org.kie.api.task
The Task Service Entry Point serves as facade of all the other services, providing a single entry point to access to all the services
TaskSummary - Interface in org.kie.api.task.model
 
TimedRuleExectionOption - Class in org.kie.api.runtime.conf
 
TimedRuleExectionOption.FILTERED - Class in org.kie.api.runtime.conf
 
TimedRuleExectionOption.FILTERED(TimedRuleExecutionFilter) - Constructor for class org.kie.api.runtime.conf.TimedRuleExectionOption.FILTERED
 
TimedRuleExecutionFilter - Interface in org.kie.api.runtime.conf
 
TimerJobFactoryOption - Class in org.kie.api.runtime.conf
A class for the timer job factory manager configuration.
toExternalForm() - Method in interface org.kie.api.builder.ReleaseId
 
toExternalForm() - Method in enum org.kie.api.conf.EventProcessingOption
 
toExternalForm() - Method in interface org.kie.api.runtime.rule.FactHandle
 
toProperties() - Method in interface org.kie.api.io.ResourceConfiguration
 
toString() - Method in enum org.kie.api.builder.model.ListenerModel.Kind
 
toString() - Method in enum org.kie.api.conf.EventProcessingOption
 
toString() - Method in class org.kie.api.io.ResourceType
 
toString() - Method in class org.kie.api.runtime.conf.BeliefSystemTypeOption
 
toString() - Method in class org.kie.api.runtime.conf.ClockTypeOption
 
toString() - Method in enum org.kie.api.runtime.conf.QueryListenerOption
 
toString() - Method in class org.kie.api.runtime.conf.TimerJobFactoryOption
 
toString() - Method in class org.kie.api.runtime.conf.WorkItemHandlerOption
 
toString() - Method in exception org.kie.api.runtime.rule.ConsequenceException
 
toXML() - Method in interface org.kie.api.builder.model.KieModuleModel
Provides an XML representation of this KieModuleModel
TRANSACTION - Static variable in class org.kie.api.runtime.EnvironmentName
 
TRANSACTION_MANAGER - Static variable in class org.kie.api.runtime.EnvironmentName
 
TRANSACTION_SYNCHRONIZATION_REGISTRY - Static variable in class org.kie.api.runtime.EnvironmentName
 
transform(Object, Map<String, Object>) - Method in interface org.kie.api.runtime.process.DataTransformer
Transforms the given expression object (might be compiled expression) using parameters as contextual information (aka bindings) used during evaluation of the expression.
typeDescr - Static variable in interface org.kie.api.runtime.rule.PropagationContext
 

U

unblockAllMatches(Match) - Method in interface org.kie.api.runtime.rule.RuleContext
This is an experimental feature that must be explicitly enabled via DeclarativeAgendaOption, which is off by default.
unmarshal(ObjectMarshallingStrategy.Context, ObjectInputStream, byte[], ClassLoader) - Method in interface org.kie.api.marshalling.ObjectMarshallingStrategy
This method is analogous to the read method, but instead of reading it from an input stream, it reads it from a byte[]
unmarshall(InputStream) - Method in interface org.kie.api.marshalling.Marshaller
Creates StatefulKnowledgeSession using default KnowledgeSessionConfiguration and Environment.
unmarshall(InputStream, KieSessionConfiguration, Environment) - Method in interface org.kie.api.marshalling.Marshaller
Creates StatefulKnowledgeSession using the given KnowledgeSessionConfiguration and Environment.
unmarshall(InputStream, KieSession) - Method in interface org.kie.api.marshalling.Marshaller
Unmarshall the stream into the StatefulKnowledgeSession.
unregisterChannel(String) - Method in interface org.kie.api.runtime.KieRuntime
 
unregisterChannel(String) - Method in interface org.kie.api.runtime.StatelessKieSession
Unregisters the channel with the given name
update(FactHandle, Object) - Method in interface org.kie.api.runtime.rule.EntryPoint
Updates the fact for which the given FactHandle was assigned with the new fact set as the second parameter in this method.
updateToVersion(ReleaseId) - Method in interface org.kie.api.runtime.KieContainer
Updates this KieContainer to a KieModule with the given ReleaseId
USE_LOCAL_TRANSACTIONS - Static variable in class org.kie.api.runtime.EnvironmentName
 
USE_PESSIMISTIC_LOCKING - Static variable in class org.kie.api.runtime.EnvironmentName
 
usePersistence() - Method in interface org.kie.api.runtime.manager.RuntimeEnvironment
Indicates if persistence shall be used for the KieSession instances
User - Interface in org.kie.api.task.model
 
userGroupCallback(UserGroupCallback) - Method in interface org.kie.api.runtime.manager.RuntimeEnvironmentBuilder
 
UserGroupCallback - Interface in org.kie.api.task
 

V

v - Static variable in class org.kie.api.runtime.rule.Variable
 
valueOf(String) - Static method in enum org.kie.api.builder.Message.Level
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kie.api.builder.model.KieSessionModel.KieSessionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kie.api.builder.model.ListenerModel.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kie.api.conf.DeclarativeAgendaOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kie.api.conf.EqualityBehaviorOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kie.api.conf.EventProcessingOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kie.api.conf.MBeansOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kie.api.conf.RemoveIdentitiesOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kie.api.definition.KieDefinition.KnowledgeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kie.api.definition.type.Role.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kie.api.event.rule.MatchCancelledCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kie.api.runtime.conf.KeepReferenceOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kie.api.runtime.conf.QueryListenerOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kie.api.task.model.Status
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.kie.api.builder.Message.Level
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kie.api.builder.model.KieSessionModel.KieSessionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kie.api.builder.model.ListenerModel.Kind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kie.api.conf.DeclarativeAgendaOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kie.api.conf.EqualityBehaviorOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kie.api.conf.EventProcessingOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kie.api.conf.MBeansOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kie.api.conf.RemoveIdentitiesOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kie.api.definition.KieDefinition.KnowledgeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kie.api.definition.type.Role.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kie.api.event.rule.MatchCancelledCause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kie.api.runtime.conf.KeepReferenceOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kie.api.runtime.conf.QueryListenerOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kie.api.task.model.Status
Returns an array containing the constants of this enum type, in the order they are declared.
Variable - Class in org.kie.api.runtime.rule
 
Variable() - Constructor for class org.kie.api.runtime.rule.Variable
 
verify() - Method in interface org.kie.api.runtime.KieContainer
Builds all the KieBase in the KieModule wrapped by this KieContainer and return te Results of this building process
ViewChangedEventListener - Interface in org.kie.api.runtime.rule
 

W

WorkflowProcess - Interface in org.kie.api.definition.process
A WorkflowProcess is a type of Process that uses a flow chart (as a collection of Nodes and Connections) to model the business logic.
WorkflowProcessInstance - Interface in org.kie.api.runtime.process
A workflow process instance represents one specific instance of a workflow process that is currently executing.
WorkItem - Interface in org.kie.api.runtime.process
Represents one unit of work that needs to be executed.
WorkItemHandler - Interface in org.kie.api.runtime.process
A work item handler is responsible for executing work items of a specific type.
WorkItemHandlerModel - Interface in org.kie.api.builder.model
WorkItemHandlerModel is a model allowing to programmatically define a WorkItemHandler and wire it to a KieSession
WorkItemHandlerOption - Class in org.kie.api.runtime.conf
WorkItemHandlers configuration option
WorkItemManager - Interface in org.kie.api.runtime.process
A work item manager is responsible for finding the right work item handler when a work item should be executed and should be notified when this work item has been completed (or aborted).
write(String, byte[]) - Method in interface org.kie.api.builder.KieFileSystem
Adds the given content to this KieFileSystem in the specified path
write(String, String) - Method in interface org.kie.api.builder.KieFileSystem
Adds the given content to this KieFileSystem in the specified path
write(String, Resource) - Method in interface org.kie.api.builder.KieFileSystem
Adds the given Resource to this KieFileSystem in the specified path
write(Resource) - Method in interface org.kie.api.builder.KieFileSystem
Adds the given Resource to this KieFileSystem
write(ObjectOutputStream) - Method in interface org.kie.api.marshalling.ObjectMarshallingStrategy.Context
Writes the context to the given object output stream
write(ObjectOutputStream, Object) - Method in interface org.kie.api.marshalling.ObjectMarshallingStrategy
 
writeExternal(ObjectOutput) - Method in class org.kie.api.runtime.help.QuartzHelper.QuartzCalendarAdapter
 
writeExternal(ObjectOutput) - Method in class org.kie.api.runtime.rule.Variable
 
writeKModuleXML(byte[]) - Method in interface org.kie.api.builder.KieFileSystem
Adds the given kmodule.xml file to this KieFileSystem
writeKModuleXML(String) - Method in interface org.kie.api.builder.KieFileSystem
Adds the given kmodule.xml file to this KieFileSystem
writePomXML(byte[]) - Method in interface org.kie.api.builder.KieFileSystem
Adds the given pom.xml file to this KieFileSystem
writePomXML(String) - Method in interface org.kie.api.builder.KieFileSystem
Adds the given pom.xml file to this KieFileSystem

X

XDRL - Static variable in class org.kie.api.io.ResourceType
Drools XML Rule Language
XSD - Static variable in class org.kie.api.io.ResourceType
XSD

Y

YES - Static variable in class org.kie.api.runtime.conf.TimedRuleExectionOption
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y
KIE API 6.1.0.Beta2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.