public class CaseConfigurationDeploymentListener extends Object implements org.jbpm.services.api.DeploymentEventListener
Constructor and Description |
---|
CaseConfigurationDeploymentListener(org.kie.internal.identity.IdentityProvider identityProvider) |
CaseConfigurationDeploymentListener(org.kie.internal.identity.IdentityProvider identityProvider,
org.jbpm.shared.services.impl.TransactionalCommandService transactionalCommandService) |
Modifier and Type | Method and Description |
---|---|
protected List<CaseEventListener> |
getEventListenerFromDescriptor(org.kie.internal.runtime.manager.InternalRuntimeManager runtimeManager) |
protected Map<String,Object> |
getParametersMap(org.kie.internal.runtime.manager.InternalRuntimeManager runtimeManager) |
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) |
public CaseConfigurationDeploymentListener(org.kie.internal.identity.IdentityProvider identityProvider)
public CaseConfigurationDeploymentListener(org.kie.internal.identity.IdentityProvider identityProvider, org.jbpm.shared.services.impl.TransactionalCommandService transactionalCommandService)
public void onDeploy(org.jbpm.services.api.DeploymentEvent event)
onDeploy
in interface org.jbpm.services.api.DeploymentEventListener
public void onUnDeploy(org.jbpm.services.api.DeploymentEvent event)
onUnDeploy
in interface org.jbpm.services.api.DeploymentEventListener
public void onActivate(org.jbpm.services.api.DeploymentEvent event)
onActivate
in interface org.jbpm.services.api.DeploymentEventListener
public void onDeactivate(org.jbpm.services.api.DeploymentEvent event)
onDeactivate
in interface org.jbpm.services.api.DeploymentEventListener
protected List<CaseEventListener> getEventListenerFromDescriptor(org.kie.internal.runtime.manager.InternalRuntimeManager runtimeManager)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.