jBPM distribution 6.0.0.CR3

org.jbpm.kie.services.api
Interface DeployedUnit

All Known Implementing Classes:
DeployedUnitImpl

public interface DeployedUnit


Method Summary
 String getDeployedAssetLocation(String assetId)
           
 Collection<ProcessDesc> getDeployedAssets()
           
 DeploymentUnit getDeploymentUnit()
           
 RuntimeManager getRuntimeManager()
           
 

Method Detail

getDeploymentUnit

DeploymentUnit getDeploymentUnit()

getDeployedAssetLocation

String getDeployedAssetLocation(String assetId)

getDeployedAssets

Collection<ProcessDesc> getDeployedAssets()

getRuntimeManager

RuntimeManager getRuntimeManager()

jBPM distribution 6.0.0.CR3

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