KIE API 6.0.0.Alpha9

Uses of Interface
org.kie.builder.ReleaseId

Packages that use ReleaseId
org.kie The KnowledgeBase and its factory. 
org.kie.builder   
org.kie.runtime The runtime engine classes, including StatefulKnowledgeSession and StatelessKnowledgeSession. 
 

Uses of ReleaseId in org.kie
 

Methods in org.kie that return ReleaseId
 ReleaseId KieServices.newReleaseId(String groupId, String artifactId, String version)
          Creates a new ReleaseId with the given groupId, artifactId and version
 

Methods in org.kie with parameters of type ReleaseId
 KieContainer KieServices.newKieContainer(ReleaseId releaseId)
          Creates a new KieContainer wrapping the KieModule with the given ReleaseId
 

Uses of ReleaseId in org.kie.builder
 

Methods in org.kie.builder that return ReleaseId
 ReleaseId KieRepository.getDefaultReleaseId()
          Returns the defualt 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
 

Methods in org.kie.builder with parameters of type ReleaseId
 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.
 

Uses of ReleaseId in org.kie.runtime
 

Methods in org.kie.runtime that return ReleaseId
 ReleaseId KieContainer.getReleaseId()
          Returns the ReleaseId of the KieModule wrapped by this KieContainer
 

Methods in org.kie.runtime with parameters of type ReleaseId
 void KieContainer.updateToVersion(ReleaseId version)
          Updates this KieContainer to a KieModule with the given ReleaseId
 


KIE API 6.0.0.Alpha9

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.