|
jBPM Console NG - Business Domain Backend 6.2.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jbpm.console.ng.bd.backend.server.DeploymentManagerEntryPointImpl
@ApplicationScoped public class DeploymentManagerEntryPointImpl
Constructor Summary | |
---|---|
DeploymentManagerEntryPointImpl()
|
Method Summary | |
---|---|
void |
activate(DeploymentUnitSummary unitSummary)
|
protected void |
cleanup(String identifier)
|
void |
configure()
|
void |
deactivate(DeploymentUnitSummary unitSummary)
|
protected boolean |
deploy(org.jbpm.services.api.model.DeploymentUnit unit)
|
void |
deploy(DeploymentUnitSummary unitSummary)
|
void |
deployOnEvent(org.guvnor.structure.backend.deployment.DeploymentConfigChangedEvent event)
Reacts on events fired based on changes to system repository - important in cluster environment where system repo will be synchronized |
org.uberfire.paging.PageResponse<KModuleDeploymentUnitSummary> |
getData(org.jbpm.console.ng.ga.model.QueryFilter filter)
|
KModuleDeploymentUnitSummary |
getItem(KModuleKey key)
|
void |
initDeployments(Set<org.jbpm.services.api.model.DeploymentUnit> deploymentUnits)
|
void |
process(org.guvnor.common.services.project.builder.model.BuildResults buildResults)
Auto deployed is called from authoring environment after successful build and deploy (to maven) |
void |
redeploy()
|
void |
removeDeployment(org.jbpm.services.api.DeploymentEvent event)
Reacts on events fired by deployment service upon successful undeployment from runtime environment so that can be stored in system repository |
void |
saveDeployment(org.jbpm.services.api.DeploymentEvent event)
Reacts on events fired by deployment service upon successful deployment to runtime environment so that can be stored in system repository |
protected void |
undeploy(org.jbpm.services.api.model.DeploymentUnit unit)
|
void |
undeploy(DeploymentUnitSummary unitSummary)
|
void |
undeployOnEvent(org.guvnor.structure.backend.deployment.DeploymentConfigChangedEvent event)
Reacts on events fired based on changes to system repository - important in cluster environment where system repo will be synchronized |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DeploymentManagerEntryPointImpl()
Method Detail |
---|
@PostConstruct public void configure()
public void initDeployments(Set<org.jbpm.services.api.model.DeploymentUnit> deploymentUnits)
initDeployments
in interface Initializable<org.jbpm.services.api.model.DeploymentUnit>
public void deploy(DeploymentUnitSummary unitSummary)
deploy
in interface DeploymentManagerEntryPoint
protected boolean deploy(org.jbpm.services.api.model.DeploymentUnit unit)
public void undeploy(DeploymentUnitSummary unitSummary)
undeploy
in interface DeploymentManagerEntryPoint
public void activate(DeploymentUnitSummary unitSummary)
activate
in interface DeploymentManagerEntryPoint
public void deactivate(DeploymentUnitSummary unitSummary)
deactivate
in interface DeploymentManagerEntryPoint
protected void undeploy(org.jbpm.services.api.model.DeploymentUnit unit)
public void redeploy()
redeploy
in interface DeploymentManagerEntryPoint
protected void cleanup(String identifier)
public org.uberfire.paging.PageResponse<KModuleDeploymentUnitSummary> getData(org.jbpm.console.ng.ga.model.QueryFilter filter)
getData
in interface org.jbpm.console.ng.ga.service.GenericServiceEntryPoint<KModuleKey,KModuleDeploymentUnitSummary>
public void saveDeployment(@Observes org.jbpm.services.api.DeploymentEvent event)
event
- deploymentEvent that holds all required information from
runtime point of viewpublic void removeDeployment(@Observes org.jbpm.services.api.DeploymentEvent event)
event
- deploymentEvent that holds all required information from
runtime point of viewpublic void process(org.guvnor.common.services.project.builder.model.BuildResults buildResults)
process
in interface org.guvnor.common.services.project.builder.service.PostBuildHandler
buildResults
- Maven deploy result that holds GAV to construct
KModuleDeploymentUnitpublic void undeployOnEvent(@Observes org.guvnor.structure.backend.deployment.DeploymentConfigChangedEvent event)
event
- - event that carries the complete DeploymentUnit to be
undeployedpublic void deployOnEvent(@Observes org.guvnor.structure.backend.deployment.DeploymentConfigChangedEvent event)
event
- - event that carries the complete DeploymentUnit to be
deployedpublic KModuleDeploymentUnitSummary getItem(KModuleKey key)
getItem
in interface org.jbpm.console.ng.ga.service.GenericServiceEntryPoint<KModuleKey,KModuleDeploymentUnitSummary>
|
jBPM Console NG - Business Domain Backend 6.2.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |