public class DeployedUnitImpl extends Object implements DeployedUnit
Constructor and Description |
---|
DeployedUnitImpl(DeploymentUnit unit) |
Modifier and Type | Method and Description |
---|---|
void |
addAssetLocation(String assetId,
ProcessDesc processAsset) |
String |
getDeployedAssetLocation(String assetId) |
Collection<ProcessDesc> |
getDeployedAssets() |
DeploymentUnit |
getDeploymentUnit() |
org.kie.api.runtime.manager.RuntimeManager |
getRuntimeManager() |
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, ProcessDesc processAsset)
public void setRuntimeManager(org.kie.api.runtime.manager.RuntimeManager manager)
public Collection<ProcessDesc> getDeployedAssets()
getDeployedAssets
in interface DeployedUnit
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.