@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, getTasksDefinitionspublic void onDeploy(@Observes
org.jbpm.services.api.DeploymentEvent event)
onDeploy in interface org.jbpm.services.api.DeploymentEventListeneronDeploy in class org.jbpm.kie.services.impl.bpmn2.BPMN2DataServiceImplpublic void onUnDeploy(@Observes
org.jbpm.services.api.DeploymentEvent event)
onUnDeploy in interface org.jbpm.services.api.DeploymentEventListeneronUnDeploy in class org.jbpm.kie.services.impl.bpmn2.BPMN2DataServiceImplpublic void onActivate(@Observes
org.jbpm.services.api.DeploymentEvent event)
onActivate in interface org.jbpm.services.api.DeploymentEventListeneronActivate in class org.jbpm.kie.services.impl.bpmn2.BPMN2DataServiceImplpublic void onDeactivate(@Observes
org.jbpm.services.api.DeploymentEvent event)
onDeactivate in interface org.jbpm.services.api.DeploymentEventListeneronDeactivate in class org.jbpm.kie.services.impl.bpmn2.BPMN2DataServiceImplCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.