Package org.jbpm.services.cdi.impl
Class BPMN2DataServiceCDIImpl
- java.lang.Object
-
- org.jbpm.kie.services.impl.bpmn2.BPMN2DataServiceImpl
-
- org.jbpm.services.cdi.impl.BPMN2DataServiceCDIImpl
-
- All Implemented Interfaces:
DefinitionService
,DeploymentEventListener
@ApplicationScoped public class BPMN2DataServiceCDIImpl extends BPMN2DataServiceImpl
-
-
Constructor Summary
Constructors Constructor Description BPMN2DataServiceCDIImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onActivate(DeploymentEvent event)
void
onDeactivate(DeploymentEvent event)
void
onDeploy(DeploymentEvent event)
void
onUnDeploy(DeploymentEvent event)
-
Methods inherited from class org.jbpm.kie.services.impl.bpmn2.BPMN2DataServiceImpl
addProcessDefinition, buildProcessDefinition, getAssociatedEntities, getJavaClasses, getProcessDefinition, getProcessVariables, getReusableSubProcesses, getRuleSets, getServiceTasks, getTaskInputMappings, getTaskOutputMappings, getTasksDefinitions
-
-
-
-
Method Detail
-
onDeploy
public void onDeploy(@Observes DeploymentEvent event)
- Specified by:
onDeploy
in interfaceDeploymentEventListener
- Overrides:
onDeploy
in classBPMN2DataServiceImpl
-
onUnDeploy
public void onUnDeploy(@Observes DeploymentEvent event)
- Specified by:
onUnDeploy
in interfaceDeploymentEventListener
- Overrides:
onUnDeploy
in classBPMN2DataServiceImpl
-
onActivate
public void onActivate(@Observes DeploymentEvent event)
- Specified by:
onActivate
in interfaceDeploymentEventListener
- Overrides:
onActivate
in classBPMN2DataServiceImpl
-
onDeactivate
public void onDeactivate(@Observes DeploymentEvent event)
- Specified by:
onDeactivate
in interfaceDeploymentEventListener
- Overrides:
onDeactivate
in classBPMN2DataServiceImpl
-
-