public interface DeployedUnit
Modifier and Type | Method and Description |
---|---|
String |
getDeployedAssetLocation(String assetId)
Returns the deployed asset location.
|
Collection<DeployedAsset> |
getDeployedAssets()
Returns the deployed assets.
|
Collection<Class<?>> |
getDeployedClasses()
Returns the deployed classes.
|
DeploymentUnit |
getDeploymentUnit()
Returns the deployed unit.
|
org.kie.api.runtime.manager.RuntimeManager |
getRuntimeManager()
Returns the runtime manager.
|
boolean |
isActive()
Returns the active state of the deployment unit.
|
DeploymentUnit getDeploymentUnit()
DeploymentUnit
deploymentunitString getDeployedAssetLocation(String assetId)
Collection<DeployedAsset> getDeployedAssets()
DeployedAsset
assetsCollection<Class<?>> getDeployedClasses()
Class
classesorg.kie.api.runtime.manager.RuntimeManager getRuntimeManager()
RuntimeManager
runtime managerboolean isActive()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.