public class DeployedUnitImpl extends Object implements DeployedUnit
| Constructor and Description |
|---|
DeployedUnitImpl(DeploymentUnit unit) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAssetLocation(String assetId,
ProcessAssetDesc processAsset) |
void |
addClass(Class<?> kModuleClass) |
String |
getDeployedAssetLocation(String assetId) |
Collection<DeployedAsset> |
getDeployedAssets() |
Collection<Class<?>> |
getDeployedClasses() |
DeploymentUnit |
getDeploymentUnit() |
org.kie.api.runtime.manager.RuntimeManager |
getRuntimeManager() |
boolean |
isActive() |
void |
setActive(boolean active) |
void |
setRuntimeManager(org.kie.api.runtime.manager.RuntimeManager manager) |
public DeployedUnitImpl(DeploymentUnit unit)
public DeploymentUnit getDeploymentUnit()
getDeploymentUnit in interface DeployedUnitpublic String getDeployedAssetLocation(String assetId)
getDeployedAssetLocation in interface DeployedUnitpublic org.kie.api.runtime.manager.RuntimeManager getRuntimeManager()
getRuntimeManager in interface DeployedUnitpublic void addAssetLocation(String assetId, ProcessAssetDesc processAsset)
public void addClass(Class<?> kModuleClass)
public void setRuntimeManager(org.kie.api.runtime.manager.RuntimeManager manager)
public Collection<DeployedAsset> getDeployedAssets()
getDeployedAssets in interface DeployedUnitpublic Collection<Class<?>> getDeployedClasses()
getDeployedClasses in interface DeployedUnitpublic boolean isActive()
isActive in interface DeployedUnitpublic void setActive(boolean active)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.