|
KIE Remote Services :: Services 6.1.0.CR2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kie.remote.services.cdi.DeploymentInfoBean
@ApplicationScoped public class DeploymentInfoBean
RuntimeManager instances for each deployment for use by the Remote API.JaxbContextResolver for more info.
| Constructor Summary | |
|---|---|
DeploymentInfoBean()
|
|
| Method Summary | |
|---|---|
void |
addOnDeploy(org.jbpm.kie.services.impl.event.DeploymentEvent event)
Called when the workbench/console/business-central deploys a new deployment. |
void |
disposeRuntimeEngine(org.kie.api.runtime.manager.RuntimeEngine runtimeEngine)
|
Collection<Class<?>> |
getDeploymentClasses(String deploymentId)
Used by classes involved with de/serialzation in order to retrieve (user-defined) clases to be used in de/serialization. |
Collection<String> |
getDeploymentIds()
|
org.kie.api.runtime.manager.RuntimeEngine |
getRuntimeEngine(String deploymentId,
Long processInstanceId)
Retrieve the relevant RuntimeEngine instance. |
org.kie.api.runtime.manager.RuntimeManager |
getRuntimeManager(String domainName)
|
void |
removeOnUnDeploy(org.jbpm.kie.services.impl.event.DeploymentEvent event)
Called when the workbench/console/business-central *un*deploys (removes) a deployment. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DeploymentInfoBean()
| Method Detail |
|---|
public void addOnDeploy(@Observes
org.jbpm.kie.services.impl.event.DeploymentEvent event)
event -
public void removeOnUnDeploy(@Observes
org.jbpm.kie.services.impl.event.DeploymentEvent event)
event - public org.kie.api.runtime.manager.RuntimeManager getRuntimeManager(String domainName)
public void disposeRuntimeEngine(org.kie.api.runtime.manager.RuntimeEngine runtimeEngine)
public org.kie.api.runtime.manager.RuntimeEngine getRuntimeEngine(String deploymentId, Long processInstanceId)
RuntimeEngine instance.
deploymentId - The id of the deployment for the RuntimeEngine.processInstanceId - The process instance id, if available.
RuntimeEngine instance.public Collection<Class<?>> getDeploymentClasses(String deploymentId)
deploymentId - The deployment unit id
public Collection<String> getDeploymentIds()
|
KIE Remote Services :: Services 6.1.0.CR2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||