Drools jBPM :: Knowledge Services 6.0.0.Beta2

org.droolsjbpm.services.api
Interface DeployedUnit

All Known Implementing Classes:
DeployedUnitImpl

public interface DeployedUnit


Method Summary
 String getDeployedAssetLocation(String assetId)
           
 Collection<ProcessDesc> getDeployedAssets()
           
 DeploymentUnit getDeploymentUnit()
           
 org.kie.api.runtime.manager.RuntimeManager getRuntimeManager()
           
 

Method Detail

getDeploymentUnit

DeploymentUnit getDeploymentUnit()

getDeployedAssetLocation

String getDeployedAssetLocation(String assetId)

getDeployedAssets

Collection<ProcessDesc> getDeployedAssets()

getRuntimeManager

org.kie.api.runtime.manager.RuntimeManager getRuntimeManager()

Drools jBPM :: Knowledge Services 6.0.0.Beta2

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.