All Classes Interface Summary Class Summary Enum Summary Exception Summary
Class |
Description |
AbstractContext |
|
AbstractContextInstance |
|
AbstractProcessInstanceFactory |
|
AbstractProcessInstanceMarshaller |
Default implementation of a process instance marshaller.
|
AbstractProtobufProcessInstanceMarshaller |
Default implementation of a process instance marshaller.
|
Action |
|
ActionExceptionHandler |
|
ActionNode |
Default implementation of an action node.
|
ActionNodeFactory<T extends org.kie.api.fluent.NodeContainerBuilder<T,?>> |
|
ActionNodeInstance |
Runtime counterpart of an action node.
|
Activator |
|
Assignment |
|
AssignmentAction |
|
AssignmentProducer |
|
AsyncEventNode |
|
AsyncEventNodeInstance |
Runtime counterpart of an event node.
|
AsyncExecutionMarker |
Allows different component to mark the execution as async (timer or jbpm executor)
to hint other parts about some limitation e.g. security checks based on authentication
-security context which might not be available.
|
AsyncSignalEventCommand |
|
AsyncStartProcessCommand |
Executor command that allows asynchronously start process instance based on given parameters:
DeploymentId - either given explicitly or will be used same as the project this command is triggered from
ProcessId - identifier of the process to start - required
CorrelationKey - correlation key to be associated with new process instance - optional
Variables - Map of process variables to be given to new process instance
|
BatchAsyncSignalEventCommand |
|
BooleanDataType |
Representation of a boolean datatype.
|
BoundaryEventNode |
|
BoundaryEventNodeFactory<T extends org.kie.api.fluent.NodeContainerBuilder<T,?>> |
|
BoundaryEventNodeInstance |
|
BroadcastEventTypeFilter |
This variant of the EventTypeFilter can be used with structures such
as Escalations, for which Intermediate (Catching) Events can be triggered
by both
|
BusinessCalendar |
BusinessCalendar allows for defining custom definitions of working days, hours and holidays
to be taken under consideration when scheduling time based activities such as timers or deadlines.
|
BusinessCalendarImpl |
Default implementation of BusinessCalendar interface that is configured with properties.
|
CancelNodeInstanceAction |
|
CatchLinkNode |
|
CatchLinkNodeInstance |
|
ComparablePeriodSerializer |
|
CompensationHandler |
|
CompensationScope |
This scope represents the collection of compensation handlers in a (sub)process.
|
CompensationScopeInstance |
|
CompositeContextNode |
|
CompositeContextNodeInstance |
|
CompositeNode |
|
CompositeNode.CompositeNodeEnd |
|
CompositeNode.CompositeNodeStart |
|
CompositeNode.NodeAndType |
|
CompositeNodeFactory<T extends org.kie.api.fluent.NodeContainerBuilder<T,?>> |
|
CompositeNodeInstance |
Runtime counterpart of a composite node.
|
Connection |
Represents a connection between two nodes in a workflow.
|
ConnectionImpl |
Default implementation of a connection.
|
ConnectionRef |
|
Constrainable |
|
Constraint |
Represents a constraint in a RuleFlow.
|
ConstraintEvaluator |
|
ConstraintImpl |
Default implementation of a constraint.
|
ConstraintTrigger |
|
Context |
|
Contextable |
|
ContextableInstance |
|
ContextContainer |
|
ContextContainerImpl |
|
ContextInstance |
|
ContextInstanceContainer |
|
ContextInstanceFactory |
|
ContextInstanceFactoryRegistry |
|
ContextResolver |
|
Correlation |
|
CorrelationExpressionEvaluator |
|
CorrelationInstance |
|
CorrelationManager |
|
CorrelationProperties |
|
CreateNewNodeFactory |
|
DataAssociation |
|
DataTransformerRegistry |
Registry for all available on runtime DataTransformer s for performing
data input and output transformation.
|
DataType |
Abstract representation of a datatype.
|
DataTypeFactory |
A factory for creating a datatype.
|
DateTimeUtils |
|
DefaultExceptionScopeInstance |
|
DefaultProcessInstanceManager |
|
DefaultProcessInstanceManagerFactory |
|
DefaultSignalManager |
|
DefaultSignalManager.SignalAction |
|
DefaultSignalManager.SignalProcessInstanceAction |
|
DefaultSignalManagerFactory |
|
DefaultSingletonProcessInstanceManagerFactory |
|
DelegateSchedulerServiceInterceptor |
Simple delegate that is default implementation used if none other has been given.
|
DeploymentsAwarePostgreSQLDelegate |
|
DeploymentsAwareStdJDBCDelegate |
|
DialectConverter |
|
DoNothingWorkItemHandler |
|
DroolsAction |
|
DroolsConsequenceAction |
|
DummyEventListener |
|
DynamicNode |
|
DynamicNodeFactory<T extends org.kie.api.fluent.NodeContainerBuilder<T,?>> |
|
DynamicNodeInstance |
|
DynamicUtils |
|
EndNode |
Default implementation of an end node.
|
EndNodeFactory<T extends org.kie.api.fluent.NodeContainerBuilder<T,?>> |
|
EndNodeInstance |
Runtime counterpart of an end node.
|
EnumDataType |
Representation of an Enum datatype.
|
EventBasedNodeInstanceInterface |
|
EventFilter |
|
EventNode |
|
EventNodeFactory<T extends org.kie.api.fluent.NodeContainerBuilder<T,?>> |
|
EventNodeInstance |
Runtime counterpart of an event node.
|
EventNodeInstanceInterface |
|
EventNodeInterface |
|
EventSubProcessNode |
|
EventSubProcessNodeInstance |
|
EventTransformer |
|
EventTransformerImpl |
|
EventTrigger |
|
EventTypeFilter |
|
ExceptionHandler |
|
ExceptionScope |
|
ExceptionScopeInstance |
|
ExclusiveGroup |
|
ExclusiveGroupInstance |
|
ExtendedNodeImpl |
|
ExtendedNodeInstanceImpl |
|
FaultNode |
Default implementation of a fault node.
|
FaultNodeFactory<T extends org.kie.api.fluent.NodeContainerBuilder<T,?>> |
|
FaultNodeInstance |
Runtime counterpart of a fault node.
|
FeelErrorEvaluatorListener |
|
FeelReturnValueEvaluator |
|
FeelReturnValueEvaluatorException |
|
FloatDataType |
Representation of a float datatype.
|
ForEachNode |
A for each node.
|
ForEachNode.ForEachJoinNode |
|
ForEachNode.ForEachSplitNode |
|
ForEachNodeFactory<T extends org.kie.api.fluent.NodeContainerBuilder<T,?>> |
|
ForEachNodeInstance |
Runtime counterpart of a for each node.
|
GetProcessInstanceVariableCommand |
|
GlobalSchedulerService |
Implementations of these interface are responsible for scheduled jobs in global manner,
meaning not knowledge session scoped but global accessible for all the sessions that will
be configured to use this GlobalSchedulerService
|
GlobalTimerService |
|
GlobalTimerService.DisposableCommandService |
|
GlobalTimerService.GlobalJobHandle |
|
HumanTaskDialog |
|
HumanTaskDialog.Result |
|
HumanTaskHandler |
|
HumanTaskNode |
|
HumanTaskNodeFactory<T extends org.kie.api.fluent.NodeContainerBuilder<T,?>> |
|
HumanTaskNodeInstance |
|
InstanceDataTypeFactory |
A data type factory that always returns the same instance of a given class.
|
IntegerDataType |
Representation of an integer datatype.
|
InternalProcessRuntime |
|
JavaAction |
|
JavaDroolsAction |
|
JavaScriptAction |
|
JavaScriptingDataTransformer |
Implementation of DataTransformer that is based on standard
Java scripting capabilities (javax.script).
|
JavaScriptReturnValueEvaluator |
|
JBPMMessages |
|
JBPMMessages.IterationLevel |
Protobuf type org.jbpm.marshalling.IterationLevel
|
JBPMMessages.IterationLevel.Builder |
Protobuf type org.jbpm.marshalling.IterationLevel
|
JBPMMessages.IterationLevelOrBuilder |
|
JBPMMessages.ProcessInstance |
Protobuf type org.jbpm.marshalling.ProcessInstance
|
JBPMMessages.ProcessInstance.Builder |
Protobuf type org.jbpm.marshalling.ProcessInstance
|
JBPMMessages.ProcessInstance.ExclusiveGroupInstance |
Protobuf type org.jbpm.marshalling.ProcessInstance.ExclusiveGroupInstance
|
JBPMMessages.ProcessInstance.ExclusiveGroupInstance.Builder |
Protobuf type org.jbpm.marshalling.ProcessInstance.ExclusiveGroupInstance
|
JBPMMessages.ProcessInstance.ExclusiveGroupInstanceOrBuilder |
|
JBPMMessages.ProcessInstance.NodeInstance |
Protobuf type org.jbpm.marshalling.ProcessInstance.NodeInstance
|
JBPMMessages.ProcessInstance.NodeInstance.Builder |
Protobuf type org.jbpm.marshalling.ProcessInstance.NodeInstance
|
JBPMMessages.ProcessInstance.NodeInstanceContent |
Protobuf type org.jbpm.marshalling.ProcessInstance.NodeInstanceContent
|
JBPMMessages.ProcessInstance.NodeInstanceContent.AsyncEventNode |
Protobuf type org.jbpm.marshalling.ProcessInstance.NodeInstanceContent.AsyncEventNode
|
JBPMMessages.ProcessInstance.NodeInstanceContent.AsyncEventNode.Builder |
Protobuf type org.jbpm.marshalling.ProcessInstance.NodeInstanceContent.AsyncEventNode
|
JBPMMessages.ProcessInstance.NodeInstanceContent.AsyncEventNodeOrBuilder |
|
JBPMMessages.ProcessInstance.NodeInstanceContent.Builder |
Protobuf type org.jbpm.marshalling.ProcessInstance.NodeInstanceContent
|
JBPMMessages.ProcessInstance.NodeInstanceContent.CompositeContextNode |
Protobuf type org.jbpm.marshalling.ProcessInstance.NodeInstanceContent.CompositeContextNode
|
JBPMMessages.ProcessInstance.NodeInstanceContent.CompositeContextNode.Builder |
Protobuf type org.jbpm.marshalling.ProcessInstance.NodeInstanceContent.CompositeContextNode
|
JBPMMessages.ProcessInstance.NodeInstanceContent.CompositeContextNodeOrBuilder |
|
JBPMMessages.ProcessInstance.NodeInstanceContent.EventNode |
Protobuf type org.jbpm.marshalling.ProcessInstance.NodeInstanceContent.EventNode
|
JBPMMessages.ProcessInstance.NodeInstanceContent.EventNode.Builder |
Protobuf type org.jbpm.marshalling.ProcessInstance.NodeInstanceContent.EventNode
|
JBPMMessages.ProcessInstance.NodeInstanceContent.EventNodeOrBuilder |
|
JBPMMessages.ProcessInstance.NodeInstanceContent.ForEachNode |
Protobuf type org.jbpm.marshalling.ProcessInstance.NodeInstanceContent.ForEachNode
|
JBPMMessages.ProcessInstance.NodeInstanceContent.ForEachNode.Builder |
Protobuf type org.jbpm.marshalling.ProcessInstance.NodeInstanceContent.ForEachNode
|
JBPMMessages.ProcessInstance.NodeInstanceContent.ForEachNodeOrBuilder |
|
JBPMMessages.ProcessInstance.NodeInstanceContent.HumanTaskNode |
Protobuf type org.jbpm.marshalling.ProcessInstance.NodeInstanceContent.HumanTaskNode
|
JBPMMessages.ProcessInstance.NodeInstanceContent.HumanTaskNode.Builder |
Protobuf type org.jbpm.marshalling.ProcessInstance.NodeInstanceContent.HumanTaskNode
|
JBPMMessages.ProcessInstance.NodeInstanceContent.HumanTaskNodeOrBuilder |
|
JBPMMessages.ProcessInstance.NodeInstanceContent.JoinNode |
Protobuf type org.jbpm.marshalling.ProcessInstance.NodeInstanceContent.JoinNode
|
JBPMMessages.ProcessInstance.NodeInstanceContent.JoinNode.Builder |
Protobuf type org.jbpm.marshalling.ProcessInstance.NodeInstanceContent.JoinNode
|
JBPMMessages.ProcessInstance.NodeInstanceContent.JoinNode.JoinTrigger |
Protobuf type org.jbpm.marshalling.ProcessInstance.NodeInstanceContent.JoinNode.JoinTrigger
|
JBPMMessages.ProcessInstance.NodeInstanceContent.JoinNode.JoinTrigger.Builder |
Protobuf type org.jbpm.marshalling.ProcessInstance.NodeInstanceContent.JoinNode.JoinTrigger
|
JBPMMessages.ProcessInstance.NodeInstanceContent.JoinNode.JoinTriggerOrBuilder |
|
JBPMMessages.ProcessInstance.NodeInstanceContent.JoinNodeOrBuilder |
|
JBPMMessages.ProcessInstance.NodeInstanceContent.MilestoneNode |
Protobuf type org.jbpm.marshalling.ProcessInstance.NodeInstanceContent.MilestoneNode
|
JBPMMessages.ProcessInstance.NodeInstanceContent.MilestoneNode.Builder |
Protobuf type org.jbpm.marshalling.ProcessInstance.NodeInstanceContent.MilestoneNode
|
JBPMMessages.ProcessInstance.NodeInstanceContent.MilestoneNodeOrBuilder |
|
JBPMMessages.ProcessInstance.NodeInstanceContent.RuleSetNode |
Protobuf type org.jbpm.marshalling.ProcessInstance.NodeInstanceContent.RuleSetNode
|
JBPMMessages.ProcessInstance.NodeInstanceContent.RuleSetNode.Builder |
Protobuf type org.jbpm.marshalling.ProcessInstance.NodeInstanceContent.RuleSetNode
|
JBPMMessages.ProcessInstance.NodeInstanceContent.RuleSetNode.TextMapEntry |
Protobuf type org.jbpm.marshalling.ProcessInstance.NodeInstanceContent.RuleSetNode.TextMapEntry
|
JBPMMessages.ProcessInstance.NodeInstanceContent.RuleSetNode.TextMapEntry.Builder |
Protobuf type org.jbpm.marshalling.ProcessInstance.NodeInstanceContent.RuleSetNode.TextMapEntry
|
JBPMMessages.ProcessInstance.NodeInstanceContent.RuleSetNode.TextMapEntryOrBuilder |
|
JBPMMessages.ProcessInstance.NodeInstanceContent.RuleSetNodeOrBuilder |
|
JBPMMessages.ProcessInstance.NodeInstanceContent.StateNode |
Protobuf type org.jbpm.marshalling.ProcessInstance.NodeInstanceContent.StateNode
|
JBPMMessages.ProcessInstance.NodeInstanceContent.StateNode.Builder |
Protobuf type org.jbpm.marshalling.ProcessInstance.NodeInstanceContent.StateNode
|
JBPMMessages.ProcessInstance.NodeInstanceContent.StateNodeOrBuilder |
|
JBPMMessages.ProcessInstance.NodeInstanceContent.SubProcessNode |
Protobuf type org.jbpm.marshalling.ProcessInstance.NodeInstanceContent.SubProcessNode
|
JBPMMessages.ProcessInstance.NodeInstanceContent.SubProcessNode.Builder |
Protobuf type org.jbpm.marshalling.ProcessInstance.NodeInstanceContent.SubProcessNode
|
JBPMMessages.ProcessInstance.NodeInstanceContent.SubProcessNodeOrBuilder |
|
JBPMMessages.ProcessInstance.NodeInstanceContent.TimerNode |
Protobuf type org.jbpm.marshalling.ProcessInstance.NodeInstanceContent.TimerNode
|
JBPMMessages.ProcessInstance.NodeInstanceContent.TimerNode.Builder |
Protobuf type org.jbpm.marshalling.ProcessInstance.NodeInstanceContent.TimerNode
|
JBPMMessages.ProcessInstance.NodeInstanceContent.TimerNodeOrBuilder |
|
JBPMMessages.ProcessInstance.NodeInstanceContent.WorkItemNode |
Protobuf type org.jbpm.marshalling.ProcessInstance.NodeInstanceContent.WorkItemNode
|
JBPMMessages.ProcessInstance.NodeInstanceContent.WorkItemNode.Builder |
Protobuf type org.jbpm.marshalling.ProcessInstance.NodeInstanceContent.WorkItemNode
|
JBPMMessages.ProcessInstance.NodeInstanceContent.WorkItemNodeOrBuilder |
|
JBPMMessages.ProcessInstance.NodeInstanceContentOrBuilder |
|
JBPMMessages.ProcessInstance.NodeInstanceOrBuilder |
|
JBPMMessages.ProcessInstance.NodeInstanceType |
Protobuf enum org.jbpm.marshalling.ProcessInstance.NodeInstanceType
|
JBPMMessages.ProcessInstance.SwimlaneContextInstance |
Protobuf type org.jbpm.marshalling.ProcessInstance.SwimlaneContextInstance
|
JBPMMessages.ProcessInstance.SwimlaneContextInstance.Builder |
Protobuf type org.jbpm.marshalling.ProcessInstance.SwimlaneContextInstance
|
JBPMMessages.ProcessInstance.SwimlaneContextInstanceOrBuilder |
|
JBPMMessages.ProcessInstanceOrBuilder |
|
JBPMMessages.ProcessTimer |
Protobuf type org.jbpm.marshalling.ProcessTimer
|
JBPMMessages.ProcessTimer.Builder |
Protobuf type org.jbpm.marshalling.ProcessTimer
|
JBPMMessages.ProcessTimer.TimerInstance |
Protobuf type org.jbpm.marshalling.ProcessTimer.TimerInstance
|
JBPMMessages.ProcessTimer.TimerInstance.Builder |
Protobuf type org.jbpm.marshalling.ProcessTimer.TimerInstance
|
JBPMMessages.ProcessTimer.TimerInstanceOrBuilder |
|
JBPMMessages.ProcessTimerOrBuilder |
|
JBPMMessages.Variable |
Protobuf type org.jbpm.marshalling.Variable
|
JBPMMessages.Variable.Builder |
Protobuf type org.jbpm.marshalling.Variable
|
JBPMMessages.VariableContainer |
Protobuf type org.jbpm.marshalling.VariableContainer
|
JBPMMessages.VariableContainer.Builder |
Protobuf type org.jbpm.marshalling.VariableContainer
|
JBPMMessages.VariableContainerOrBuilder |
|
JBPMMessages.VariableOrBuilder |
|
JBPMMessages.WorkItem |
Protobuf type org.jbpm.marshalling.WorkItem
|
JBPMMessages.WorkItem.Builder |
Protobuf type org.jbpm.marshalling.WorkItem
|
JBPMMessages.WorkItemOrBuilder |
|
JobNameHelper |
|
Join |
Default implementation of a join.
|
JoinFactory<T extends org.kie.api.fluent.NodeContainerBuilder<T,?>> |
|
JoinInstance |
Runtime counterpart of a join node.
|
ListDataType |
Representation of a list datatype.
|
LoggingPrintStream |
|
Mappable |
|
MapResolverFactory |
|
MarshalVariablesProcessEventListener |
Process event listener to be used with plugable variable strategies to make sure that upon process instance completion
process variables will be persisted in back end store.
|
Message |
|
MigrateProcessInstanceCommand |
|
MilestoneNode |
Default implementation of a milestone node.
|
MilestoneNodeFactory<T extends org.kie.api.fluent.NodeContainerBuilder<T,?>> |
|
MilestoneNodeInstance |
Runtime counterpart of a milestone node.
|
MockDataWorkItemHandler |
Simple work item handler that allows to provide output data or supplier
that can provide data based on supplied function.
|
MVELAction |
|
MVELDataTransformer |
MVEL based DataTransformer implementation
|
MVELMessageExpressionEvaluator |
|
MVELReturnValueEvaluator |
|
NamedJobContext |
|
NewInstanceDataTypeFactory |
A data type factory that always returns a new instance of a given class.
|
Node |
Represents a node in a RuleFlow.
|
NodeContainer |
|
NodeContainerImpl |
|
NodeExtension |
|
NodeFactory<T extends org.kie.api.fluent.NodeBuilder<T,P>,P extends org.kie.api.fluent.NodeContainerBuilder<P,?>> |
|
NodeImpl |
Default implementation of a node.
|
NodeInstance |
Represents a node instance in a RuleFlow.
|
NodeInstance.CancelType |
|
NodeInstanceContainer |
|
NodeInstanceFactory |
|
NodeInstanceFactoryRegistry |
|
NodeInstanceImpl |
Default implementation of a RuleFlow node instance.
|
NodeInstanceResolverFactory |
|
NonAcceptingEventTypeFilter |
|
NoOpExecutionErrorHandler |
|
ObjectCloner |
|
ObjectCloner.Config |
|
ObjectDataType |
Representation of an object datatype.
|
ParameterDefinition |
|
ParameterDefinitionImpl |
|
PatternConstants |
|
Process |
|
ProcessImpl |
Default implementation of a Process
|
ProcessInstance |
A process instance is the representation of a process during its execution.
|
ProcessInstanceFactory |
|
ProcessInstanceFactoryRegistry |
|
ProcessInstanceImpl |
Default implementation of a process instance.
|
ProcessInstanceManager |
|
ProcessInstanceManagerFactory |
|
ProcessInstanceMarshaller |
A ProcessInstanceMarshaller must contain all the write/read logic for nodes
of a specific ProcessInstance.
|
ProcessInstanceResolverFactory |
|
ProcessInstanceResolverStrategy |
When using this strategy, knowledge session de/marshalling process will make sure that
the processInstance is not serialized as a part of the the session/network.
|
ProcessMarshallerFactoryServiceImpl |
|
ProcessMarshallerRegistry |
Registry for Process/ProcessMarshaller
|
ProcessNodeValidationErrorImpl |
|
ProcessRuntimeFactoryServiceImpl |
|
ProcessRuntimeImpl |
|
ProcessRuntimeImpl.RegisterStartTimerAction |
|
ProcessValidationError |
Represents a RuleFlow validation error.
|
ProcessValidationErrorImpl |
|
ProcessValidator |
A validator for validating a RuleFlow process.
|
ProcessValidatorRegistry |
|
ProtobufProcessMarshaller |
|
ProtobufRuleFlowProcessInstanceMarshaller |
Marshaller class for RuleFlowProcessInstances
|
QuartzSchedulerService |
Quartz based GlobalSchedulerService that is configured according
to Quartz rules and allows to store jobs in data base.
|
QuartzSchedulerService.GlobalQuartzJobHandle |
|
QuartzSchedulerService.InmemoryTimerJobInstanceDelegate |
|
QuartzSchedulerService.QuartzJob |
|
QuartzUtils |
|
RegisteredTimerServiceDelegate |
Simple delegate for timer service that fetches the real instance of timer service from
TimerServiceRegistry under "default" key.
|
RelativeUpdateTimerCommand |
|
ResumeProcessInstanceCommand |
|
ReturnValueConstraintEvaluator |
Default implementation of a constraint.
|
ReturnValueEvaluator |
|
ReuseContextInstanceFactory |
|
ReuseNodeFactory |
|
RuleAwareProcessEventLister |
Process event listener that is responsible for managing process instance as fact
so rules can reason over it.
|
RuleConstraintEvaluator |
Default implementation of a constraint.
|
RuleFlowNodeContainerFactory<T extends org.kie.api.fluent.NodeContainerBuilder<T,P>,P extends org.kie.api.fluent.NodeContainerBuilder<P,?>> |
|
RuleFlowProcess |
|
RuleFlowProcessFactory |
|
RuleFlowProcessFactoryBuilder |
|
RuleFlowProcessInstance |
|
RuleFlowProcessInstanceFactory |
|
RuleFlowProcessInstanceMarshaller |
Marshaller class for RuleFlowProcessInstances
|
RuleFlowProcessValidator |
Default implementation of a RuleFlow validator.
|
RuleSetNode |
Default implementation of a RuleSet node.
|
RuleSetNodeFactory<T extends org.kie.api.fluent.NodeContainerBuilder<T,?>> |
|
RuleSetNodeInstance |
Runtime counterpart of a ruleset node.
|
SchedulerServiceInterceptor |
Interceptor dedicated to GlobalSchedulerService to be able to react and
optionally alter default behavior.
|
SignalManager |
|
SignalManagerFactory |
|
SignalNodeInstanceAction |
|
Split |
Default implementation of a split node.
|
SplitFactory<T extends org.kie.api.fluent.NodeContainerBuilder<T,?>> |
|
SplitInstance |
Runtime counterpart of a split node.
|
StartNode |
Default implementation of a start node.
|
StartNodeFactory<T extends org.kie.api.fluent.NodeContainerBuilder<T,?>> |
|
StartNodeInstance |
Runtime counterpart of a start node.
|
StartProcessHelper |
|
StateBasedNode |
|
StateBasedNodeInstance |
|
StateNode |
|
StateNodeInstance |
|
StringDataType |
Representation of a string datatype.
|
SubProcessNode |
Default implementation of a sub-flow node.
|
SubProcessNodeFactory<T extends org.kie.api.fluent.NodeContainerBuilder<T,?>> |
|
SubProcessNodeInstance |
Runtime counterpart of a SubFlow node.
|
SuspendProcessInstanceCommand |
|
Swimlane |
|
SwimlaneContext |
|
SwimlaneContextInstance |
|
SwimlaneInstance |
|
SwimlaneInstance |
|
SystemOutWorkItemHandler |
|
ThreadPoolSchedulerService |
ThreadPool based scheduler service backed by ThreadPoolSchedulerService
|
ThreadPoolSchedulerService.GlobalJDKJobHandle |
|
ThrowLinkNode |
|
ThrowLinkNodeInstance |
|
Timer |
|
TimerInstance |
|
TimerListener |
|
TimerManager |
|
TimerManager.OverdueTrigger |
Overdue aware trigger that introduces fixed delay to allow completion of session initialization
|
TimerManager.ProcessJob |
|
TimerManager.ProcessJobContext |
|
TimerManager.ProcessTimerInputMarshaller |
|
TimerManager.ProcessTimerOutputMarshaller |
|
TimerManager.StartProcessJob |
|
TimerManager.StartProcessJobContext |
|
TimerNode |
|
TimerNodeFactory<T extends org.kie.api.fluent.NodeContainerBuilder<T,?>> |
|
TimerNodeInstance |
|
TimerServiceListener |
|
TimerServiceRegistry |
Simple TimerService registry used for single point registration of TimerService
instances used by sessions.
|
Transformation |
|
Trigger |
|
TriggerRulesEventListener |
Dedicated AgendaEventListener that will fireAllRules as soon as:
match is created
after rule flow group is activated
This listener should be used to automatically fire rules as soon as they get activated.
|
TypeConverter |
|
TypeObject |
|
TypeTransformer |
|
UIWorkItemHandler |
|
UIWorkItemHandlerDialog |
|
UndefinedDataType |
Representation of an undefined datatype.
|
UpdateProcessCommand |
|
UpdateTimerCommand |
|
ValueObject |
|
Variable |
Default implementation of a variable.
|
VariableGuardProcessEventListener |
|
VariableScope |
|
VariableScopeInstance |
|
VariableScopeResolverFactory |
|
VariableUtil |
|
VariableViolationException |
Thrown when there is any kind of variable violation such as missing required variable
or attempt to set already defined readonly variable.
|
WidMVELEvaluator |
|
Work |
|
WorkDefinition |
|
WorkDefinitionExtension |
|
WorkDefinitionExtensionImpl |
|
WorkDefinitionImpl |
|
WorkEditor |
|
WorkflowContextInstance |
|
WorkflowProcess |
Represents a RuleFlow process.
|
WorkflowProcessImpl |
Default implementation of a RuleFlow process.
|
WorkflowProcessInstance |
|
WorkflowProcessInstanceImpl |
Default implementation of a RuleFlow process instance.
|
WorkflowProcessInstanceUpgrader |
|
WorkflowReuseContextInstanceFactory |
|
WorkflowRuntimeException |
This exception provides the context information of the error in execution of the flow.
|
WorkImpl |
|
WorkItemNode |
Default implementation of a task node.
|
WorkItemNodeFactory<T extends org.kie.api.fluent.NodeContainerBuilder<T,?>> |
|
WorkItemNodeInstance |
Runtime counterpart of a work item node.
|
XmlProcessDumper |
|
XmlProcessDumperFactory |
|
XmlProcessDumperFactoryService |
|
XPATHReturnValueEvaluator |
|