Uses of Class
org.jbpm.services.cdi.Deactivate
-
Packages that use Deactivate Package Description org.jbpm.services.cdi.impl org.jbpm.services.cdi.impl.query org.jbpm.services.cdi.impl.store -
-
Uses of Deactivate in org.jbpm.services.cdi.impl
Fields in org.jbpm.services.cdi.impl with annotations of type Deactivate Modifier and Type Field Description protected javax.enterprise.event.Event<DeploymentEvent>
DeploymentServiceCDIImpl. deactivateEvent
Method parameters in org.jbpm.services.cdi.impl with annotations of type Deactivate Modifier and Type Method Description void
BPMN2DataServiceCDIImpl. onDeactivate(DeploymentEvent event)
void
RuntimeDataServiceCDIImpl. onDeactivate(DeploymentEvent event)
-
Uses of Deactivate in org.jbpm.services.cdi.impl.query
Method parameters in org.jbpm.services.cdi.impl.query with annotations of type Deactivate Modifier and Type Method Description void
QueryServiceCDIImpl. onDeactivate(DeploymentEvent event)
-
Uses of Deactivate in org.jbpm.services.cdi.impl.store
Method parameters in org.jbpm.services.cdi.impl.store with annotations of type Deactivate Modifier and Type Method Description void
DeploymentSynchronizerCDIImpl. onDeactivate(DeploymentEvent event)
-