Package | Description |
---|---|
org.kie.internal.agent |
The KnowlegeAgent provides automatic loading, caching and re-loading, of resources and is configured from a properties files.
|
org.kie.internal.event.knowledgeagent |
Modifier and Type | Method and Description |
---|---|
static KnowledgeAgent.ResourceStatus |
KnowledgeAgent.ResourceStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KnowledgeAgent.ResourceStatus[] |
KnowledgeAgent.ResourceStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
KnowledgeAgent.ResourceStatus |
AfterResourceProcessedEvent.getStatus() |
KnowledgeAgent.ResourceStatus |
BeforeResourceProcessedEvent.getStatus() |
Constructor and Description |
---|
AfterResourceProcessedEvent(ChangeSet changeSet,
org.kie.api.io.Resource resource,
org.kie.api.io.ResourceType resourceType,
KnowledgeAgent.ResourceStatus status) |
BeforeResourceProcessedEvent(ChangeSet changeSet,
org.kie.api.io.Resource resource,
org.kie.api.io.ResourceType resourceType,
KnowledgeAgent.ResourceStatus status) |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.