@ApplicationScoped
public class BPMN2DataServiceCDIImpl
extends org.jbpm.kie.services.impl.bpmn2.BPMN2DataServiceImpl
Constructor and Description |
---|
BPMN2DataServiceCDIImpl() |
Modifier and Type | Method and Description |
---|---|
void |
onActivate(org.jbpm.services.api.DeploymentEvent event) |
void |
onDeactivate(org.jbpm.services.api.DeploymentEvent event) |
void |
onDeploy(org.jbpm.services.api.DeploymentEvent event) |
void |
onUnDeploy(org.jbpm.services.api.DeploymentEvent event) |
addProcessDefinition, buildProcessDefinition, getAssociatedEntities, getJavaClasses, getProcessDefinition, getProcessVariables, getReusableSubProcesses, getRuleSets, getServiceTasks, getTaskInputMappings, getTaskOutputMappings, getTasksDefinitions
public void onDeploy(@Observes org.jbpm.services.api.DeploymentEvent event)
onDeploy
in interface org.jbpm.services.api.DeploymentEventListener
onDeploy
in class org.jbpm.kie.services.impl.bpmn2.BPMN2DataServiceImpl
public void onUnDeploy(@Observes org.jbpm.services.api.DeploymentEvent event)
onUnDeploy
in interface org.jbpm.services.api.DeploymentEventListener
onUnDeploy
in class org.jbpm.kie.services.impl.bpmn2.BPMN2DataServiceImpl
public void onActivate(@Observes org.jbpm.services.api.DeploymentEvent event)
onActivate
in interface org.jbpm.services.api.DeploymentEventListener
onActivate
in class org.jbpm.kie.services.impl.bpmn2.BPMN2DataServiceImpl
public void onDeactivate(@Observes org.jbpm.services.api.DeploymentEvent event)
onDeactivate
in interface org.jbpm.services.api.DeploymentEventListener
onDeactivate
in class org.jbpm.kie.services.impl.bpmn2.BPMN2DataServiceImpl
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.