|
KIE API 6.2.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kie.api.runtime.manager.RuntimeEnvironmentBuilder.Factory
public static class RuntimeEnvironmentBuilder.Factory
| Constructor Summary | |
|---|---|
RuntimeEnvironmentBuilder.Factory()
|
|
| Method Summary | |
|---|---|
static RuntimeEnvironmentBuilderFactory |
get()
Returns a reference to the RuntimeEnvironmentBuilderFactory singleton |
RuntimeEnvironmentBuilder |
newClasspathKmoduleDefaultBuilder()
Provides default configuration of RuntimeEnvironmentBuilder that is based on:
DefaultRuntimeEnvironment
It relies on KieClasspathContainer that requires to have kmodule.xml present in META-INF folder which
defines the kjar itself. |
RuntimeEnvironmentBuilder |
newClasspathKmoduleDefaultBuilder(String kbaseName,
String ksessionName)
Provides default configuration of RuntimeEnvironmentBuilder that is based on:
DefaultRuntimeEnvironment
It relies on KieClasspathContainer that requires to have kmodule.xml present in META-INF folder which
defines the kjar itself. |
RuntimeEnvironmentBuilder |
newDefaultBuilder()
Provides default configuration of RuntimeEnvironmentBuilder that is based on:
DefaultRuntimeEnvironment
|
RuntimeEnvironmentBuilder |
newDefaultBuilder(ReleaseId releaseId)
Provides default configuration of RuntimeEnvironmentBuilder that is based on:
DefaultRuntimeEnvironment
This one is tailored to works smoothly with kjars as the notion of kbase and ksessions |
RuntimeEnvironmentBuilder |
newDefaultBuilder(ReleaseId releaseId,
String kbaseName,
String ksessionName)
Provides default configuration of RuntimeEnvironmentBuilder that is based on:
DefaultRuntimeEnvironment
This one is tailored to works smoothly with kjars as the notion of kbase and ksessions |
RuntimeEnvironmentBuilder |
newDefaultBuilder(String groupId,
String artifactId,
String version)
Provides default configuration of RuntimeEnvironmentBuilder that is based on:
DefaultRuntimeEnvironment
This one is tailored to works smoothly with kjars as the notion of kbase and ksessions |
RuntimeEnvironmentBuilder |
newDefaultBuilder(String groupId,
String artifactId,
String version,
String kbaseName,
String ksessionName)
Provides default configuration of RuntimeEnvironmentBuilder that is based on:
DefaultRuntimeEnvironment
This one is tailored to works smoothly with kjars as the notion of kbase and ksessions |
RuntimeEnvironmentBuilder |
newDefaultInMemoryBuilder()
Provides default configuration of RuntimeEnvironmentBuilder that is based on:
DefaultRuntimeEnvironment
but it does not have persistence for process engine configured so it will only store process instances in memory |
RuntimeEnvironmentBuilder |
newEmptyBuilder()
Provides completely empty RuntimeEnvironmentBuilder instance that allows to manually
set all required components instead of relying on any defaults. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RuntimeEnvironmentBuilder.Factory()
| Method Detail |
|---|
public static RuntimeEnvironmentBuilderFactory get()
public RuntimeEnvironmentBuilder newEmptyBuilder()
RuntimeEnvironmentBuilderFactoryRuntimeEnvironmentBuilder instance that allows to manually
set all required components instead of relying on any defaults.
newEmptyBuilder in interface RuntimeEnvironmentBuilderFactoryRuntimeEnvironmentBuilderpublic RuntimeEnvironmentBuilder newDefaultBuilder()
RuntimeEnvironmentBuilderFactoryRuntimeEnvironmentBuilder that is based on:
newDefaultBuilder in interface RuntimeEnvironmentBuilderFactoryRuntimeEnvironmentBuilder that is already preconfigured with defaults
see DefaultRuntimeEnvironmentpublic RuntimeEnvironmentBuilder newDefaultInMemoryBuilder()
RuntimeEnvironmentBuilderFactoryRuntimeEnvironmentBuilder that is based on:
newDefaultInMemoryBuilder in interface RuntimeEnvironmentBuilderFactoryRuntimeEnvironmentBuilder that is already preconfigured with defaults
see DefaultRuntimeEnvironment
public RuntimeEnvironmentBuilder newDefaultBuilder(String groupId,
String artifactId,
String version)
RuntimeEnvironmentBuilderFactoryRuntimeEnvironmentBuilder that is based on:
newDefaultBuilder in interface RuntimeEnvironmentBuilderFactorygroupId - group id of kjarartifactId - artifact id of kjarversion - version number of kjar
RuntimeEnvironmentBuilder that is already preconfigured with defaults
see DefaultRuntimeEnvironment
public RuntimeEnvironmentBuilder newDefaultBuilder(String groupId,
String artifactId,
String version,
String kbaseName,
String ksessionName)
RuntimeEnvironmentBuilderFactoryRuntimeEnvironmentBuilder that is based on:
newDefaultBuilder in interface RuntimeEnvironmentBuilderFactorygroupId - group id of kjarartifactId - artifact id of kjarversion - version number of kjarkbaseName - name of the kbase defined in kmodule.xml stored in kjarksessionName - name of the ksession define in kmodule.xml stored in kjar
RuntimeEnvironmentBuilder that is already preconfigured with defaults
see DefaultRuntimeEnvironmentpublic RuntimeEnvironmentBuilder newDefaultBuilder(ReleaseId releaseId)
RuntimeEnvironmentBuilderFactoryRuntimeEnvironmentBuilder that is based on:
newDefaultBuilder in interface RuntimeEnvironmentBuilderFactoryreleaseId - ReleaseId that described the kjar
RuntimeEnvironmentBuilder that is already preconfigured with defaults
see DefaultRuntimeEnvironment
public RuntimeEnvironmentBuilder newDefaultBuilder(ReleaseId releaseId,
String kbaseName,
String ksessionName)
RuntimeEnvironmentBuilderFactoryRuntimeEnvironmentBuilder that is based on:
newDefaultBuilder in interface RuntimeEnvironmentBuilderFactoryreleaseId - ReleaseId that described the kjarkbaseName - name of the kbase defined in kmodule.xml stored in kjarksessionName - name of the ksession define in kmodule.xml stored in kjar
RuntimeEnvironmentBuilder that is already preconfigured with defaults
see DefaultRuntimeEnvironmentpublic RuntimeEnvironmentBuilder newClasspathKmoduleDefaultBuilder()
RuntimeEnvironmentBuilderFactoryRuntimeEnvironmentBuilder that is based on:
newClasspathKmoduleDefaultBuilder in interface RuntimeEnvironmentBuilderFactoryRuntimeEnvironmentBuilder that is already preconfigured with defaults
see DefaultRuntimeEnvironment
public RuntimeEnvironmentBuilder newClasspathKmoduleDefaultBuilder(String kbaseName,
String ksessionName)
RuntimeEnvironmentBuilderFactoryRuntimeEnvironmentBuilder that is based on:
newClasspathKmoduleDefaultBuilder in interface RuntimeEnvironmentBuilderFactorykbaseName - name of the kbase defined in kmodule.xmlksessionName - name of the ksession define in kmodule.xml
RuntimeEnvironmentBuilder that is already preconfigured with defaults
see DefaultRuntimeEnvironment
|
KIE API 6.2.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||