jBPM :: Services API 6.2.0.CR1

org.jbpm.services.api.model
Interface DeployedUnit


public interface DeployedUnit


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

Method Detail

getDeploymentUnit

DeploymentUnit getDeploymentUnit()

getDeployedAssetLocation

String getDeployedAssetLocation(String assetId)

getDeployedAssets

Collection<DeployedAsset> getDeployedAssets()

getDeployedClasses

Collection<Class<?>> getDeployedClasses()

getRuntimeManager

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

jBPM :: Services API 6.2.0.CR1

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