jBPM distribution 6.2.0.CR2

org.jbpm.services.api.model
Interface DeployedUnit

All Known Implementing Classes:
DeployedUnitImpl

public interface DeployedUnit


Method Summary
 String getDeployedAssetLocation(String assetId)
           
 Collection<DeployedAsset> getDeployedAssets()
           
 Collection<Class<?>> getDeployedClasses()
           
 DeploymentUnit getDeploymentUnit()
           
 RuntimeManager getRuntimeManager()
           
 

Method Detail

getDeploymentUnit

DeploymentUnit getDeploymentUnit()

getDeployedAssetLocation

String getDeployedAssetLocation(String assetId)

getDeployedAssets

Collection<DeployedAsset> getDeployedAssets()

getDeployedClasses

Collection<Class<?>> getDeployedClasses()

getRuntimeManager

RuntimeManager getRuntimeManager()

jBPM distribution 6.2.0.CR2

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