Uses of Interface
org.kie.api.builder.ReleaseId
Packages that use ReleaseId
Package
Description
Base KIE API classes.
The runtime engine classes, including KieSession and StatelessKieSession.
-
Uses of ReleaseId in org.kie.api
Methods in org.kie.api that return ReleaseIdModifier and TypeMethodDescriptionKieServices.newReleaseId(String groupId, String artifactId, String version) Creates a new ReleaseId with the given groupId, artifactId and versionMethods in org.kie.api with parameters of type ReleaseIdModifier and TypeMethodDescriptiondefault KieContainerKieServices.newKieClasspathContainer(String containerId, ClassLoader classLoaderContainer, ReleaseId releaseId) Creates a new KieContainer for the classpath using the given classLoader, regardless if there's already an existing one, enforcing the given containerId.KieServices.newKieContainer(String containerId, ReleaseId releaseId) Creates a new KieContainer wrapping the KieModule with the given ReleaseId and enforcing the given containerId.KieServices.newKieContainer(String containerId, ReleaseId releaseId, ClassLoader classLoader) Creates a new KieContainer wrapping the KieModule with the given ReleaseId, using the given class loader and enforcing the given containerId.KieServices.newKieContainer(ReleaseId releaseId) Creates a new KieContainer wrapping the KieModule with the given ReleaseIdKieServices.newKieContainer(ReleaseId releaseId, ClassLoader classLoader) Creates a new KieContainer wrapping the KieModule with the given ReleaseId and using the given class loader -
Uses of ReleaseId in org.kie.api.builder
Methods in org.kie.api.builder that return ReleaseIdModifier and TypeMethodDescriptionKieRepository.getDefaultReleaseId()Returns the default ReleaseId used to identify a KieModule in this KieRepository if the user didn't explicitly provide onestatic ReleaseIdReleaseIdComparator.getEarliest(List<ReleaseId> releaseIds) static ReleaseIdKieModule.getReleaseId()Returns the ReleaseId identifying this KieModuleMethods in org.kie.api.builder with parameters of type ReleaseIdModifier and TypeMethodDescriptionintdefault intKieFileSystem.generateAndWritePomXML(ReleaseId releaseId) Generates a basic maven pom file with the given ReleaseId (groupId, artifactId and version) and adds it to this KieFileSystemKieRepository.getKieModule(ReleaseId releaseId) Retrieve a KieModule with the given ReleaseId in this KieRepository.KieRepository.removeKieModule(ReleaseId releaseId) Remove a no longer useful KieModule, identified by the given ReleaseId, from this KieRepositoryMethod parameters in org.kie.api.builder with type arguments of type ReleaseId -
Uses of ReleaseId in org.kie.api.management
Classes in org.kie.api.management that implement ReleaseIdModifier and TypeClassDescriptionclassA simple immutable pojo representing Maven GAV coordinates, with a JMX-compliant method in order to be exposed and used via JMX/Monitoring.Methods in org.kie.api.management with parameters of type ReleaseId -
Uses of ReleaseId in org.kie.api.runtime
Methods in org.kie.api.runtime that return ReleaseIdModifier and TypeMethodDescriptionKieContainer.getReleaseId()Returns the ReleaseId of the KieModule wrapped by this KieContainerMethods in org.kie.api.runtime with parameters of type ReleaseIdModifier and TypeMethodDescriptionKieContainer.updateToVersion(ReleaseId version) Updates this KieContainer to a KieModule with the given fixed ReleaseId (e.g.