jBPM Console NG - Business Domain API 6.0.3-SNAPSHOT

org.jbpm.console.ng.bd.service
Interface DeploymentManagerEntryPoint


public interface DeploymentManagerEntryPoint


Method Summary
 void deploy(DeploymentUnitSummary unit)
           
 List<KModuleDeploymentUnitSummary> getDeploymentUnits()
           
 void redeploy()
           
 void undeploy(DeploymentUnitSummary unitSummary)
           
 

Method Detail

redeploy

void redeploy()

getDeploymentUnits

List<KModuleDeploymentUnitSummary> getDeploymentUnits()

deploy

void deploy(DeploymentUnitSummary unit)

undeploy

void undeploy(DeploymentUnitSummary unitSummary)

jBPM Console NG - Business Domain API 6.0.3-SNAPSHOT

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.