public class KieSrampUtil extends Object
| Constructor and Description |
|---|
KieSrampUtil() |
| Modifier and Type | Method and Description |
|---|---|
org.kie.api.runtime.KieContainer |
getKieContainer(org.kie.api.builder.ReleaseId releaseId)
Creating a KieBase from the workflow GAV specified in the config.
|
org.kie.api.runtime.manager.RuntimeManager |
getRuntimeManager(ProcessEngineService processEngineService,
org.jbpm.kie.services.impl.KModuleDeploymentUnit unit)
Returns a RuntimeManager from the ProcessEngineService for the given KModuleDeploymentUnit.
|
org.kie.api.runtime.manager.RuntimeManager |
getRuntimeManager(ProcessEngineService processEngineService,
String deploymentId)
Returns a RuntimeManager from the ProcessEngineService for the given deploymentId.
|
boolean |
isSRAMPPackageDeployed(String groupId,
String artifactId,
String version) |
public boolean isSRAMPPackageDeployed(String groupId, String artifactId, String version)
public org.kie.api.runtime.KieContainer getKieContainer(org.kie.api.builder.ReleaseId releaseId)
throws org.overlord.sramp.client.SrampClientException,
org.overlord.sramp.atom.err.SrampAtomException
org.overlord.sramp.client.SrampClientExceptionorg.overlord.sramp.atom.err.SrampAtomExceptionpublic org.kie.api.runtime.manager.RuntimeManager getRuntimeManager(ProcessEngineService processEngineService, String deploymentId)
processEngineService - deploymentId - public org.kie.api.runtime.manager.RuntimeManager getRuntimeManager(ProcessEngineService processEngineService, org.jbpm.kie.services.impl.KModuleDeploymentUnit unit)
processEngineService - unit - Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.