org.jbpm.services.api.model
Interface DeployedUnit
- All Known Implementing Classes:
- DeployedUnitImpl
public interface DeployedUnit
getDeploymentUnit
DeploymentUnit getDeploymentUnit()
getDeployedAssetLocation
String getDeployedAssetLocation(String assetId)
getDeployedAssets
Collection<DeployedAsset> getDeployedAssets()
getDeployedClasses
Collection<Class<?>> getDeployedClasses()
getRuntimeManager
RuntimeManager getRuntimeManager()
isActive
boolean isActive()
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.