jBPM Console NG - Business Domain API 6.0.0.CR2

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.0.CR2

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