Interface DeployedUnit


  • public interface DeployedUnit
    • Method Detail

      • getDeploymentUnit

        DeploymentUnit getDeploymentUnit()
        Returns the deployed unit.
        Returns:
      • getDeployedAssetLocation

        String getDeployedAssetLocation​(String assetId)
        Returns the deployed asset location.
        Returns:
        asset location
      • getDeployedClasses

        Collection<Class<?>> getDeployedClasses()
        Returns the deployed classes.
        Returns:
      • getRuntimeManager

        org.kie.api.runtime.manager.RuntimeManager getRuntimeManager()
        Returns the runtime manager.
        Returns:
      • isActive

        boolean isActive()
        Returns the active state of the deployment unit.
        Returns:
        active