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 DeployedUnit
public String getDeployedAssetLocation(String assetId)
getDeployedAssetLocation
in interface DeployedUnit
public org.kie.api.runtime.manager.RuntimeManager getRuntimeManager()
getRuntimeManager
in interface DeployedUnit
public 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 DeployedUnit
public Collection<Class<?>> getDeployedClasses()
getDeployedClasses
in interface DeployedUnit
public boolean isActive()
isActive
in interface DeployedUnit
public void setActive(boolean active)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.