@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, getTasksDefinitionspublic void onDeploy(@Observes
DeploymentEvent event)
onDeploy in interface DeploymentEventListeneronDeploy in class BPMN2DataServiceImplpublic void onUnDeploy(@Observes
DeploymentEvent event)
onUnDeploy in interface DeploymentEventListeneronUnDeploy in class BPMN2DataServiceImplpublic void onActivate(@Observes
DeploymentEvent event)
onActivate in interface DeploymentEventListeneronActivate in class BPMN2DataServiceImplpublic void onDeactivate(@Observes
DeploymentEvent event)
onDeactivate in interface DeploymentEventListeneronDeactivate in class BPMN2DataServiceImplCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.