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, getTasksDefinitionspublic 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.DefinitionServicebuildProcessDefinition in class org.jbpm.kie.services.impl.bpmn2.BPMN2DataServiceImplIllegalArgumentExceptionpublic void onDeploy(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(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(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(org.jbpm.services.api.DeploymentEvent event)
onDeactivate in interface org.jbpm.services.api.DeploymentEventListeneronDeactivate in class org.jbpm.kie.services.impl.bpmn2.BPMN2DataServiceImplCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.