Package | Description |
---|---|
org.kie.api |
The KnowledgeBase and its factory.
|
org.kie.api.builder | |
org.kie.api.runtime |
The runtime engine classes, including StatefulKnowledgeSession and StatelessKnowledgeSession.
|
Modifier and Type | Method and Description |
---|---|
ReleaseId |
KieServices.newReleaseId(String groupId,
String artifactId,
String version)
Creates a new ReleaseId with the given groupId, artifactId and version
|
Modifier and Type | Method and Description |
---|---|
KieContainer |
KieServices.newKieContainer(ReleaseId releaseId)
Creates a new KieContainer wrapping the KieModule with the given ReleaseId
|
Modifier and Type | Method and Description |
---|---|
ReleaseId |
KieRepository.getDefaultReleaseId()
Returns the default ReleaseId used to identify a KieModule in this KieRepository
if the user didn't explicitly provide one
|
ReleaseId |
KieModule.getReleaseId()
Returns the ReleaseId identifying this KieModule
|
Modifier and Type | Method and Description |
---|---|
KieFileSystem |
KieFileSystem.generateAndWritePomXML(ReleaseId releaseId)
Generates a basic maven pom file with the given ReleaseId (groupId, artifactId and version)
and adds it to this KieFileSystem
|
KieModule |
KieRepository.getKieModule(ReleaseId releaseId)
Retrieve a KieModule with the given ReleaseId in this KieRepository.
|
Modifier and Type | Method and Description |
---|---|
ReleaseId |
KieContainer.getReleaseId()
Returns the ReleaseId of the KieModule wrapped by this KieContainer
|
Modifier and Type | Method and Description |
---|---|
void |
KieContainer.updateToVersion(ReleaseId version)
Updates this KieContainer to a KieModule with the given ReleaseId
|
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.