All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary
| Class |
Description |
| AbstractDataEvent<T> |
This is an abstract implementation of the DataEvent that contains
basic common attributes referring to automatik processes metadata.
|
| AbstractEventDescription<T> |
|
| AccessDeniedException |
Access denied exception is thrown whenAccessPolicy has been violated
|
| AccessPolicy<T> |
Access policy that drives the access to individual instances based on identity.
|
| Addons |
Provides direct information about addons installed and available within the
running service.
|
| AdHocFragment |
|
| AdHocFragment.Builder |
|
| Application |
Entry point for accessing business automation components such as processes,
rules, decisions, etc.
|
| AutomatikoConfig |
|
| AutomatikoConfigProperties |
|
| BaseEventDescription |
|
| Cacheable |
Allows various components (e.g. work item handlers, event listeners) to be
cached and reused within a cache owner (e.g.
|
| CaseDefinition<T> |
|
| CaseDefinitions |
|
| CaseFile |
|
| CaseFileItem<T> |
|
| CaseFileItem.Status |
|
| CaseFileItemDuplicatedException |
|
| CaseFileItemNotFoundException |
|
| CaseInstance<T> |
|
| CaseInstances<T> |
|
| Closeable |
Allows various components (e.g. work item handlers, event listeners) to be
closed when owning component (ksession) is being closed/disposed.
|
| Config |
Provides general configuration of Kogito application
|
| Connection |
A connection is a link from one Node to another.
|
| DatabaseJobsConfig |
|
| DatabasePersistenceConfig |
|
| DataEvent<T> |
Represents top level data event structure that can be emitted from within
running process, decision or rule.
|
| DataTransformer |
Data transformation capabilities used by data input and data output
transformation as part of BPMN2 process definition.
|
| DataType |
Abstract representation of a datatype.
|
| DecisionConfig |
|
| DecisionEventListenerConfig<T> |
|
| DecisionModel<M,C,R,F> |
|
| DecisionModels |
|
| DefaultProcessEventListener |
|
| DelayedExecution |
Marker interface for event listeners to indicate it should not be invoked
directly but only upon successful completion of unit of work.
|
| DurationExpirationTime |
|
| EnvironmentName |
|
| EventBatch |
Batch of events to be considered as single item to be processed.
|
| EventDescription<T> |
|
| EventListener |
An interface that represents an element that is listening for specific types
of events.
|
| EventManager |
Event manager that is entry point for handling events generated during
execution.
|
| EventPublisher |
Responsible for publishing events for consumption to the "outside world"
Depending on the implementation it can be to push over the wire or use an in
memory queue to notify other parties about particular events.
|
| EventSource |
|
| ExactExpirationTime |
|
| ExecutionIdSupplier |
Wraps logic to generate unique identifiers per execution (e.g. evaluation of
DMN model)
Each call of the Supplier.get() method is considered a separate request of a
new ID.
|
| ExpirationTime |
|
| FileSystemJobsConfig |
|
| FileSystemPersistenceConfig |
|
| Functions |
A marker interface that identifies a functions implementations that
should be available in the process execution such as script tasks,
various conditions etc
All methods of the implementation class much be public and static.
|
| Generated |
|
| GroupedNamedDataType |
|
| HttpJobsConfig |
|
| HumanTaskWorkItem |
Dedicated extension to WorkItem to cover needs of human tasks
|
| IdentityProvider |
Delivers security information about given identity that includes name and
assigned roles.
|
| IdentitySupplier |
IdentitySupplier is meant to provide a way to inject/configure IdentityProviders to be used by the application.
|
| InfinispanPersistenceConfig |
|
| InputConverter<T> |
|
| InternalWorkItemManager |
|
| InvalidLifeCyclePhaseException |
Thrown when there is no such life cycle phase
|
| InvalidTransitionException |
Thrown when given work item transition cannot be performed
|
| IOEventDescription |
|
| ItemDescription |
|
| ItemDescription.Status |
|
| JobDescription |
|
| JobsConfig |
|
| JobsService |
JobsService provides an entry point for working with different types of jobs
that are meant by default to run in background.
|
| LifeCycle<T> |
Complete life cycle that can be applied to work items.
|
| LifeCyclePhase |
Definition of the life cycle phase that work item can be connected to.
|
| MessagingConfig |
|
| MetricsConfig |
|
| Milestone |
|
| Milestone.Builder |
|
| Model |
Represents data model type of objects that are usually descriptor of data
holders.
|
| MutableProcessInstances<T> |
|
| NamedDataType |
|
| Node |
A Node represents an activity in the process flow chart.
|
| NodeContainer |
A NodeContainer contains a set of Nodes There are different types of
NodeContainers and NodeContainers may be nested.
|
| NodeInstance |
A node instance represents the execution of one specific node in a process
instance.
|
| NodeInstanceContainer |
A node instance container is a container that can contain (zero or more) node
instances.
|
| NodeInstanceNotFoundException |
|
| NodeInstanceState |
|
| NodeNotFoundException |
|
| NotAuthorizedException |
Thrown when there is security violation, usually due to policy enforcement
|
| ObjectMarshallingStrategy |
|
| ObjectMarshallingStrategy.Context |
|
| ObjectMarshallingStrategyAcceptor |
|
| ObjectMarshallingStrategyStore |
|
| OutputConverter<V,T> |
|
| PersistenceConfig |
|
| Policy<T> |
Top level of a policy that should be applied to work items.
|
| Process |
A Process represents one modular piece of business logic that can be executed
by a process engine.
|
| Process<T> |
|
| ProcessCompletedEvent |
A runtime event that is generated when a ProcessInstance is completed.
|
| ProcessConfig |
|
| ProcessContext |
Represents the context when executing a process.
|
| ProcessError |
|
| Processes |
|
| ProcessEvent |
A runtime event related to the execution of process instances.
|
| ProcessEventListener |
A listener for events related to process instance execution.
|
| ProcessEventListenerConfig |
|
| ProcessEventManager |
A manager for process related events.
|
| ProcessImageNotFoundException |
|
| ProcessInstance |
A process instance represents one specific instance of a process that is
currently executing.
|
| ProcessInstance<T> |
|
| ProcessInstanceDuplicatedException |
|
| ProcessInstanceExecutionException |
Thrown when there is problem encountered during process instance execution.
|
| ProcessInstanceJobDescription |
|
| ProcessInstanceNotFoundException |
|
| ProcessInstanceReadMode |
|
| ProcessInstances<T> |
|
| ProcessInstancesFactory |
|
| ProcessJobDescription |
|
| ProcessNodeEvent |
An event related to the execution of a node instance within a process
instance.
|
| ProcessNodeInstanceFailedEvent |
An event when a work item has transition between life cycle phases
|
| ProcessNodeLeftEvent |
An event when a node inside a process instance has been left.
|
| ProcessNodeTriggeredEvent |
An event when a node inside a process instance has been triggered.
|
| ProcessRuntime |
|
| ProcessRuntimeFactoryService |
|
| ProcessStartedEvent |
An event when a process instance has been started.
|
| ProcessVariableChangedEvent |
An event when a variable inside a process instance has been changed.
|
| ProcessWorkItemHandlerException |
|
| ProcessWorkItemHandlerException.HandlingStrategy |
|
| ProcessWorkItemTransitionEvent |
An event when a work item has transition between life cycle phases
|
| Resource |
Generic interface to provide a Reader or InputStream for the underlying IO
resource.
|
| ResourceConfiguration |
|
| ResourceType |
|
| ResourceTypePackage<T> |
|
| SecurityConfig |
|
| SecurityPolicy |
Security policy that delivers IdentityProvider to allow to
security related policy enforcement.
|
| Service |
|
| ServiceExecutionError |
|
| Signal<T> |
|
| SignalManager |
|
| SignalManagerHub |
|
| SLAViolatedEvent |
An event when a SLA has been violated.
|
| StaticConfig |
|
| Tag |
|
| Tags |
|
| Transition<T> |
Defines work item life cycle phase transition.
|
| TrustedIdentityProvider |
Trusted identity provider is intended to be used by system wide operations
that might not have any security context attached e.g. timer expiration,
messaging consumers etc.
|
| UnitOfWork |
Unit of Work allows to group related activities and operation into single
unit.
|
| UnitOfWorkFactory |
Factory responsible for create instances of UnitOfWork of given
implementation type.
|
| UnitOfWorkManager |
Manager that controls and give access to UnitOfWork.
|
| UserTask |
|
| UserTaskParam |
|
| UserTaskParam.ParamType |
|
| Variable |
|
| VariableInfo |
|
| VariableInitializer |
|
| VariableViolationException |
Thrown when there is any kind of variable violation such as missing required
variable or attempt to set already defined readonly variable.
|
| WorkflowProcess |
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 |
A workflow process instance represents one specific instance of a workflow
process that is currently executing.
|
| WorkItem |
Represents one unit of work that needs to be executed.
|
| WorkItem |
|
| WorkItem.Descriptor |
|
| WorkItemExecutionError |
|
| WorkItemHandler |
A work item handler is responsible for executing work items of a specific
type.
|
| WorkItemHandlerConfig |
|
| WorkItemManager |
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).
|
| WorkItemNotFoundException |
|
| WorkUnit<T> |
Defines individual work unit that can be associated with unit of work
|