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