Package | Description |
---|---|
org.drools.definition.process |
The classes that make up a Process definition.
|
org.drools.definition.rule |
The classes that make up a Rule definition.
|
org.drools.event.knowledgeagent | |
org.drools.impl.adapters |
Modifier and Type | Interface and Description |
---|---|
interface |
Process
A Process represents one modular piece of business logic that can be executed by
a process engine.
|
interface |
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Query
Public Query interface for runtime query inspection.
|
interface |
Rule
Public Rule interface for runtime rule inspection.
|
Modifier and Type | Method and Description |
---|---|
Map<Resource,Set<KnowledgeDefinition>> |
AfterChangeSetProcessedEvent.getModifiedResourceMappings() |
Map<Resource,Set<KnowledgeDefinition>> |
AfterChangeSetProcessedEvent.getRemovedResourceMappings() |
Constructor and Description |
---|
AfterChangeSetProcessedEvent(ChangeSet changeSet,
List<Resource> addedResources,
Map<Resource,Set<KnowledgeDefinition>> modifiedResourceMappings,
Map<Resource,Set<KnowledgeDefinition>> removedResourceMappings) |
AfterChangeSetProcessedEvent(ChangeSet changeSet,
List<Resource> addedResources,
Map<Resource,Set<KnowledgeDefinition>> modifiedResourceMappings,
Map<Resource,Set<KnowledgeDefinition>> removedResourceMappings) |
Modifier and Type | Class and Description |
---|---|
class |
ProcessAdapter |
class |
QueryAdapter |
class |
RuleAdapter |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.