Class BPMN2DataServiceCDIImpl

  • All Implemented Interfaces:
    org.jbpm.services.api.DefinitionService, org.jbpm.services.api.DeploymentEventListener

    @ApplicationScoped
    public class BPMN2DataServiceCDIImpl
    extends org.jbpm.kie.services.impl.bpmn2.BPMN2DataServiceImpl
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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)  
      • Methods inherited from class org.jbpm.kie.services.impl.bpmn2.BPMN2DataServiceImpl

        addProcessDefinition, buildProcessDefinition, getAssociatedEntities, getJavaClasses, getProcessDefinition, getProcessVariables, getReusableSubProcesses, getRuleSets, getServiceTasks, getTaskInputMappings, getTaskOutputMappings, getTasksDefinitions
    • Constructor Detail

      • BPMN2DataServiceCDIImpl

        public BPMN2DataServiceCDIImpl()
    • Method Detail

      • onDeploy

        public void onDeploy​(@Observes
                             org.jbpm.services.api.DeploymentEvent event)
        Specified by:
        onDeploy in interface org.jbpm.services.api.DeploymentEventListener
        Overrides:
        onDeploy in class org.jbpm.kie.services.impl.bpmn2.BPMN2DataServiceImpl
      • onUnDeploy

        public void onUnDeploy​(@Observes
                               org.jbpm.services.api.DeploymentEvent event)
        Specified by:
        onUnDeploy in interface org.jbpm.services.api.DeploymentEventListener
        Overrides:
        onUnDeploy in class org.jbpm.kie.services.impl.bpmn2.BPMN2DataServiceImpl
      • onActivate

        public void onActivate​(@Observes
                               org.jbpm.services.api.DeploymentEvent event)
        Specified by:
        onActivate in interface org.jbpm.services.api.DeploymentEventListener
        Overrides:
        onActivate in class org.jbpm.kie.services.impl.bpmn2.BPMN2DataServiceImpl
      • onDeactivate

        public void onDeactivate​(@Observes
                                 org.jbpm.services.api.DeploymentEvent event)
        Specified by:
        onDeactivate in interface org.jbpm.services.api.DeploymentEventListener
        Overrides:
        onDeactivate in class org.jbpm.kie.services.impl.bpmn2.BPMN2DataServiceImpl