public class DefinitionServiceEJBImpl extends org.jbpm.kie.services.impl.bpmn2.BPMN2DataServiceImpl implements org.jbpm.services.api.DeploymentEventListener, org.jbpm.services.api.DefinitionService, DefinitionServiceEJBLocal, DefinitionServiceEJBRemote
Constructor and Description |
---|
DefinitionServiceEJBImpl() |
Modifier and Type | Method and Description |
---|---|
org.jbpm.services.api.model.ProcessDefinition |
buildProcessDefinition(String deploymentId,
String bpmn2Content,
org.kie.api.runtime.KieContainer kieContainer,
boolean cache) |
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, getAssociatedEntities, getJavaClasses, getProcessDefinition, getProcessVariables, getReusableSubProcesses, getRuleSets, getServiceTasks, getTaskInputMappings, getTaskOutputMappings, getTasksDefinitions
public org.jbpm.services.api.model.ProcessDefinition buildProcessDefinition(String deploymentId, String bpmn2Content, org.kie.api.runtime.KieContainer kieContainer, boolean cache) throws IllegalArgumentException
buildProcessDefinition
in interface org.jbpm.services.api.DefinitionService
buildProcessDefinition
in class org.jbpm.kie.services.impl.bpmn2.BPMN2DataServiceImpl
IllegalArgumentException
public void onDeploy(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(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(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(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–2018 JBoss by Red Hat. All rights reserved.